Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/jpeg_yuv_decoder/
H A Djpeg_decoder_yuv.h125 bool IsSupportedSubSample(int jpegSubsamp);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/jpeg_yuv_decoder/
H A Djpeg_decoder_yuv.cpp86 bool JpegDecoderYuv::IsSupportedSubSample(int jpegSubsamp) in IsSupportedSubSample() function in OHOS::ImagePlugin::JpegDecoderYuv
425 if (!IsSupportedSubSample(jpegSubsamp)) { in DecodeHeader()