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

  /frameworks/av/cmds/stagefright/
codec.cpp 248 int64_t presentationTimeUs;
251 &index, &offset, &size, &presentationTimeUs, &flags,
256 index, presentationTimeUs);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
TrackDecoder.java 111 long presentationTimeUs = 0;
127 presentationTimeUs = mediaExtractor.getSampleTime();
132 presentationTimeUs,
  /frameworks/base/media/java/android/media/
MediaCodec.java 133 presentationTimeUs = newTimeUs;
139 public long presentationTimeUs;
358 * @param presentationTimeUs The time at which this buffer should be rendered.
366 int offset, int size, long presentationTimeUs, int flags)
457 * @param presentationTimeUs The time at which this buffer should be rendered.
468 long presentationTimeUs,
  /cts/tests/tests/media/src/android/media/cts/
Vp8EncoderTest.java 246 long presentationTimeUs = 0;
272 presentationTimeUs = (inputFrameIndex * 1000000) / frameRate;
278 presentationTimeUs,
301 ivf.writeFrame(buffer, mBufferInfo.presentationTimeUs);
371 long presentationTimeUs = 0;
404 presentationTimeUs = (inputFrameIndex * 1000000) / frameRate;
409 presentationTimeUs,
504 long presentationTimeUs = 0;
544 presentationTimeUs = (inputFrameIndex * 1000000) / frameRate;
549 presentationTimeUs,
    [all...]
DecoderTest.java 226 long presentationTimeUs = 0;
233 presentationTimeUs = extractor.getSampleTime();
240 presentationTimeUs,
252 //Log.d(TAG, "got frame, size " + info.size + "/" + info.presentationTimeUs);
578 long presentationTimeUs = 0;
585 presentationTimeUs = extractor.getSampleTime();
592 timestamps.add(presentationTimeUs);
600 presentationTimeUs,
613 //Log.d(TAG, "got frame, size " + info.size + "/" + info.presentationTimeUs);
645 assertTrue("invalid timestamp", timestamps.remove(info.presentationTimeUs));
    [all...]
  /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/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 417 milliseconds