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

/frameworks/av/include/media/stagefright/
H A DAudioPlayer.h57 int64_t getMediaTimeUs();
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorAudioPlayer.h53 int64_t getMediaTimeUs();
H A DVideoEditorAudioPlayer.cpp229 int64_t VideoEditorAudioPlayer::getMediaTimeUs() { function in class:android::VideoEditorAudioPlayer
230 ALOGV("getMediaTimeUs");
H A DPreviewPlayer.cpp1653 int64_t audioTimeUs = mAudioPlayer->getMediaTimeUs();
1879 *positionUs = mAudioPlayer->getMediaTimeUs();
/frameworks/av/media/libstagefright/
H A DAudioPlayer.cpp541 int64_t AudioPlayer::getMediaTimeUs() { function in class:android::AudioPlayer
H A DAwesomePlayer.cpp649 int64_t audioTimeUs = mAudioPlayer->getMediaTimeUs();
1289 *positionUs = mAudioPlayer->getMediaTimeUs();

Completed in 165 milliseconds