Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp763 float yuvSizeFactor = 1.5f; // y:uv = 2:1 in ConvertYUV420SPToRGBA() local
765 int32_t totalLen = static_cast<int32_t>(len * yuvSizeFactor); in ConvertYUV420SPToRGBA()