Searched refs:getTimestamp (Results 51 - 55 of 55) sorted by relevance

123

/frameworks/base/media/java/android/media/
H A DMediaCodec.java1729 public long getTimestamp() { method in class:MediaCodec.MediaImage
/frameworks/native/libs/gui/
H A DGLConsumer.cpp852 nsecs_t GLConsumer::getTimestamp() { function in class:android::GLConsumer
853 ST_LOGV("getTimestamp");
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp1309 // accessing getTimestamp() or getPosition() every time a data buffer with
1318 status_t res = mAudioSink->getTimestamp(ts);
1326 // getTimestamp returns a timestamp which may come from audio mixing threads.
1331 ALOGV("getTimestamp: returned stale timestamp nowUs(%lld) numFramesPlayedAt(%lld)",
1335 //ALOGD("getTimestamp: OK %d %lld", numFramesPlayed, (long long)numFramesPlayedAt);
1339 //ALOGD("getTimestamp: WOULD_BLOCK %d %lld",
1355 // (1) In case 1, the time nowUs is computed before getTimestamp() is called and
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1059 nsecs_t desiredPresentTime = mSurfaceFlingerConsumer->getTimestamp();
/frameworks/av/services/audioflinger/
H A DThreads.cpp2140 status_t status = mNormalSink->getTimestamp(mLatchD.mTimestamp);
2709 return mNormalSink->getTimestamp(timestamp);

Completed in 70 milliseconds

123