Searched refs:fHeifDecoder (Results 1 – 4 of 4) sorted by relevance
193 , fHeifDecoder(heifDecoder) in SkHeifCodec()216 return fHeifDecoder->setOutputColor(kHeifColorFormat_RGBA_8888); in conversionSupported()219 return fHeifDecoder->setOutputColor(kHeifColorFormat_BGRA_8888); in conversionSupported()223 return fHeifDecoder->setOutputColor(kHeifColorFormat_RGBA_8888); in conversionSupported()225 return fHeifDecoder->setOutputColor(kHeifColorFormat_RGB565); in conversionSupported()230 return fHeifDecoder->setOutputColor(kHeifColorFormat_RGBA_8888); in conversionSupported()269 if (!fHeifDecoder->getScanline(decodeDst)) { in readRows()298 if (!fHeifDecoder->getSequenceInfo(&frameInfo, &frameCount) in onGetFrameCount()377 if (!fHeifDecoder->decode(&fFrameInfo)) { in onGetPixels()383 success = fHeifDecoder->decodeSequence(options.fFrameIndex, &fFrameInfo); in onGetPixels()[all …]
84 std::unique_ptr<HeifDecoder> fHeifDecoder; variable
195 , fHeifDecoder(heifDecoder) in SkHeifCodec()217 return fHeifDecoder->setOutputColor(kHeifColorFormat_RGBA_8888); in conversionSupported()220 return fHeifDecoder->setOutputColor(kHeifColorFormat_BGRA_8888); in conversionSupported()224 return fHeifDecoder->setOutputColor(kHeifColorFormat_RGBA_8888); in conversionSupported()226 return fHeifDecoder->setOutputColor(kHeifColorFormat_RGB565); in conversionSupported()231 return fHeifDecoder->setOutputColor(kHeifColorFormat_RGBA_8888); in conversionSupported()270 if (!fHeifDecoder->getScanline(decodeDst)) { in readRows()298 if (!fHeifDecoder->getSequenceInfo(&frameInfo, &frameCount) in onGetFrameCount()377 success = fHeifDecoder->decodeSequence(options.fFrameIndex, &fFrameInfo); in onGetPixels()381 success = fHeifDecoder->decode(&fFrameInfo); in onGetPixels()[all …]
85 std::unique_ptr<HeifDecoder> fHeifDecoder; variable