Searched refs:realUs (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMediaClock.h54 // query media time corresponding to real time |realUs|, and save the
57 int64_t realUs,
91 int64_t realUs,
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaClock.h54 // query media time corresponding to real time |realUs|, and save the
57 int64_t realUs,
91 int64_t realUs,
/frameworks/av/media/libstagefright/
H A DMediaClock.cpp157 int64_t realUs, int64_t *outMediaUs, bool allowPastMaxTime) const {
163 return getMediaTime_l(realUs, outMediaUs, allowPastMaxTime);
167 int64_t realUs, int64_t *outMediaUs, bool allowPastMaxTime) const {
173 + (realUs - mAnchorTimeRealUs) * (double)mPlaybackRate;
156 getMediaTime( int64_t realUs, int64_t *outMediaUs, bool allowPastMaxTime) const argument
166 getMediaTime_l( int64_t realUs, int64_t *outMediaUs, bool allowPastMaxTime) const argument
H A DMediaSync.cpp467 int64_t realUs; local
468 if (mMediaClock->getRealTimeFor(mediaTimeUs, &realUs) != OK) {
473 return realUs;
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2Renderer.cpp1174 int64_t realUs; local
1175 if (mMediaClock->getRealTimeFor(mediaTimeUs, &realUs) != OK) {
1180 return realUs;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp1175 int64_t realUs; local
1176 if (mMediaClock->getRealTimeFor(mediaTimeUs, &realUs) != OK) {
1181 return realUs;

Completed in 78 milliseconds