Searched refs:jpegSubsamp (Results 1 – 2 of 2) sorted by relevance
86 bool JpegDecoderYuv::IsSupportedSubSample(int jpegSubsamp) in IsSupportedSubSample() argument89 switch (jpegSubsamp) { in IsSupportedSubSample()408 int jpegSubsamp = 0; in DecodeHeader() local413 &height, &jpegSubsamp, &jpegColorSpace); in DecodeHeader()414 retSubsamp = jpegSubsamp; in DecodeHeader()425 if (!IsSupportedSubSample(jpegSubsamp)) { in DecodeHeader()434 int jpegSubsamp = 0; in DoDecodeToYuvPlane() local435 int ret = DecodeHeader(dehandle, jpegSubsamp); in DoDecodeToYuvPlane()453 FillJpgOutYuvInfo(jpegOutYuvInfo, width, height, data, jpegSubsamp); in DoDecodeToYuvPlane()460 if (jpegSubsamp == TJSAMP_GRAY) { in DoDecodeToYuvPlane()[all …]
125 bool IsSupportedSubSample(int jpegSubsamp);