Home
last modified time | relevance | path

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

/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() argument
89 switch (jpegSubsamp) { in IsSupportedSubSample()
408 int jpegSubsamp = 0; in DecodeHeader() local
413 &height, &jpegSubsamp, &jpegColorSpace); in DecodeHeader()
414 retSubsamp = jpegSubsamp; in DecodeHeader()
425 if (!IsSupportedSubSample(jpegSubsamp)) { in DecodeHeader()
434 int jpegSubsamp = 0; in DoDecodeToYuvPlane() local
435 int ret = DecodeHeader(dehandle, jpegSubsamp); in DoDecodeToYuvPlane()
453 FillJpgOutYuvInfo(jpegOutYuvInfo, width, height, data, jpegSubsamp); in DoDecodeToYuvPlane()
460 if (jpegSubsamp == TJSAMP_GRAY) { in DoDecodeToYuvPlane()
[all …]
/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);