Searched refs:mAudioEncoderSource (Results 1 – 2 of 2) sorted by relevance
1284 mAudioEncoderSource = audioEncoder; in setupRawAudioRecording()1316 mAudioEncoderSource = source; in setupRTPRecording()1914 mAudioEncoderSource = audioEncoder; in setupAudioEncoder()2040 if (mAudioEncoderSource != NULL) { in pause()2041 mAudioEncoderSource->pause(); in pause()2065 for (const auto &source : { mAudioEncoderSource, mVideoEncoderSource }) { in resume()2091 for (const auto &source : { mAudioEncoderSource, mVideoEncoderSource }) { in resume()2124 for (const auto &source : { mAudioEncoderSource, mVideoEncoderSource }) { in stop()2161 mAudioEncoderSource.clear(); in stop()
159 sp<MediaCodecSource> mAudioEncoderSource; member