Home
last modified time | relevance | path

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

/drivers/media/platform/vsp1/
Dvsp1_sru.c25 #define SRU_MAX_SIZE 8190U macro
149 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 …]