Searched refs:mAudioEncoder (Results 1 – 4 of 4) sorted by relevance
157 mAudioEncoder = AUDIO_ENCODER_AMR_NB; in setAudioEncoder()159 mAudioEncoder = ae; in setAudioEncoder()811 switch (mAudioEncoder) { in createAudioSource()833 ALOGE("Unknown audio encoder: %d", mAudioEncoder); in createAudioSource()865 CHECK(mAudioEncoder == AUDIO_ENCODER_AAC || in startAACRecording()866 mAudioEncoder == AUDIO_ENCODER_HE_AAC || in startAACRecording()867 mAudioEncoder == AUDIO_ENCODER_AAC_ELD); in startAACRecording()885 if (mAudioEncoder != AUDIO_ENCODER_DEFAULT && in startAMRRecording()886 mAudioEncoder != AUDIO_ENCODER_AMR_NB) { in startAMRRecording()888 mAudioEncoder); in startAMRRecording()[all …]
82 audio_encoder mAudioEncoder; member
130 IAudioEncoder mAudioEncoder; member
120 {MPH_AUDIOENCODER, INTERFACE_EXPLICIT, offsetof(CAudioRecorder, mAudioEncoder)},