Searched defs:audioEncoder (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaProfileReader.java87 public static String getAudioCodecName(int audioEncoder) { argument
88 if (audioEncoder != MediaRecorder.AudioEncoder.AMR_NB &&
89 audioEncoder != MediaRecorder.AudioEncoder.AMR_WB &&
90 audioEncoder != MediaRecorder.AudioEncoder.AAC &&
91 audioEncoder != MediaRecorder.AudioEncoder.HE_AAC) {
92 throw new IllegalArgumentException("Unsupported audio encodeer " + audioEncoder);
94 return audioEncoderMap.get(audioEncoder);
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp852 sp<MediaSource> audioEncoder = local
857 return audioEncoder;
919 sp<MediaSource> audioEncoder = createAudioSource(); local
920 if (audioEncoder == NULL) {
925 mWriter->addSource(audioEncoder);
1460 sp<MediaSource> audioEncoder = createAudioSource(); local
1461 if (audioEncoder == NULL) {
1465 writer->addSource(audioEncoder);

Completed in 369 milliseconds