Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/media/av7110/
Dav7110_hw.c914 static u32 RGB2YUV(u16 R, u16 G, u16 B) in RGB2YUV() function
937 yuv = blend ? RGB2YUV(r, g, b) : 0; in OSDSetColor()
962 yuv = blend ? RGB2YUV(color & 0xFF, (color >> 8) & 0xFF, in OSDSetPalette()