Searched refs:mAudioEncoder (Results 1 – 6 of 6) sorted by relevance
329 mAudioEncoder = AUDIO_ENCODER_AMR_NB; in setAudioEncoder()331 mAudioEncoder = ae; in setAudioEncoder()1375 switch (mAudioEncoder) { in createAudioSource()1400 ALOGE("Unknown audio encoder: %d", mAudioEncoder); in createAudioSource()1445 CHECK(mAudioEncoder == AUDIO_ENCODER_AAC || in setupAACRecording()1446 mAudioEncoder == AUDIO_ENCODER_HE_AAC || in setupAACRecording()1447 mAudioEncoder == AUDIO_ENCODER_AAC_ELD); in setupAACRecording()1466 if (mAudioEncoder != AUDIO_ENCODER_DEFAULT && in setupAMRRecording()1467 mAudioEncoder != AUDIO_ENCODER_AMR_NB) { in setupAMRRecording()1469 mAudioEncoder); in setupAMRRecording()[all …]
119 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()