Searched defs:getRealTimeUs_l (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorAudioPlayer.cpp222 return getRealTimeUs_l();
225 int64_t VideoEditorAudioPlayer::getRealTimeUs_l() { function in class:android::VideoEditorAudioPlayer
241 int64_t realTimeOffset = getRealTimeUs_l() - mPositionTimeRealUs;

Completed in 125 milliseconds