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

/frameworks/av/include/media/stagefright/
H A DMediaClock.h47 // query media time corresponding to real time |realUs|, and save the
50 int64_t realUs,
62 int64_t realUs,
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaClock.h47 // query media time corresponding to real time |realUs|, and save the
50 int64_t realUs,
62 int64_t realUs,
/frameworks/av/media/libstagefright/include/
H A DMediaClock.h47 // query media time corresponding to real time |realUs|, and save the
50 int64_t realUs,
62 int64_t realUs,
/frameworks/av/media/libstagefright/
H A DMediaClock.cpp116 int64_t realUs, int64_t *outMediaUs, bool allowPastMaxTime) const {
122 return getMediaTime_l(realUs, outMediaUs, allowPastMaxTime);
126 int64_t realUs, int64_t *outMediaUs, bool allowPastMaxTime) const {
132 + (realUs - mAnchorTimeRealUs) * (double)mPlaybackRate;
115 getMediaTime( int64_t realUs, int64_t *outMediaUs, bool allowPastMaxTime) const argument
125 getMediaTime_l( int64_t realUs, int64_t *outMediaUs, bool allowPastMaxTime) const argument
H A DMediaSync.cpp464 int64_t realUs; local
465 if (mMediaClock->getRealTimeFor(mediaTimeUs, &realUs) != OK) {
470 return realUs;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp1159 int64_t realUs; local
1160 if (mMediaClock->getRealTimeFor(mediaTimeUs, &realUs) != OK) {
1165 return realUs;

Completed in 233 milliseconds