Searched refs:realUs (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | MediaClock.cpp | 101 int64_t realUs, int64_t *outMediaUs, bool allowPastMaxTime) const { in getMediaTime() argument 107 return getMediaTime_l(realUs, outMediaUs, allowPastMaxTime); in getMediaTime() 111 int64_t realUs, int64_t *outMediaUs, bool allowPastMaxTime) const { in getMediaTime_l() argument 117 + (realUs - mAnchorTimeRealUs) * (double)mPlaybackRate; in getMediaTime_l()
|
D | MediaSync.cpp | 464 int64_t realUs; in getRealTime() local 465 if (mMediaClock->getRealTimeFor(mediaTimeUs, &realUs) != OK) { in getRealTime() 470 return realUs; in getRealTime()
|
/frameworks/av/include/media/stagefright/ |
D | MediaClock.h | 50 int64_t realUs, 62 int64_t realUs,
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerRenderer.cpp | 957 int64_t realUs; in getRealTimeUs() local 958 if (mMediaClock->getRealTimeFor(mediaTimeUs, &realUs) != OK) { in getRealTimeUs() 963 return realUs; in getRealTimeUs()
|