Home
last modified time | relevance | path

Searched refs:WEBP_FF_LOOP_COUNT (Results 1 – 6 of 6) sorted by relevance

/external/webp/include/webp/
Ddemux.h122 WEBP_FF_LOOP_COUNT, // only relevant for animated file enumerator
/external/webp/src/webp/
Ddemux.h122 WEBP_FF_LOOP_COUNT, // only relevant for animated file enumerator
/external/webp/src/demux/
Danim_decode.c111 dec->info_.loop_count = WebPDemuxGetI(dec->demux_, WEBP_FF_LOOP_COUNT); in WebPAnimDecoderNewInternal()
Ddemux.c783 case WEBP_FF_LOOP_COUNT: return (uint32_t)dmux->loop_count_; in WebPDemuxGetI()
/external/skia/src/codec/
DSkWebpCodec.cpp237 const int repCount = WebPDemuxGetI(fDemux.get(), WEBP_FF_LOOP_COUNT); in onGetRepetitionCount()
/external/skqp/src/codec/
DSkWebpCodec.cpp237 const int repCount = WebPDemuxGetI(fDemux.get(), WEBP_FF_LOOP_COUNT); in onGetRepetitionCount()