Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/jpeg_yuv_decoder/
H A Djpeg_decoder_yuv.h114 static uint32_t Get420OutPlaneWidth(YuvComponentIndex com, int imageWidth);
115 static uint32_t Get420OutPlaneHeight(YuvComponentIndex com, int imageHeight);
116 static uint32_t Get420OutPlaneSize(YuvComponentIndex com, int imageWidth, int imageHeight);
H A Djpeg_yuvdata_converter.h25 enum YuvComponentIndex { enum
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/jpeg_yuv_decoder/
H A Djpeg_decoder_yuv.cpp167 uint32_t JpegDecoderYuv::Get420OutPlaneWidth(YuvComponentIndex com, int imageWidth) in Get420OutPlaneWidth()
179 uint32_t JpegDecoderYuv::Get420OutPlaneHeight(YuvComponentIndex com, int imageHeight) in Get420OutPlaneHeight()
191 uint32_t JpegDecoderYuv::Get420OutPlaneSize(YuvComponentIndex com, int imageWidth, int imageHeight) in Get420OutPlaneSize()