Searched refs:MIN_VIDEO_WIDTH (Results 1 – 9 of 9) sorted by relevance
55 constexpr static int32_t MIN_VIDEO_WIDTH = 320; variable
59 constexpr static int32_t MIN_VIDEO_WIDTH = 320; variable
75 curConfig.GetWidth() >= MIN_VIDEO_WIDTH || curConfig.GetWidth() <= MAX_VIDEO_WIDTH || in IsInRange()
80 curConfig.GetWidth() >= MIN_VIDEO_WIDTH || curConfig.GetWidth() <= MAX_VIDEO_WIDTH || in IsInRange()
106 constexpr static int32_t MIN_VIDEO_WIDTH = 320; variable
92 constexpr static int32_t MIN_VIDEO_WIDTH = 320; variable
93 return (curConfig.GetWidth() >= MIN_VIDEO_WIDTH || curConfig.GetWidth() <= MAX_VIDEO_WIDTH || in IsInEncoderRange()
84 return (curConfig.GetWidth() >= MIN_VIDEO_WIDTH || curConfig.GetWidth() <= MAX_VIDEO_WIDTH || in IsInDecoderRange()