Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
Dav7110_hw.c929 static u32 RGB2YUV(u16 R, u16 G, u16 B) in RGB2YUV() function
952 yuv = blend ? RGB2YUV(r,g,b) : 0; in OSDSetColor()
977 yuv = blend ? RGB2YUV(color & 0xFF, (color >> 8) & 0xFF, in OSDSetPalette()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0036_linux_drivers_staging.patch41137 + /* RGB2YUV */
41138 + csc = RGB2YUV;
42034 + RGB2YUV,
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch4977 + /* On GXBB, Use the old non-HDR RGB2YUV converter */