HomeSort by relevance Sort by last modified time
    Searched defs:aac (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/media/formats/mp4/
mp4_stream_parser.cc 215 const AAC& aac = entry.esds.aac; local
238 // Check if it is MPEG4 AAC defined in ISO 14496 Part 3 or
239 // supported MPEG2 AAC varients.
242 channel_layout = aac.GetChannelLayout(has_sbr_);
243 sample_per_second = aac.GetOutputSamplesPerSecond(has_sbr_);
245 extra_data = aac.codec_specific_data();
391 const AAC& aac_config, std::vector<uint8>* frame_buf,
396 // As above, adjust subsample information to account for the headers. AAC i
    [all...]
box_definitions.h 14 #include "media/formats/mp4/aac.h"
208 AAC aac; member in struct:media::mp4::ElementaryStreamDescriptor
  /external/aac/libAACdec/src/
channelinfo.h 3 Software License for The Fraunhofer FDK AAC Codec Library for Android
9 The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
10 the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
11 This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
13 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
15 independent studies and is widely deployed. AAC has been standardized by ISO and IEC as par
224 } aac; variable in typeref:struct:__anon4663::__anon4664
257 } aac; variable in typeref:struct:__anon4665::__anon4666
285 } aac; variable in typeref:struct:__anon4667::__anon4668
    [all...]
  /external/bluetooth/bluedroid/stack/include/
uipc_msg.h 294 /* AAC/AAC+ CODEC Parameters */
369 tCODEC_INFO_AAC aac; member in union:__anon6263
400 UINT32 aac; member in union:__anon6266::__anon6267

Completed in 146 milliseconds