Searched refs:palette2fmt (Results 1 – 1 of 1) sorted by relevance
1124 static u32 palette2fmt[] = { /* some of these YUV translations are wrong */ variable1167 (saa->win.depth == 15) ? palette2fmt[VIDEO_PALETTE_RGB555] : in saa7146_set_winsize()1168 palette2fmt[bpp2fmt[(saa->win.bpp - 1) & 3]]; in saa7146_set_winsize()1325 if (p.palette < ARRAY_SIZE(palette2fmt)) { in saa_ioctl()1326 format = palette2fmt[p.palette]; in saa_ioctl()1939 saa->win.color_fmt = palette2fmt[VIDEO_PALETTE_RGB565]; in configure_saa7146()