Searched defs:nanoTime (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioTimestamp.java41 * in the same units and timebase as {@link java.lang.System#nanoTime}.
43 public long nanoTime; field in class:AudioTimestamp
H A DMediaTimestamp.java47 * Get the {@link java.lang.System#nanoTime system time} corresponding to the media time
51 return nanoTime;
68 public final long nanoTime; field in class:MediaTimestamp
75 nanoTime = systemNs;
82 nanoTime = 0;
H A DMediaCodec.java2441 * needs to be <i>reasonably close</i> to the current {@link System#nanoTime}.
3064 * @param nanoTime The system time when the frame was rendered.
3066 * @see System#nanoTime
3069 @NonNull MediaCodec codec, long presentationTimeUs, long nanoTime);
3068 onFrameRendered( @onNull MediaCodec codec, long presentationTimeUs, long nanoTime) argument
H A DMediaPlayer.java1496 * to the current {@link System#nanoTime system time}, so
1511 System.nanoTime(),
3767 private long getEstimatedTime(long nanoTime, boolean monotonic) { argument
3771 long timeSinceRead = (nanoTime - mLastNanoTime) / 1000;
3795 long nanoTime = System.nanoTime();
3797 nanoTime >= mLastNanoTime + MAX_NS_WITHOUT_POSITION_CHECK) {
3806 getEstimatedTime(nanoTime, monotonic);
3814 mLastNanoTime = nanoTime;
3830 return getEstimatedTime(nanoTime, monotoni
[all...]
/frameworks/av/include/media/
H A DIOMX.h232 OMX_S64 nanoTime; member in struct:android::omx_message::__anon44::__anon48

Completed in 110 milliseconds