Searched refs:mAudioEncoderSource (Results 1 – 2 of 2) sorted by relevance
1502 mAudioEncoderSource = audioEncoder; in setupRawAudioRecording()1534 mAudioEncoderSource = source; in setupRTPRecording()2142 mAudioEncoderSource = audioEncoder; in setupAudioEncoder()2268 if (mAudioEncoderSource != NULL) { in pause()2269 mAudioEncoderSource->pause(); in pause()2293 for (const auto &source : { mAudioEncoderSource, mVideoEncoderSource }) { in resume()2319 for (const auto &source : { mAudioEncoderSource, mVideoEncoderSource }) { in resume()2352 for (const auto &source : { mAudioEncoderSource, mVideoEncoderSource }) { in stop()2390 mAudioEncoderSource.clear(); in stop()
175 sp<MediaCodecSource> mAudioEncoderSource; member