Searched refs:mAudioEncoder (Results 1 – 6 of 6) sorted by relevance
171 mAudioEncoder = AUDIO_ENCODER_AMR_NB; in setAudioEncoder()173 mAudioEncoder = ae; in setAudioEncoder()897 switch (mAudioEncoder) { in createAudioSource()919 ALOGE("Unknown audio encoder: %d", mAudioEncoder); in createAudioSource()951 CHECK(mAudioEncoder == AUDIO_ENCODER_AAC || in setupAACRecording()952 mAudioEncoder == AUDIO_ENCODER_HE_AAC || in setupAACRecording()953 mAudioEncoder == AUDIO_ENCODER_AAC_ELD); in setupAACRecording()965 if (mAudioEncoder != AUDIO_ENCODER_DEFAULT && in setupAMRRecording()966 mAudioEncoder != AUDIO_ENCODER_AMR_NB) { in setupAMRRecording()968 mAudioEncoder); in setupAMRRecording()[all …]
86 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()