Home | History | Annotate | Download | only in mp4

Lines Matching refs:AAC

5 #include "media/mp4/aac.h"
47 AAC::AAC()
52 AAC::~AAC() {
55 bool AAC::Parse(const std::vector<uint8>& data) {
94 // Note: The check for 16 available bits comes from the AAC spec.
111 // Note: The check for 12 available bits comes from the AAC spec.
145 int AAC::GetOutputSamplesPerSecond(bool sbr_in_mimetype) const {
154 // to SBR doubling the AAC sample rate.)
160 ChannelLayout AAC::GetChannelLayout(bool sbr_in_mimetype) const {
161 // Check for implicit signalling of HE-AAC and indicate stereo output
170 bool AAC::ConvertEsdsToADTS(std::vector<uint8>* buffer) const {
197 bool AAC::SkipDecoderGASpecificConfig(BitReader* bit_reader) const {
219 bool AAC::SkipErrorSpecificConfig() const {
241 bool AAC::SkipGASpecificConfig(BitReader* bit_reader) const {