Home
last modified time | relevance | path

Searched refs:getRealTimeFor (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaClock.h62 status_t getRealTimeFor(int64_t targetMediaUs, int64_t *outRealUs) const;
/aosp12/frameworks/av/media/libstagefright/
H A DMediaClock.cpp187 status_t MediaClock::getRealTimeFor( in getRealTimeFor() function in android::MediaClock
H A DMediaSync.cpp468 if (mMediaClock->getRealTimeFor(mediaTimeUs, &realUs) != OK) { in getRealTime()
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp1230 if (mMediaClock->getRealTimeFor(mediaTimeUs, &realUs) != OK) { in getRealTimeUs()