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

/linux-4.4.14/drivers/media/pci/ttpci/
H A Dav7110_hw.c948 static u32 RGB2YUV(u16 R, u16 G, u16 B) RGB2YUV() function
971 yuv = blend ? RGB2YUV(r,g,b) : 0; OSDSetColor()
996 yuv = blend ? RGB2YUV(color & 0xFF, (color >> 8) & 0xFF, OSDSetPalette()

Completed in 51 milliseconds