Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/jpeg_yuv_decoder/
H A Djpeg_yuvdata_converter.cpp344 uint32_t UVCOMSize = dest.planeWidth[UCOM] * dest.planeHeight[UCOM]; in I400ToI420_wrapper() local
345 UVCOMSize += dest.planeWidth[VCOM] * dest.planeHeight[VCOM]; in I400ToI420_wrapper()
346 errno_t ret = memset_s(dest.planes[UCOM], UVCOMSize, chromaValueForGray, UVCOMSize); in I400ToI420_wrapper()