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

  /frameworks/av/cmds/stagefright/
codec.cpp 248 int64_t presentationTimeUs;
251 &index, &offset, &size, &presentationTimeUs, &flags,
256 index, presentationTimeUs);
  /cts/tests/tests/media/src/android/media/cts/
Vp8EncoderTest.java 223 long presentationTimeUs = 0;
244 presentationTimeUs = (frameIndex * 1000000) / frameRate;
250 presentationTimeUs,
267 ivf.writeFrame(buffer, mBufferInfo.presentationTimeUs);
DecoderTest.java 179 long presentationTimeUs = 0;
186 presentationTimeUs = extractor.getSampleTime();
193 presentationTimeUs,
205 //Log.d(TAG, "got frame, size " + info.size + "/" + info.presentationTimeUs);
400 long presentationTimeUs = 0;
407 presentationTimeUs = extractor.getSampleTime();
414 timestamps.add(presentationTimeUs);
422 presentationTimeUs,
435 //Log.d(TAG, "got frame, size " + info.size + "/" + info.presentationTimeUs);
462 assertTrue("invalid timestamp", timestamps.remove(info.presentationTimeUs));
    [all...]
  /frameworks/base/media/java/android/media/
MediaCodec.java 131 presentationTimeUs = newTimeUs;
137 public long presentationTimeUs;
331 * @param presentationTimeUs The time at which this buffer should be rendered.
339 int offset, int size, long presentationTimeUs, int flags)
430 * @param presentationTimeUs The time at which this buffer should be rendered.
438 long presentationTimeUs,
  /frameworks/av/media/libstagefright/mp4/
FragmentedMP4Parser.cpp 954 int64_t presentationTimeUs =
968 (*accessUnit)->meta()->setInt64("timeUs", presentationTimeUs);
1012 "timeUs", presentationTimeUs);
    [all...]
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 266 milliseconds