BRX_MAX_SIZE       92 drivers/media/platform/vsp1/vsp1_brx.c 	fse->max_width = BRX_MAX_SIZE;
BRX_MAX_SIZE       94 drivers/media/platform/vsp1/vsp1_brx.c 	fse->max_height = BRX_MAX_SIZE;
BRX_MAX_SIZE      128 drivers/media/platform/vsp1/vsp1_brx.c 	fmt->width = clamp(fmt->width, BRX_MIN_SIZE, BRX_MAX_SIZE);
BRX_MAX_SIZE      129 drivers/media/platform/vsp1/vsp1_brx.c 	fmt->height = clamp(fmt->height, BRX_MIN_SIZE, BRX_MAX_SIZE);
BRX_MAX_SIZE      197 drivers/media/platform/vsp1/vsp1_brx.c 		sel->r.width = BRX_MAX_SIZE;
BRX_MAX_SIZE      198 drivers/media/platform/vsp1/vsp1_brx.c 		sel->r.height = BRX_MAX_SIZE;