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

/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.h103 sp<MediaSource> mAudioSource;// the decoder reading from the data source member in class:android::AudioSfDecoder
104 // used to indicate mAudioSource was successfully started, but wasn't stopped
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h79 audio_source_t mAudioSource; member in struct:android::StagefrightRecorder
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java75 private int mAudioSource = NO_AUDIO_SOURCE; field in class:MediaEncoderFilter
242 if (!mCaptureTimeLapse && (mAudioSource != NO_AUDIO_SOURCE)) {
243 mMediaRecorder.setAudioSource(mAudioSource);
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.h144 sp<MediaSource> mAudioSource; member in struct:android::PreviewPlayer
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h174 sp<MediaSource> mAudioSource; member in struct:android::AwesomePlayer
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp89 sp<MediaSource> mAudioSource; member in struct:android::__anon319
574 pC->mAudioSource->stop();
575 pC->mAudioSource.clear();
994 pC->mAudioSource->read(&mMediaBuffer, &options);
1003 pC->mAudioSource->read(&mMediaBuffer, &options);
1664 pC->mAudioSource = pC->mExtractor->getTrack(pC->mCurrTrack);
1665 pC->mAudioSource->start();
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h737 audio_source_t mAudioSource; // (see audio.h, audio_source_t) member in class:android::AudioFlinger::ThreadBase

Completed in 238 milliseconds