Home
last modified time | relevance | path

Searched refs:max_h263_height (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp135 const static Int max_h263_height[2] = {144, 288}; variable
2039 (width <= max_h263_width[0] && height <= max_h263_height[0])) in PVGetH263ProfileLevelID()
2045 (width > max_h263_width[1] || height > max_h263_height[1]) || in PVGetH263ProfileLevelID()
2056 …((width <= max_h263_width[0] && height <= max_h263_height[0] && framerate <= max_h263_framerate[1]… in PVGetH263ProfileLevelID()
2057 …(width <= max_h263_width[1] && height <= max_h263_height[1] && framerate <= max_h263_framerate[0])… in PVGetH263ProfileLevelID()