/frameworks/base/docs/html/guide/appendix/ |
D | media-formats.jd | 75 <td>AAC LC</td> 83 • ADTS raw AAC (.aac, decode in Android 3.1+, encode in Android 4.0+, ADIF not supported)<br> 88 <td>HE-AACv1 (AAC+)</td> 94 <td>HE-AACv2 (enhanced AAC+)</td> 102 <td>AAC ELD (enhanced low delay AAC)</td> 265 • MPEG-TS (.ts, AAC audio only, not seekable, Android 3.0+)</td> 353 <td>AAC-LC</td> 354 <td>AAC-LC</td> 355 <td>AAC-LC</td>
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
D | MediaProfileReader.java | 90 audioEncoder != MediaRecorder.AudioEncoder.AAC && in getAudioCodecName() 130 audioEncoderMap.put(MediaRecorder.AudioEncoder.AAC, "aac"); in initAudioEncoderMap()
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | ESQueue.h | 34 AAC, enumerator
|
D | ESQueue.cpp | 324 case AAC: in appendData() 457 if (mMode == AAC) { in appendData() 495 case AAC: in dequeueAccessUnit()
|
D | MPEG2PSExtractor.cpp | 604 mode = ElementaryStreamQueue::AAC; in Track()
|
D | ATSParser.cpp | 607 mQueue = new ElementaryStreamQueue(ElementaryStreamQueue::AAC); in Stream()
|
/frameworks/av/media/libstagefright/codecs/common/include/ |
D | voIndex.h | 106 _MAKE_CODEC_ID (0x210000, AAC)
|
/frameworks/base/docs/html/ndk/guides/audio/ |
D | opensl-for-android.jd | 420 <li>AAC LC.</li> 421 <li>HE-AACv1 (AAC+).</li> 422 <li>HE-AACv2 (enhanced AAC+).</li> 438 <li><a class="external-link" href="https://en.wikipedia.org/wiki/Advanced_Audio_Coding">AAC</a> 1067 <h3>Decode streaming ADTS AAC to PCM</h3> 1083 deal with AAC audio but need to perform custom audio processing 1092 <li>The compressed audio source is a stream of AAC frames contained in ADTS headers. 1102 Each buffer contains one or more complete ADTS AAC frames. 1113 ADTS AAC buffers, to avoid starving the decoder. This may happen, for example, if your app 1127 AAC data source, and an Android simple buffer queue for the PCM data
|
/frameworks/base/media/java/android/media/ |
D | MediaRecorder.java | 414 public static final int AAC = 3; field in MediaRecorder.AudioEncoder
|
/frameworks/av/media/libstagefright/matroska/ |
D | MatroskaExtractor.cpp | 141 AAC, enumerator 247 mType = AAC; in MatroskaSource()
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.3.3.jd | 161 Wideband and AAC formats. </li>
|
D | android-2.3-highlights.jd | 367 AAC encoding and AMR wideband encoding (in software), so that applications can 390 <li>Adds AAC encoding and AMR wideband encoding</li>
|
D | android-3.1.jd | 646 <li>The media framework adds built-in support for raw ADTS AAC content, for
|
D | android-4.0-highlights.jd | 867 HTTP Live streaming protocol version 3 and encoding of ADTS-contained AAC
|
D | jelly-bean.jd | 1499 <p>Android 4.1 also adds built-in support for encoding/decoding AAC 5.1 audio.</p>
|
D | android-4.0.jd | 404 <li>ADTS raw AAC audio encoding</li>
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
D | Camera2RecordingTest.java | 841 mMediaRecorder.setAudioEncoder(MediaRecorder.AudioEncoder.AAC); in prepareRecording()
|
/frameworks/base/docs/html/ndk/downloads/ |
D | revision_history.jd | 3010 standard. With API Level 14, you can now decode compressed audio (e.g. MP3, AAC,
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 15302 field public static final int AAC = 3; // 0x3
|
/frameworks/base/api/ |
D | current.txt | 21248 field public static final int AAC = 3; // 0x3
|
D | test-current.txt | 21317 field public static final int AAC = 3; // 0x3
|
D | system-current.txt | 22768 field public static final int AAC = 3; // 0x3
|