Searched refs:mAudioEncoder (Results 1 – 6 of 6) sorted by relevance
171 mAudioEncoder = AUDIO_ENCODER_AMR_NB; in setAudioEncoder()173 mAudioEncoder = ae; in setAudioEncoder()946 switch (mAudioEncoder) { in createAudioSource()968 ALOGE("Unknown audio encoder: %d", mAudioEncoder); in createAudioSource()1001 CHECK(mAudioEncoder == AUDIO_ENCODER_AAC || in setupAACRecording()1002 mAudioEncoder == AUDIO_ENCODER_HE_AAC || in setupAACRecording()1003 mAudioEncoder == AUDIO_ENCODER_AAC_ELD); in setupAACRecording()1015 if (mAudioEncoder != AUDIO_ENCODER_DEFAULT && in setupAMRRecording()1016 mAudioEncoder != AUDIO_ENCODER_AMR_NB) { in setupAMRRecording()1018 mAudioEncoder); in setupAMRRecording()[all …]
88 audio_encoder mAudioEncoder; member
39 public static int mAudioEncoder = profile.audioCodec; field in MediaRecorderStressTestRunner81 mAudioEncoder = Integer.parseInt(audioEncoder); in onCreate()
130 IAudioEncoder mAudioEncoder; member
120 {MPH_AUDIOENCODER, INTERFACE_EXPLICIT, offsetof(CAudioRecorder, mAudioEncoder)},
193 audioEncoder = MediaRecorderStressTestRunner.mAudioEncoder; in recordVideoAndPlayback()