HomeSort by relevance Sort by last modified time
    Searched refs:AAC (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/chromium_org/media/formats/mp4/
aac.h 21 // This class parses the AAC information from decoder specific information
25 class MEDIA_EXPORT AAC {
27 AAC();
28 ~AAC();
30 // Parse the AAC config from the raw binary data embedded in esds box.
36 // Gets the output sample rate for the AAC stream.
43 // Gets the channel layout for the AAC stream.
50 // This function converts a raw AAC frame into an AAC frame with an ADTS
68 // The following variables store the AAC specific configuration informatio
    [all...]
aac.cc 5 #include "media/formats/mp4/aac.h"
18 AAC::AAC()
23 AAC::~AAC() {
26 bool AAC::Parse(const std::vector<uint8>& data, const LogCB& log_cb) {
68 // Note: The check for 16 available bits comes from the AAC spec.
85 // Note: The check for 12 available bits comes from the AAC spec.
120 int AAC::GetOutputSamplesPerSecond(bool sbr_in_mimetype) const {
129 // to SBR doubling the AAC sample rate.
    [all...]
  /external/clang/test/CodeGenCXX/
2003-11-27-MultipleInheritanceThunk.cpp 29 AliasAnalysisCounter AAC;
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
Android.mk 28 LOCAL_MODULE:= libOMX.TI.AAC.decode
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
Android.mk 27 LOCAL_MODULE:= libOMX.TI.AAC.encode
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
H264R1080pAacLongPlayerTest.java 30 super(CamcorderProfile.QUALITY_1080P, VideoEncoder.H264, AudioEncoder.AAC);
H264R1080pAacRepeatedPlayerTest.java 30 super(CamcorderProfile.QUALITY_1080P, VideoEncoder.H264, AudioEncoder.AAC);
H264R480pAacLongPlayerTest.java 30 super(CamcorderProfile.QUALITY_480P, VideoEncoder.H264, AudioEncoder.AAC);
H264R720pAacLongPlayerTest.java 31 super(CamcorderProfile.QUALITY_720P, VideoEncoder.H264, AudioEncoder.AAC);
HEVCR1080pAacLongPlayerTest.java 30 super(CamcorderProfile.QUALITY_1080P, VideoEncoder.H264, AudioEncoder.AAC);
HEVCR1080pAacRepeatedPlayerTest.java 30 super(CamcorderProfile.QUALITY_1080P, VideoEncoder.H264, AudioEncoder.AAC);
HEVCR480pAacLongPlayerTest.java 30 super(CamcorderProfile.QUALITY_480P, VideoEncoder.H264, AudioEncoder.AAC);
HEVCR720pAacLongPlayerTest.java 31 super(CamcorderProfile.QUALITY_720P, VideoEncoder.H264, AudioEncoder.AAC);
H263QcifLongPlayerTest.java 32 super(CamcorderProfile.QUALITY_QCIF, VideoEncoder.H263, AudioEncoder.AAC);
H264R1080pAacShortPlayerTest.java 32 super(CamcorderProfile.QUALITY_1080P, VideoEncoder.H264, AudioEncoder.AAC);
HEVCR1080pAacShortPlayerTest.java 32 super(CamcorderProfile.QUALITY_1080P, VideoEncoder.H264, AudioEncoder.AAC);
HEVCR480pAacShortPlayerTest.java 35 super(CamcorderProfile.QUALITY_480P, VideoEncoder.H264, AudioEncoder.AAC);
HEVCR480x360AacShortPlayerTest.java 35 super(CamcorderProfile.QUALITY_480P, VideoEncoder.H264, AudioEncoder.AAC);
H264R480pAacShortPlayerTest.java 41 super(CamcorderProfile.QUALITY_480P, VideoEncoder.H264, AudioEncoder.AAC);
H264R480x360AacShortPlayerTest.java 41 super(CamcorderProfile.QUALITY_480P, VideoEncoder.H264, AudioEncoder.AAC);
H264R720pAacShortPlayerTest.java 42 super(CamcorderProfile.QUALITY_720P, VideoEncoder.H264, AudioEncoder.AAC);
HEVCR720pAacShortPlayerTest.java 38 super(CamcorderProfile.QUALITY_720P, VideoEncoder.H264, AudioEncoder.AAC);
H263QcifShortPlayerTest.java 53 super(CamcorderProfile.QUALITY_QCIF, VideoEncoder.H263, AudioEncoder.AAC);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.h 33 AAC,
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaProfileReader.java 90 audioEncoder != MediaRecorder.AudioEncoder.AAC &&
130 audioEncoderMap.put(MediaRecorder.AudioEncoder.AAC, "aac");

Completed in 242 milliseconds

1 2 3