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

/linux-4.1.27/drivers/media/platform/vsp1/
H A Dvsp1_bru.c24 #define BRU_MAX_SIZE 8190U macro
225 fse->max_width = BRU_MAX_SIZE; bru_enum_frame_size()
227 fse->max_height = BRU_MAX_SIZE; bru_enum_frame_size()
279 fmt->width = clamp(fmt->width, BRU_MIN_SIZE, BRU_MAX_SIZE); bru_try_format()
280 fmt->height = clamp(fmt->height, BRU_MIN_SIZE, BRU_MAX_SIZE); bru_try_format()
335 sel->r.width = BRU_MAX_SIZE; bru_get_selection()
336 sel->r.height = BRU_MAX_SIZE; bru_get_selection()

Completed in 105 milliseconds