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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dav7110_hw.c888 static u32 RGB2YUV(u16 R, u16 G, u16 B) function
911 yuv = blend ? RGB2YUV(r,g,b) : 0;
936 yuv = blend ? RGB2YUV(color & 0xFF, (color >> 8) & 0xFF,

Completed in 45 milliseconds