Searched refs:AAC (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaProfileReader.java90 audioEncoder != MediaRecorder.AudioEncoder.AAC &&
130 audioEncoderMap.put(MediaRecorder.AudioEncoder.AAC, "aac");
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.h34 AAC, enumerator in enum:android::ElementaryStreamQueue::Mode
H A DESQueue.cpp319 case AAC:
343 ALOGI("found something resembling an AAC syncword at "
349 ALOGV("First ADTS AAC frame length is %zd bytes, "
451 if (mMode == AAC) {
489 case AAC:
618 // The idea here is consume all AAC frames starting at offsets before
621 // The final AAC frame may well extend into the next RangeInfo but
658 ALOGI("found AAC codec config (%d Hz, %d channels)",
H A DMPEG2PSExtractor.cpp550 mode = ElementaryStreamQueue::AAC;
H A DATSParser.cpp506 mQueue = new ElementaryStreamQueue(ElementaryStreamQueue::AAC);
/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoIndex.h106 _MAKE_CODEC_ID (0x210000, AAC)
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java304 /** @hide AAC ADIF file format */
307 /** AAC ADTS file format */
313 /** @hide H.264/AAC data encapsulated in MPEG2/TS */
334 /** AAC Low Complexity (AAC-LC) audio codec */
335 public static final int AAC = 3; field in class:MediaRecorder.AudioEncoder
336 /** High Efficiency AAC (HE-AAC) audio codec */
338 /** Enhanced Low Delay AAC (AAC
[all...]
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp137 AAC, enumerator in enum:android::MatroskaSource::Type
237 mType = AAC;

Completed in 44 milliseconds