Home
last modified time | relevance | path

Searched defs:pixelValueYUV (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dlayer_context.cpp263 YUVPixel pixelValueYUV; in DrawExtraColor() local
303 void LayerContext::ConvertRBGA2YUV(uint32_t pixelValueRBGA, YUVPixel *pixelValueYUV) in ConvertRBGA2YUV()
319 …id LayerContext::DrawYUVColor(void *image, uint32_t width, uint32_t height, YUVPixel pixelValueYUV) in DrawYUVColor()