Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dlayer_context.cpp303 void LayerContext::ConvertRBGA2YUV(uint32_t pixelValueRBGA, YUVPixel *pixelValueYUV) in ConvertRBGA2YUV() argument
306 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()
H A Dlayer_context.h91 void ConvertRBGA2YUV(uint32_t pixelValueRBGA, YUVPixel *pixelValueYUV);