Home
last modified time | relevance | path

Searched refs:SRU_MIN_SIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H A Dvsp1_sru.c20 #define SRU_MIN_SIZE 4U macro
144 fse->min_width = SRU_MIN_SIZE; in sru_enum_frame_size()
146 fse->min_height = SRU_MIN_SIZE; in sru_enum_frame_size()
181 fmt->width = clamp(fmt->width, SRU_MIN_SIZE, SRU_MAX_SIZE); in sru_try_format()
182 fmt->height = clamp(fmt->height, SRU_MIN_SIZE, SRU_MAX_SIZE); in sru_try_format()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H A Dvsp1_sru.c20 #define SRU_MIN_SIZE 4U macro
145 fse->min_width = SRU_MIN_SIZE; in sru_enum_frame_size()
147 fse->min_height = SRU_MIN_SIZE; in sru_enum_frame_size()
182 fmt->width = clamp(fmt->width, SRU_MIN_SIZE, SRU_MAX_SIZE); in sru_try_format()
183 fmt->height = clamp(fmt->height, SRU_MIN_SIZE, SRU_MAX_SIZE); in sru_try_format()

Completed in 2 milliseconds