Home
last modified time | relevance | path

Searched refs:fFrameInfo (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/codec/
H A DSkHeifCodec.cpp391 success = fHeifDecoder->decodeSequence(options.fFrameIndex, &fFrameInfo); in onGetPixels()
393 fFrameInfo.mDurationUs / 1000); in onGetPixels()
396 success = fHeifDecoder->decode(&fFrameInfo); in onGetPixels()
420 swizzleBytes = fFrameInfo.mBytesPerPixel * fFrameInfo.mWidth; in allocateStorage()
482 if (!fHeifDecoder->decode(&fFrameInfo)) { in onStartScanlineDecode()
H A DSkHeifCodec.h91 HeifFrameInfo fFrameInfo; member in SkHeifCodec
/third_party/skia/src/gpu/
H A DGrResourceCache.h343 fFrameInfo.frameCount++; in beginFrame()
344 fFrameInfo.duringFrame = 1; in beginFrame()
349 fFrameInfo.duringFrame = 0; in endFrame()
561 } fFrameInfo = { 0, 0 }; member in GrResourceCache
H A DGrResourceCache.cpp1192 if (fFrameInfo.duringFrame == 0) { in allowToPurge()
1198 if (fFrameInfo.frameCount != fLastFrameCount) { // the next frame arrives in allowToPurge()
1204 fLastFrameCount = fFrameInfo.frameCount; in allowToPurge()

Completed in 5 milliseconds