Searched refs:pixel_formats (Results 1 – 8 of 8) sorted by relevance
15 static const struct imx_media_pixfmt pixel_formats[] = { variable 203 * Search in the pixel_formats[] array for an entry with the given fourcc217 for (i = 0; i < ARRAY_SIZE(pixel_formats); i++) { in imx_media_find_pixel_format() 218 const struct imx_media_pixfmt *fmt = &pixel_formats[i]; in imx_media_find_pixel_format() 237 * Search in the pixel_formats[] array for an entry with the given media251 for (i = 0; i < ARRAY_SIZE(pixel_formats); i++) { in imx_media_find_mbus_format() 252 const struct imx_media_pixfmt *fmt = &pixel_formats[i]; in imx_media_find_mbus_format() 277 * Enumerate entries in the pixel_formats[] array that match the297 for (i = 0; i < ARRAY_SIZE(pixel_formats); i++) { in imx_media_enum_pixel_formats() 298 const struct imx_media_pixfmt *fmt = &pixel_formats[ in imx_media_enum_pixel_formats() [all...]
202 if (map->pixel_formats[i].layer & SE_MEMWRITE) in get_writeback_formats() 203 formats[n++] = map->pixel_formats[i].format; in get_writeback_formats()
969 .pixel_formats = malidp500_de_formats,1018 .pixel_formats = malidp550_de_formats,1072 .pixel_formats = malidp650_de_formats,1097 if (((map->pixel_formats[i].layer & layer_id) == layer_id) && in malidp_hw_get_format_id()1098 (map->pixel_formats[i].format == format)) { in malidp_hw_get_format_id()1109 return map->pixel_formats[i].id; in malidp_hw_get_format_id()
124 const struct malidp_format_id *pixel_formats; member
968 if ((map->pixel_formats[j].layer & id) == id) in malidp_de_planes_init() 969 formats[n++] = map->pixel_formats[j].format; in malidp_de_planes_init()
313 config->pixel_formats, in exynos_plane_init()
758 dev->channels[channel_select].pixel_formats = format; in cx25821_set_pixel_format()795 dev->channels[i].pixel_formats = PIXEL_FRMT_422; in cx25821_initialize()802 dev->channels[i].pixel_formats = PIXEL_FRMT_422; in cx25821_initialize()
210 int pixel_formats; member