Searched refs:pixelValueRBGA (Results 1 – 2 of 2) sorted by relevance
303 void LayerContext::ConvertRBGA2YUV(uint32_t pixelValueRBGA, YUVPixel *pixelValueYUV) in ConvertRBGA2YUV() argument306 uint8_t R = pixelValueRBGA >> RBGA_R_MOVEBITS; in ConvertRBGA2YUV()307 uint8_t B = pixelValueRBGA >> RBGA_B_MOVEBITS; in ConvertRBGA2YUV()308 uint8_t G = pixelValueRBGA >> RBGA_G_MOVEBITS; in ConvertRBGA2YUV()
91 void ConvertRBGA2YUV(uint32_t pixelValueRBGA, YUVPixel *pixelValueYUV);