Searched refs:VCOM (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/jpeg_yuv_decoder/ |
H A D | jpeg_yuvdata_converter.cpp | 178 const uint8_t* srcV = src.planes[VCOM] + k / srcYScale * src.strides[VCOM]; in I4xxToI420_c() 184 outV = dest.planes[VCOM] + k / SAMPLE_FACTOR420 * dest.strides[VCOM]; in I4xxToI420_c() 187 CopyLineData(outV, dest.strides[VCOM], srcV, src.strides[VCOM]); in I4xxToI420_c() 225 … src.strides[UCOM], src.planes[VCOM], src.strides[VCOM], dest.planes[YCOM], dest.strides[YCOM], in I444ToI420_wrapper() 226 … dest.planes[UCOM], dest.strides[UCOM], dest.planes[VCOM], dest.strides[VCOM], width, height); in I444ToI420_wrapper() 241 … src.strides[UCOM], src.planes[VCOM], src.strides[VCOM], dest.planes[YCOM], dest.strides[YCOM], in I444ToNV21_wrapper() 257 … src.strides[UCOM], src.planes[VCOM], src.strides[VCOM], dest.planes[YCOM], dest.strides[YCOM], in I422ToI420_wrapper() 258 … dest.planes[UCOM], dest.strides[UCOM], dest.planes[VCOM], dest.strides[VCOM], width, height); in I422ToI420_wrapper() 273 … src.strides[UCOM], src.planes[VCOM], src.strides[VCOM], dest.planes[YCOM], dest.strides[YCOM], in I422ToNV21_wrapper() 294 … src.strides[UCOM], src.planes[VCOM], src.strides[VCOM], dest.planes[YCOM], dest.strides[YCOM], in I420ToNV21_wrapper() [all …]
|
H A D | jpeg_decoder_yuv.cpp | 212 size += Get420OutPlaneSize(VCOM, width, height); in GetYuvOutSize() 293 info.planeWidth[VCOM] = Get420OutPlaneWidth(VCOM, width); in InitPlaneOutInfoTo420() 294 info.strides[VCOM] = info.planeWidth[VCOM]; in InitPlaneOutInfoTo420() 297 info.planeHeight[VCOM] = Get420OutPlaneHeight(VCOM, height); in InitPlaneOutInfoTo420() 487 dstPlanes[UCOM] = dstPlanes[VCOM] + tjPlaneSizeYUV(VCOM, width, 0, height, TJSAMP_420); in DecodeFrom420To420() 506 srcPlaneInfo.planes[VCOM] == nullptr) { in ValidateParameter() 516 srcPlaneInfo.planeWidth[VCOM] == 0) { in ValidateParameter() 520 srcPlaneInfo.planeHeight[VCOM] == 0) { in ValidateParameter() 553 dest.planes[VCOM] = outVData; in ConvertFrom4xx() 556 dest.planes[VCOM] = outUData; in ConvertFrom4xx() [all …]
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/jpeg_yuv_decoder/ |
H A D | jpeg_yuvdata_converter.h | 28 VCOM = 2, enumerator
|