Searched defs:max_h263_framerate (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp131 const static float max_h263_framerate[2] = {(float)30000 / (float)2002, variable
2001 /* Note : h263Level[8], rBR_bound[8], max_h263_framerate[2] */
2034 if (bitrate_r <= rBR_bound[1] && framerate <= max_h263_framerate[0] &&
2042 framerate > max_h263_framerate[1]) /* check the highest level 70 */
2052 ((width <= max_h263_width[0] && height <= max_h263_height[0] && framerate <= max_h263_framerate[1]) ||
2053 (width <= max_h263_width[1] && height <= max_h263_height[1] && framerate <= max_h263_framerate[0])))

Completed in 424 milliseconds