HomeSort by relevance Sort by last modified time
    Searched refs:WEBP_FF_LOOP_COUNT (Results 1 - 7 of 7) sorted by null

  /external/webp/include/webp/
demux.h 122 WEBP_FF_LOOP_COUNT, // only relevant for animated file
135 // If 'feature' is WEBP_FF_LOOP_COUNT, WEBP_FF_BACKGROUND_COLOR, the returned
  /external/webp/src/webp/
demux.h 122 WEBP_FF_LOOP_COUNT, // only relevant for animated file
135 // If 'feature' is WEBP_FF_LOOP_COUNT, WEBP_FF_BACKGROUND_COLOR, the returned
  /frameworks/ex/framesequence/jni/
FrameSequence_webp.cpp 130 mLoopCount = WebPDemuxGetI(mDemux, WEBP_FF_LOOP_COUNT);
  /external/skia/src/codec/
SkWebpCodec.cpp 237 const int repCount = WebPDemuxGetI(fDemux.get(), WEBP_FF_LOOP_COUNT);
  /external/skqp/src/codec/
SkWebpCodec.cpp 237 const int repCount = WebPDemuxGetI(fDemux.get(), WEBP_FF_LOOP_COUNT);
  /external/webp/src/demux/
anim_decode.c 111 dec->info_.loop_count = WebPDemuxGetI(dec->demux_, WEBP_FF_LOOP_COUNT);
demux.c 783 case WEBP_FF_LOOP_COUNT: return (uint32_t)dmux->loop_count_;

Completed in 131 milliseconds