Home
last modified time | relevance | path

Searched refs:decodeFrame (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/libgifcodec/
DSkLibGifCodec.cpp297 return this->decodeFrame(true, opts, rowsDecoded); in onGetPixels()
324 return this->decodeFrame(firstCallToIncrementalDecode, options, rowsDecoded); in onIncrementalDecode()
327 SkCodec::Result SkLibGifCodec::decodeFrame(bool firstAttempt, const Options& opts, int* rowsDecoded… in decodeFrame() function in SkLibGifCodec
DSkLibGifCodec.h121 Result decodeFrame(bool firstAttempt, const Options& opts, int* rowsDecoded);
/third_party/skia/src/codec/
DSkWuffsCodec.cpp253 const char* decodeFrame(WhichDecoder which);
594 const char* status = this->decodeFrame(WhichDecoder::kIncrDecode); in onIncrementalDecodeOnePass()
608 const char* status = this->decodeFrame(WhichDecoder::kIncrDecode); in onIncrementalDecodeTwoPass()
898 const char* SkWuffsCodec::decodeFrame(WhichDecoder which) { in decodeFrame() function in SkWuffsCodec
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktVideoDecodeTests.cpp801 bool decodeFrame = false; in verifyImageMultipleFrameNoReference() local
804 decodeFrame = true; in verifyImageMultipleFrameNoReference()
806 if (decodeFrame) in verifyImageMultipleFrameNoReference()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoDecodeTests.cpp801 bool decodeFrame = false; in verifyImageMultipleFrameNoReference() local
804 decodeFrame = true; in verifyImageMultipleFrameNoReference()
806 if (decodeFrame) in verifyImageMultipleFrameNoReference()