Lines Matching refs:fCodec
58 : fCodec(std::move(codec))
62 , fFrameCount(fCodec->codec()->getFrameCount())
65 , fRepetitionCount(fCodec->codec()->getRepetitionCount())
71 // orientation that fCodec can do directly, and then use fMatrix to handle crop (along with a
72 // clip), orientation, and scaling outside of fCodec. The matrices are computed individually
75 const auto origin = fCodec->codec()->getOrigin();
82 // to fCodec and for the scale matrix computation.
89 fSampleSize = fCodec->computeSampleSize(&decodeSize);
198 if (fCodec->codec()->getFrameInfo(frameToDecode, &frameInfo)) {
210 frameInfo.fAlphaType = fCodec->getInfo().alphaType();
303 auto result = fCodec->getAndroidPixels(dst->info(), dst->getPixels(), dst->rowBytes(),
319 } else if (fCodec->getEncodedFormat() == SkEncodedImageFormat::kHEIF) {
325 if (fCodec->codec()->getFrameInfo(frameToDecode, &frameInfo)) {