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

  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp 242 mAudioSource = DummyAudioSource::Create(32000, 2, 20000,
244 if(mAudioSource != NULL) {
245 setAudioSource(mAudioSource);
247 status_t error = mAudioSource->start();
250 mAudioSource.clear();
290 if (mAudioPlayer == NULL && mAudioSource != NULL) {
294 mAudioSource->stop();
296 mAudioSource.clear();
360 if (mAudioSource == NULL || mAudioPlayer == NULL) {
425 meta = mAudioSource->getFormat()
    [all...]
PreviewPlayer.h 144 sp<MediaSource> mAudioSource;
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 484 if ((mAudioSource != NULL) && (mAudioSource != mAudioTrack)) {
525 && mAudioSource != NULL) {
529 mAudioSource->stop();
531 mAudioSource.clear();
821 && (mAudioSource == NULL || (mFlags & AUDIO_AT_EOS));
883 if (mAudioSource != NULL) {
899 mAudioPlayer->setSource(mAudioSource);
944 if (mAudioSource != NULL && mVideoSource != NULL) {
957 if ((mAudioSource != NULL) && (mAudioSource != mAudioTrack))
    [all...]
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 35 mAudioSource(0),
64 if ((mAudioSource != 0) && mAudioSourceStarted) {
65 mAudioSource->stop();
160 // mAudioSource != 0
323 mAudioSource = source;
494 err = mAudioSource->read(&mDecodeBuffer, &readOptions);
758 if ((mAudioSource != 0) && mAudioSourceStarted) {
759 sp<MetaData> meta = mAudioSource->getFormat();
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
AacBqToPcmCbRenderer.cpp 209 mAudioSource = source;
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 71 mAudioSource(AUDIO_SOURCE_CNT),
106 mAudioSource = AUDIO_SOURCE_MIC;
108 mAudioSource = as;
782 if (mAudioSource != AUDIO_SOURCE_CNT) {
798 mAudioSource,
868 CHECK(mAudioSource != AUDIO_SOURCE_CNT);
909 if (mAudioSource >= AUDIO_SOURCE_CNT) {
910 ALOGE("Invalid audio source: %d", mAudioSource);
942 if ((mAudioSource != AUDIO_SOURCE_CNT
944 || (mAudioSource == AUDIO_SOURCE_CN
    [all...]
StagefrightRecorder.h 79 audio_source_t 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/media/libaah_rtp/
aah_tx_player.cpp 353 mAudioSource = extractor->getTrack(i);
354 CHECK(mAudioSource != NULL);
397 mAudioFormat = mAudioSource->getFormat();
468 status_t err = mAudioSource->start();
730 if (mAudioSource != NULL) {
731 mAudioSource->stop();
733 mAudioSource.clear();
1051 status_t err = mAudioSource->read(&mediaBuffer, &options);
    [all...]
aah_tx_player.h 147 sp<MediaSource> mAudioSource;
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditor3gpReader.cpp 89 sp<MediaSource> mAudioSource;
574 pC->mAudioSource->stop();
575 pC->mAudioSource.clear();
    [all...]
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 173 sp<MediaSource> mAudioSource;

Completed in 603 milliseconds