Searched refs:getRealTime (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMediaSync.cpp320 oldRealTime = getRealTime(mNextBufferItemMediaUs, nowUs);
327 int64_t newRealTime = getRealTime(mNextBufferItemMediaUs, nowUs);
463 int64_t MediaSync::getRealTime(int64_t mediaTimeUs, int64_t nowUs) { function in class:android::MediaSync
541 int64_t itemRealUs = getRealTime(itemMediaUs, nowUs);
786 int64_t itemRealUs = getRealTime(mNextBufferItemMediaUs, nowUs);
/frameworks/av/include/media/stagefright/
H A DMediaSync.h236 int64_t getRealTime(int64_t mediaTimeUs, int64_t nowUs);
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaSync.h236 int64_t getRealTime(int64_t mediaTimeUs, int64_t nowUs);
/frameworks/av/media/libstagefright/include/
H A DMediaSync.h236 int64_t getRealTime(int64_t mediaTimeUs, int64_t nowUs);

Completed in 96 milliseconds