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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp135 const static Int max_h263_height[2] = {144, 288}; variable
2002 /* max_h263_width[2], max_h263_height[2] are global */
2035 (width <= max_h263_width[0] && height <= max_h263_height[0]))
2041 (width > max_h263_width[1] || height > max_h263_height[1]) ||
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 40 milliseconds