Lines Matching refs:fCodec
60 , fCodec(codec) in SkAndroidCodec()
116 bool highPrecision = fCodec->getEncodedInfo().bitsPerComponent() > 8; in computeOutputColorType()
165 const skcms_ICCProfile* encodedProfile = fCodec->getEncodedInfo().profile(); in computeOutputColorSpace()
206 const auto origDims = fCodec->dimensions(); in computeSampleSize()
222 if (supports_any_down_scale(fCodec.get())) { in computeSampleSize()
288 return fCodec->dimensions(); in getSampledDimensions()
295 if (!desiredSubset || !is_valid_subset(*desiredSubset, fCodec->dimensions())) { in getSupportedSubset()
316 if (fCodec->dimensions() == subset.size()) { in getSampledSubsetDimensions()
340 if (!is_valid_subset(*options->fSubset, fCodec->dimensions())) { in getAndroidPixels()
344 if (SkIRect::MakeSize(fCodec->dimensions()) == *options->fSubset) { in getAndroidPixels()
355 if (auto result = fCodec->handleFrameIndex(requestInfo, requestPixels, requestRowBytes, in getAndroidPixels()