Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.cpp38 constexpr const static int RGB_PLANE_SIZE = 3; variable
326 uint32_t rgb_index = i * width * RGB_PLANE_SIZE + j * RGB_PLANE_SIZE; in ConvertFromYUVToRGB()