HomeSort by relevance Sort by last modified time
    Searched full:presentationtimeus (Results 1 - 8 of 8) sorted by null

  /frameworks/av/include/media/stagefright/
MediaCodec.h 75 int64_t presentationTimeUs,
87 int64_t presentationTimeUs,
97 int64_t *presentationTimeUs,
  /frameworks/base/media/jni/
android_media_MediaCodec.h 68 int64_t presentationTimeUs,
android_media_MediaCodec.cpp 154 int64_t presentationTimeUs,
159 presentationTimeUs, flags, errorDetailMsg);
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 137 long presentationTimeUs = 0;
144 presentationTimeUs = extractor.getSampleTime();
151 presentationTimeUs,
  /frameworks/av/cmds/stagefright/
codec.cpp 245 int64_t presentationTimeUs;
248 &index, &offset, &size, &presentationTimeUs, &flags,
253 index, presentationTimeUs);
  /frameworks/base/media/java/android/media/
MediaCodec.java 129 presentationTimeUs = newTimeUs;
135 public long presentationTimeUs;
320 * @param presentationTimeUs The time at which this buffer should be rendered.
328 int offset, int size, long presentationTimeUs, int flags)
398 * @param presentationTimeUs The time at which this buffer should be rendered.
406 long presentationTimeUs,
MediaExtractor.java 48 * long presentationTimeUs = extractor.getSampleTime();
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 182 int64_t presentationTimeUs,
193 msg->setInt64("timeUs", presentationTimeUs);
209 int64_t presentationTimeUs,
224 msg->setInt64("timeUs", presentationTimeUs);
253 int64_t *presentationTimeUs,
268 CHECK(response->findInt64("timeUs", presentationTimeUs));
    [all...]

Completed in 312 milliseconds