Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/renesas/rzg2l-cru/
Drzg2l-video.c778 static const struct v4l2_format_info rzg2l_cru_formats[] = { variable
789 for (i = 0; i < ARRAY_SIZE(rzg2l_cru_formats); i++) in rzg2l_cru_format_from_pixel()
790 if (rzg2l_cru_formats[i].format == format) in rzg2l_cru_format_from_pixel()
791 return rzg2l_cru_formats + i; in rzg2l_cru_format_from_pixel()
908 if (f->index >= ARRAY_SIZE(rzg2l_cru_formats)) in rzg2l_cru_enum_fmt_vid_cap()
911 f->pixelformat = rzg2l_cru_formats[f->index].format; in rzg2l_cru_enum_fmt_vid_cap()