Home | History | Annotate | Download | only in mp4

Lines Matching refs:AAC

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.)
135 ChannelLayout AAC::GetChannelLayout(bool sbr_in_mimetype) const {
136 // Check for implicit signalling of HE-AAC and indicate stereo output
145 bool AAC::ConvertEsdsToADTS(std::vector<uint8>* buffer) const {
172 bool AAC::SkipDecoderGASpecificConfig(BitReader* bit_reader) const {
194 bool AAC::SkipErrorSpecificConfig() const {
216 bool AAC::SkipGASpecificConfig(BitReader* bit_reader) const {