Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/vsp1/
Dvsp1_bru.c23 #define BRU_MIN_SIZE 1U macro
224 fse->min_width = BRU_MIN_SIZE; in bru_enum_frame_size()
226 fse->min_height = BRU_MIN_SIZE; in bru_enum_frame_size()
279 fmt->width = clamp(fmt->width, BRU_MIN_SIZE, BRU_MAX_SIZE); in bru_try_format()
280 fmt->height = clamp(fmt->height, BRU_MIN_SIZE, BRU_MAX_SIZE); in bru_try_format()