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

/frameworks/av/include/media/stagefright/
H A DAudioPlayer.h65 int64_t getMediaTimeUs();
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorAudioPlayer.h53 int64_t getMediaTimeUs();
H A DVideoEditorAudioPlayer.cpp228 int64_t VideoEditorAudioPlayer::getMediaTimeUs() { function in class:android::VideoEditorAudioPlayer
229 ALOGV("getMediaTimeUs");
H A DPreviewPlayer.cpp1653 int64_t audioTimeUs = mAudioPlayer->getMediaTimeUs();
1879 *positionUs = mAudioPlayer->getMediaTimeUs();
/frameworks/av/media/libstagefright/
H A DAudioPlayer.cpp741 int64_t AudioPlayer::getMediaTimeUs() { function in class:android::AudioPlayer
749 ALOGV("getMediaTimeUs getOutputPlayPositionUs_l() mPositionTimeRealUs %lld",
H A DAwesomePlayer.cpp672 int64_t audioTimeUs = mAudioPlayer->getMediaTimeUs();
1391 *positionUs = mAudioPlayer->getMediaTimeUs();

Completed in 116 milliseconds