Searched refs:max_h263_height (Results 1 – 1 of 1) sorted by relevance
135 const static Int max_h263_height[2] = {144, 288}; variable2039 (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()