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

  /external/webkit/WebCore/platform/image-decoders/gif/
GIFImageDecoder.h 72 void frameComplete(unsigned frameIndex, unsigned frameDuration, RGBA32Buffer::FrameDisposalMethod disposalMethod);
GIFImageDecoder.cpp 351 void GIFImageDecoder::frameComplete(unsigned frameIndex, unsigned frameDuration, RGBA32Buffer::FrameDisposalMethod disposalMethod)
360 buffer.setDuration(frameDuration);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 439 nsecs_t frameDuration = s2ns(1) / animation.fps;
483 nsecs_t delay = frameDuration - (now - lastFrame);
485 long wait = ns2us(frameDuration);
489 usleep(part.pause * ns2us(frameDuration));
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedRotateDrawable.java 230 final int frameDuration = a.getInt(R.styleable.AnimatedRotateDrawable_frameDuration, 150);
266 rotateState.mFrameDuration = frameDuration;
  /external/opencore/fileformats/avi/parser/src/
pv_avifile_parser.cpp 852 uint32 frameDuration = ipFileHeader->GetFrameDuration();
854 uint32 fileDuration = (uint32)((OsclFloat)(frameDuration * totalFrames) / 1000000.0); //in seconds

Completed in 680 milliseconds