Searched refs:SRU_MAX_SIZE (Results 1 – 1 of 1) sorted by relevance
23 #define SRU_MAX_SIZE 8190U macro214 fse->max_width = SRU_MAX_SIZE; in sru_enum_frame_size()216 fse->max_height = SRU_MAX_SIZE; in sru_enum_frame_size()220 if (format->width <= SRU_MAX_SIZE / 2 && in sru_enum_frame_size()221 format->height <= SRU_MAX_SIZE / 2) { in sru_enum_frame_size()259 fmt->width = clamp(fmt->width, SRU_MIN_SIZE, SRU_MAX_SIZE); in sru_try_format()260 fmt->height = clamp(fmt->height, SRU_MIN_SIZE, SRU_MAX_SIZE); in sru_try_format()276 output_area = min(fmt->width, SRU_MAX_SIZE) in sru_try_format()277 * min(fmt->height, SRU_MAX_SIZE); in sru_try_format()279 if (fmt->width <= SRU_MAX_SIZE / 2 && in sru_try_format()[all …]