Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dlayer_context.h47 static constexpr float PIXEL_YCBCR420_BYTE = 1.5; variable
H A Dlayer_context.cpp323 for (uint32_t index = 0; index < width * height * PIXEL_YCBCR420_BYTE; index++) { in DrawYUVColor()