HomeSort by relevance Sort by last modified time
    Searched defs:mAudioSource (Results 1 - 7 of 7) sorted by null

  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.h 103 sp<MediaSource> mAudioSource;// the decoder reading from the data source
104 // used to indicate mAudioSource was successfully started, but wasn't stopped
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.h 82 audio_source_t mAudioSource;
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.h 144 sp<MediaSource> mAudioSource;
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 174 sp<MediaSource> mAudioSource;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java 75 private int mAudioSource = NO_AUDIO_SOURCE;
242 if (!mCaptureTimeLapse && (mAudioSource != NO_AUDIO_SOURCE)) {
243 mMediaRecorder.setAudioSource(mAudioSource);
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditor3gpReader.cpp 89 sp<MediaSource> mAudioSource;
574 pC->mAudioSource->stop();
575 pC->mAudioSource.clear();
    [all...]
  /frameworks/av/services/audioflinger/
Threads.h 304 audio_source_t mAudioSource; // (see audio.h, audio_source_t)
    [all...]

Completed in 465 milliseconds