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

  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageDecoder.h 61 bool frameComplete(unsigned frameIndex, unsigned frameDuration, ImageFrame::FrameDisposalMethod disposalMethod);
GIFImageDecoder.cpp 254 bool GIFImageDecoder::frameComplete(unsigned frameIndex, unsigned frameDuration, ImageFrame::FrameDisposalMethod disposalMethod)
263 buffer.setDuration(frameDuration);
  /frameworks/base/media/java/android/media/videoeditor/
AudioTrack.java 538 final int frameDuration;
543 frameDuration = (MediaProperties.SAMPLES_PER_FRAME_AMRNB * 1000)
550 frameDuration = (MediaProperties.SAMPLES_PER_FRAME_AMRWB * 1000)
557 frameDuration = (MediaProperties.SAMPLES_PER_FRAME_AAC * 1000)
564 frameDuration = (MediaProperties.SAMPLES_PER_FRAME_MP3 * 1000)
579 frameDuration,
MediaVideoItem.java 533 int frameDuration = 0;
553 frameDuration = (MediaProperties.SAMPLES_PER_FRAME_AMRNB*1000)/
558 frameDuration = (MediaProperties.SAMPLES_PER_FRAME_AMRWB * 1000)/
563 frameDuration = (MediaProperties.SAMPLES_PER_FRAME_AAC * 1000)/
571 frameDuration,
MediaArtistNativeHelper.java     [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 489 nsecs_t frameDuration = s2ns(1) / animation.fps;
538 nsecs_t delay = frameDuration - (now - lastFrame);
555 usleep(part.pause * ns2us(frameDuration));
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 246 jint frameDuration,
    [all...]

Completed in 192 milliseconds