Home
last modified time | relevance | path

Searched refs:mAudioEncoder (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp157 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 …]
DStagefrightRecorder.h82 audio_encoder mAudioEncoder; member
/frameworks/wilhelm/src/
Dclasses.h130 IAudioEncoder mAudioEncoder; member
Dclasses.c120 {MPH_AUDIOENCODER, INTERFACE_EXPLICIT, offsetof(CAudioRecorder, mAudioEncoder)},