Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/vsp1/
Dvsp1_sru.c23 #define SRU_MAX_SIZE 8190U macro
214 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 …]