Home
last modified time | relevance | path

Searched refs:UV_PLANE_SIZE (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.cpp41 constexpr const static int UV_PLANE_SIZE = 2; member
257 uint32_t nv_index = i / UV_PLANE_SIZE * width + j - j % UV_PLANE_SIZE; // 2 mean u/v split factor in ConvertFromYUVToRGB()
296 uint32_t nv_index = i / UV_PLANE_SIZE * width + j - j % UV_PLANE_SIZE; // 2 mean u/v split factor in ConvertFromRGBToYUV()

Completed in 2 milliseconds