frame_sizes
u8 frame_sizes[36];
if (rx->count > ARRAY_SIZE(rx->frame_sizes))
*bpw_mask |= BIT(rx->frame_sizes[i] - 1);
static const struct v4l2_frmsize_discrete frame_sizes[] = {
for (i = 0; i < ARRAY_SIZE(frame_sizes); i++) {
atomisp_get_padding(isp, frame_sizes[i].width, frame_sizes[i].height,
if ((frame_sizes[i].width + padding_w) > native->width ||
(frame_sizes[i].height + padding_h) > native->height)
if (frame_sizes[i].width < (active->width * 5 / 8) &&
frame_sizes[i].height < (active->height * 5 / 8))
fsize->discrete = frame_sizes[i];
uint32_t frame_sizes[];