Searched refs:SRU_MAX_SIZE (Results 1 – 1 of 1) sorted by relevance
25 #define SRU_MAX_SIZE 8190U macro149 fse->max_width = SRU_MAX_SIZE; in sru_enum_frame_size()151 fse->max_height = SRU_MAX_SIZE; in sru_enum_frame_size()155 if (format->width <= SRU_MAX_SIZE / 2 && in sru_enum_frame_size()156 format->height <= SRU_MAX_SIZE / 2) { in sru_enum_frame_size()185 fmt->width = clamp(fmt->width, SRU_MIN_SIZE, SRU_MAX_SIZE); in sru_try_format()186 fmt->height = clamp(fmt->height, SRU_MIN_SIZE, SRU_MAX_SIZE); in sru_try_format()203 output_area = min(fmt->width, SRU_MAX_SIZE) in sru_try_format()204 * min(fmt->height, SRU_MAX_SIZE); in sru_try_format()206 if (fmt->width <= SRU_MAX_SIZE / 2 && in sru_try_format()[all …]