Ejemplo n.º 1
0
int needMapping() {
    return get_partialNumPicturesDecoded() > nbProfiledFrames && need_remap && nbThreads > 1;
}
Ejemplo n.º 2
0
int needMapping() {
    return get_partialNumPicturesDecoded() > opt->nbProfiledFrames && need_remap && opt->enable_dynamic_mapping;
}