Home
last modified time | relevance | path

Searched refs:decodeFrameConfig (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/codec/
DSkWuffsCodec.cpp191 const char* decodeFrameConfig();
397 const char* status = this->decodeFrameConfig(); in onStartIncrementalDecode()
645 const char* status = this->decodeFrameConfig(); in readFrames()
794 const char* SkWuffsCodec::decodeFrameConfig() { in decodeFrameConfig() function in SkWuffsCodec
/external/skia/src/codec/
DSkWuffsCodec.cpp281 const char* decodeFrameConfig(WhichDecoder which);
476 const char* status = this->decodeFrameConfig(WhichDecoder::kIncrDecode); in onStartIncrementalDecode()
819 const char* status = this->decodeFrameConfig(WhichDecoder::kFrameCount); in onGetFrameCountInternal()
920 const char* SkWuffsCodec::decodeFrameConfig(WhichDecoder which) { in decodeFrameConfig() function in SkWuffsCodec