Searched refs:mAudioEncoderSource (Results 1 – 2 of 2) sorted by relevance
1535 mAudioEncoderSource = audioEncoder; in setupRawAudioRecording()1570 mAudioEncoderSource = source; in setupRTPRecording()2197 mAudioEncoderSource = audioEncoder; in setupAudioEncoder()2323 if (mAudioEncoderSource != NULL) { in pause()2324 mAudioEncoderSource->pause(); in pause()2348 for (const auto &source : { mAudioEncoderSource, mVideoEncoderSource }) { in resume()2374 for (const auto &source : { mAudioEncoderSource, mVideoEncoderSource }) { in resume()2407 for (const auto &source : { mAudioEncoderSource, mVideoEncoderSource }) { in stop()2445 mAudioEncoderSource.clear(); in stop()
177 sp<MediaCodecSource> mAudioEncoderSource; member