Searched refs:getFrameCount (Results 1 - 25 of 27) sorted by relevance

12

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifDrawable.java126 public int getFrameCount() { method in class:GifDrawable
127 return decoder.getFrameCount();
167 if (decoder.getFrameCount() == 1) {
263 if (frameIndex == decoder.getFrameCount() - 1) {
H A DGifResourceEncoder.java60 for (int i = 0; i < decoder.getFrameCount(); i++) {
80 Log.v(TAG, "Encoded gif with " + decoder.getFrameCount() + " frames and " + drawable.getData().length
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DVisualSampleEntry.java94 public int getFrameCount() { method in class:VisualSampleEntry
198 IsoTypeWriter.writeUInt16(byteBuffer, getFrameCount());
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
H A DJDWPProxyTestCase.java84 int framesCount = debuggeeWrapper.vmMirror.getFrameCount(eventThreadId);
/external/oj-libjdwp/src/share/back/
H A DstepControl.c36 getFrameCount(jthread thread) function
176 step->fromStackDepth = getFrameCount(thread);
284 currentDepth = getFrameCount(thread);
383 jint currentDepth = getFrameCount(thread);
564 currentDepth = getFrameCount(thread);
H A DThreadReferenceImpl.c315 getFrameCount(PacketInputStream *in, PacketOutputStream *out) function
674 (void *)getFrameCount,
/external/skia/tests/
H A DCodecAnimTest.cpp225 frameCount = codec->getFrameCount();
407 for (int i = 0; i < codec->codec()->getFrameCount(); ++i) {
H A DAnimatedImageTest.cpp122 const int frameCount = codec->getFrameCount();
H A DGifTest.cpp282 REPORTER_ASSERT(r, codec->getFrameCount() == 0);
/external/skqp/tests/
H A DCodecAnimTest.cpp225 frameCount = codec->getFrameCount();
407 for (int i = 0; i < codec->codec()->getFrameCount(); ++i) {
H A DGifTest.cpp282 REPORTER_ASSERT(r, codec->getFrameCount() == 0);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
H A DInstanceOnlyModifierTest.java255 int framesCount = debuggeeWrapper.vmMirror.getFrameCount(threadID);
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
H A DGifBitmapWrapperResourceDecoder.java108 if (drawable.getFrameCount() > 1) {
/external/skia/include/codec/
H A DSkCodec.h579 int getFrameCount() { function in class:SkCodec
630 * so it should be called after getFrameCount() to parse any frames that
/external/skia/src/android/
H A DSkAnimatedImage.cpp70 , fFrameCount(fCodec->codec()->getFrameCount())
/external/skqp/include/codec/
H A DSkCodec.h579 int getFrameCount() { function in class:SkCodec
630 * so it should be called after getFrameCount() to parse any frames that
/external/skqp/src/android/
H A DSkAnimatedImage.cpp68 , fFrameCount(fCodec->codec()->getFrameCount())
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifDecoder.java220 public int getFrameCount() { method in class:GifDecoder
/external/skia/src/codec/
H A DSkCodec.cpp692 const int frameCount = this->getFrameCount();
/external/skqp/src/codec/
H A DSkCodec.cpp692 const int frameCount = this->getFrameCount();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DVmMirror.java1823 public final int getFrameCount(long threadID) { method in class:VmMirror
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 831 milliseconds

12