Home
last modified time | relevance | path

Searched refs:mAudioEncoderSource (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1502 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()
H A DStagefrightRecorder.h175 sp<MediaCodecSource> mAudioEncoderSource; member