Home
last modified time | relevance | path

Searched refs:RGB2YUV (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H A 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/linux-6.6/drivers/staging/media/av7110/
H A 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()

Completed in 5 milliseconds