Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/vsp1/
Dvsp1_bru.c24 #define BRU_MAX_SIZE 8190U macro
225 fse->max_width = BRU_MAX_SIZE; in bru_enum_frame_size()
227 fse->max_height = BRU_MAX_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()
335 sel->r.width = BRU_MAX_SIZE; in bru_get_selection()
336 sel->r.height = BRU_MAX_SIZE; in bru_get_selection()