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

/external/chromium_org/media/formats/mp4/
H A Daac.h21 // This class parses the AAC information from decoder specific information
25 class MEDIA_EXPORT AAC { class in namespace:media::mp4
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 specifi
[all...]
H A Daac.cc18 AAC::AAC() function in class:media::mp4::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.)
135 ChannelLayout AAC
[all...]
H A Dmp4_stream_parser.h73 bool PrepareAACBuffer(const AAC& aac_config,
H A Daac_unittest.cc19 AAC aac_;
H A Dmp4_stream_parser.cc215 const AAC& aac = entry.esds.aac;
238 // Check if it is MPEG4 AAC defined in ISO 14496 Part 3 or
239 // supported MPEG2 AAC varients.
391 const AAC& aac_config, std::vector<uint8>* frame_buf,
396 // As above, adjust subsample information to account for the headers. AAC is
494 MEDIA_LOG(log_cb_) << "Failed to prepare AAC sample for decode";
H A Dbox_definitions.h208 AAC aac;
/external/clang/test/CodeGenCXX/
H A D2003-11-27-MultipleInheritanceThunk.cpp29 AliasAnalysisCounter AAC; variable
/external/chromium_org/media/filters/
H A Daudio_file_reader_unittest.cc219 TEST_F(AudioFileReaderTest, AAC) {
/external/chromium_org/media/mojo/services/
H A Dmedia_type_converters.cc30 ASSERT_ENUM_EQ(AudioCodec, kCodec, AUDIO_CODEC_, AAC);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2171 milliseconds