Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dmp4enc_api.cpp128 const static Int max_h263_height[2] = {144, 288}; variable
2006 (width <= max_h263_width[0] && height <= max_h263_height[0])) in PVGetH263ProfileLevelID()
2012 (width > max_h263_width[1] || height > max_h263_height[1]) || in PVGetH263ProfileLevelID()
2023 …((width <= max_h263_width[0] && height <= max_h263_height[0] && framerate <= max_h263_framerate[1]… in PVGetH263ProfileLevelID()
2024 …(width <= max_h263_width[1] && height <= max_h263_height[1] && framerate <= max_h263_framerate[0])… in PVGetH263ProfileLevelID()