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

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
GpuVideoTrackDecoder.java 64 private long mCurrentPresentationTimeUs;
102 mCurrentPresentationTimeUs = info.presentationTimeUs;
162 outputVideoFrame.setTimestamp(mCurrentPresentationTimeUs * 1000);
CpuVideoTrackDecoder.java 53 private long mCurrentPresentationTimeUs;
82 mCurrentPresentationTimeUs = info.presentationTimeUs;
112 outputVideoFrame.setTimestamp(mCurrentPresentationTimeUs * 1000);

Completed in 46 milliseconds