[go: nahoru, domu]

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp134 const static Int max_h263_width[2] = {176, 352}; variable
2006 /* max_h263_width[2], max_h263_height[2] are global */
2039 (width <= max_h263_width[0] && height <= max_h263_height[0]))
2045 (width > max_h263_width[1] || height > max_h263_height[1]) ||
2056 ((width <= max_h263_width[0] && height <= max_h263_height[0] && framerate <= max_h263_framerate[1]) ||
2057 (width <= max_h263_width[1] && height <= max_h263_height[1] && framerate <= max_h263_framerate[0])))

Completed in 12 milliseconds