Searched refs:temp_h (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp196 Int temp_w, temp_h, mbsPerSec; local
606 temp_h = video->encParams->LayerHeight[idx];
608 if ((temp_w*temp_h) > max)
610 max = temp_w * temp_h;
612 max_height = ((temp_h + 15) >> 4) << 4;
2965 Int idx, temp_w, temp_h, max = 0, max_width, max_height; local
2993 temp_h = video->encParams->LayerHeight[idx];
2995 if ((temp_w*temp_h) > max)
2997 max = temp_w * temp_h;
2999 max_height = temp_h;
[all...]

Completed in 46 milliseconds