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.AAC_PLUS &&
92 audioEncoder != MediaRecorder.AudioEncoder.EAAC_PLUS) {
93 throw new IllegalArgumentException("Unsupported audio encodeer " + audioEncoder);
95 return audioEncoderMap.get(audioEncoder);
/frameworks/base/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp717 sp<MediaSource> audioEncoder = local
722 return audioEncoder;
776 sp<MediaSource> audioEncoder = createAudioSource(); local
778 if (audioEncoder == NULL) {
783 mWriter->addSource(audioEncoder);
1070 sp<MediaSource> audioEncoder; local
1075 audioEncoder = createAudioSource();
1082 if (audioEncoder == NULL) {
1086 writer->addSource(audioEncoder);

Completed in 50 milliseconds