Searched refs:mAudioEncoder (Results 1 – 6 of 6) sorted by relevance
293 mAudioEncoder = AUDIO_ENCODER_AMR_NB; in setAudioEncoder()295 mAudioEncoder = ae; in setAudioEncoder()1111 switch (mAudioEncoder) { in createAudioSource()1136 ALOGE("Unknown audio encoder: %d", mAudioEncoder); in createAudioSource()1181 CHECK(mAudioEncoder == AUDIO_ENCODER_AAC || in setupAACRecording()1182 mAudioEncoder == AUDIO_ENCODER_HE_AAC || in setupAACRecording()1183 mAudioEncoder == AUDIO_ENCODER_AAC_ELD); in setupAACRecording()1202 if (mAudioEncoder != AUDIO_ENCODER_DEFAULT && in setupAMRRecording()1203 mAudioEncoder != AUDIO_ENCODER_AMR_NB) { in setupAMRRecording()1205 mAudioEncoder); in setupAMRRecording()[all …]
106 audio_encoder mAudioEncoder; member
39 public static int mAudioEncoder = profile.audioCodec; field in MediaRecorderStressTestRunner81 mAudioEncoder = Integer.parseInt(audioEncoder); in onCreate()
137 IAudioEncoder mAudioEncoder; member
120 {MPH_AUDIOENCODER, INTERFACE_EXPLICIT, offsetof(CAudioRecorder, mAudioEncoder)},
193 audioEncoder = MediaRecorderStressTestRunner.mAudioEncoder; in recordVideoAndPlayback()