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

  /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,
MediaMuxer.java 97 int offset, int size, long presentationTimeUs, int flags);
285 || bufferInfo.presentationTimeUs < 0) {
300 bufferInfo.presentationTimeUs, bufferInfo.flags);
  /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...]
MediaMuxerTest.java 204 bufferInfo.presentationTimeUs = extractor.getSampleTime();
215 "PresentationTimeUs:" + bufferInfo.presentationTimeUs +
ExtractDecodeEditEncodeMuxTest.java     [all...]
EncodeDecodeTest.java 589 info.presentationTimeUs, info.flags);
637 info.presentationTimeUs);
667 info.presentationTimeUs);
    [all...]
DecodeEditEncodeTest.java 342 output.addChunk(encodedData, info.flags, info.presentationTimeUs);
539 outputData.addChunk(encodedData, info.flags, info.presentationTimeUs);
590 inputSurface.setPresentationTime(info.presentationTimeUs * 1000);
    [all...]
  /frameworks/base/media/jni/
android_media_MediaCodec.h 70 int64_t presentationTimeUs,
android_media_MediaCodec.cpp 161 int64_t presentationTimeUs,
166 presentationTimeUs, flags, errorDetailMsg);
  /frameworks/av/include/media/stagefright/
MediaCodec.h 77 int64_t presentationTimeUs,
89 int64_t presentationTimeUs,
99 int64_t *presentationTimeUs,
  /frameworks/av/cmds/stagefright/
codec.cpp 248 int64_t presentationTimeUs;
251 &index, &offset, &size, &presentationTimeUs, &flags,
256 index, presentationTimeUs);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java 205 bufferInfo.presentationTimeUs = extractor.getSampleTime();
206 if (endMs > 0 && bufferInfo.presentationTimeUs > (endMs * 1000)) {
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 208 int64_t presentationTimeUs,
219 msg->setInt64("timeUs", presentationTimeUs);
235 int64_t presentationTimeUs,
250 msg->setInt64("timeUs", presentationTimeUs);
279 int64_t *presentationTimeUs,
294 CHECK(response->findInt64("timeUs", presentationTimeUs));
    [all...]
  /frameworks/av/media/libstagefright/mp4/
FragmentedMP4Parser.cpp 954 int64_t presentationTimeUs =
968 (*accessUnit)->meta()->setInt64("timeUs", presentationTimeUs);
1012 "timeUs", presentationTimeUs);
    [all...]

Completed in 271 milliseconds