Home | History | Annotate | Download | only in lvpp

Lines Matching full:maudioplayer

281     if (mAudioPlayer == NULL && mAudioSource != NULL) {
294 //delete mAudioPlayer;
295 mAudioPlayer = NULL;
352 if (mAudioSource == NULL || mAudioPlayer == NULL) {
382 mAudioPlayer = audioPlayer;
387 (VideoEditorAudioPlayer*)mAudioPlayer;
532 if (mAudioPlayer == NULL) {
535 mAudioPlayer = new VideoEditorAudioPlayer(mAudioSink, this);
537 (VideoEditorAudioPlayer*)mAudioPlayer;
539 mAudioPlayer->setSource(mAudioSource);
558 //delete mAudioPlayer;
559 mAudioPlayer = NULL;
572 mVeAudioPlayer = (VideoEditorAudioPlayer*)mAudioPlayer;
598 mAudioPlayer = NULL;
623 if (mTimeSource == NULL && mAudioPlayer == NULL) {
813 if (mAudioPlayer != NULL && (mFlags & AUDIO_RUNNING)) {
814 mAudioPlayer->pause();
926 if (mAudioPlayer != NULL && !(mFlags & (AUDIO_RUNNING))) {
950 if (!(mFlags & AUDIO_AT_EOS) && mAudioPlayer != NULL
951 && mAudioPlayer->getMediaTimeMapping(&realTimeUs, &mediaTimeUs)) {