Home
last modified time | relevance | path

Searched refs:offsetDst (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.cpp666 uint32_t offsetDst = 0, offsetSrc = 0; in ConvertBufferColorGamut() local
670 uint8_t* dst = &dstBuf[offsetDst]; in ConvertBufferColorGamut()
677 offsetDst += len.second; in ConvertBufferColorGamut()
679 dstBuf.resize(offsetDst); // dstBuf size might not be as large ad srcBuf in HDR in ConvertBufferColorGamut()