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

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
TestSensorEventListener.java 98 long timestampNs = SystemClock.elapsedRealtimeNanos();
101 mCollectedEvents.add(new TestSensorEvent(event, timestampNs));
152 long timestampNs = SystemClock.elapsedRealtimeNanos();
154 mTimeStampFlushCompleteEvents.add(timestampNs);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 910 int64_t timestampNs;
911 CHECK(msg->findInt64("timestampNs", &timestampNs));
912 err = mCodec->renderOutputBufferAndRelease(bufferIx, timestampNs);
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]

Completed in 173 milliseconds