Home
last modified time | relevance | path

Searched refs:rgbaDst (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.cpp741 uint8_t* rgbaDst = &rgbaBuf[0]; in ConvertYUV420SPToRGBA() local
743 if (src == nullptr || rgbaDst == nullptr) { in ConvertYUV420SPToRGBA()
799 rgbaDst[idx] = static_cast<uint8_t>(rgb[k]); in ConvertYUV420SPToRGBA()
801 rgbaDst[idx] = (rgb[k] < 0) ? 0 : 255; // 255 is upper threshold in ConvertYUV420SPToRGBA()
805 rgbaDst[idx] = 255; // 255 is upper threshold in ConvertYUV420SPToRGBA()