Searched refs:supported_formats (Results 1 – 2 of 2) sorted by relevance
77 static struct simplefb_format supported_formats[] = SIMPLEFB_FORMATS; variable93 for (i = 0; i < ARRAY_SIZE(supported_formats); i++) { in hdlcd_set_pxl_fmt()94 if (supported_formats[i].fourcc == pixel_format) in hdlcd_set_pxl_fmt()95 format = &supported_formats[i]; in hdlcd_set_pxl_fmt()297 u32 formats[ARRAY_SIZE(supported_formats)], i; in hdlcd_plane_init()304 for (i = 0; i < ARRAY_SIZE(supported_formats); i++) in hdlcd_plane_init()305 formats[i] = supported_formats[i].fourcc; in hdlcd_plane_init()
5358 const enum ia_css_frame_format *supported_formats; in ia_css_pipe_check_format() local5372 supported_formats = pipe->pipe_settings.video.video_binary.info->output_formats; in ia_css_pipe_check_format()5377 if (supported_formats[i] == format) { in ia_css_pipe_check_format()