Home
last modified time | relevance | path

Searched refs:channel_config_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/media/mp4/
Daac.cc48 : profile_(0), frequency_index_(0), channel_config_(0), frequency_(0), in AAC()
78 RCHECK(reader.ReadBits(4, &channel_config_)); in Parse()
135 if (ps_present && channel_config_ == 1) in Parse()
138 channel_layout_ = ConvertChannelConfigToLayout(channel_config_); in Parse()
142 channel_config_ <= 7; in Parse()
164 if (sbr_in_mimetype && channel_config_ == 1) in GetChannelLayout()
174 channel_config_ <= 7); in ConvertEsdsToADTS()
186 (channel_config_ >> 2); in ConvertEsdsToADTS()
187 adts[3] = ((channel_config_ & 0x3) << 6) + (size >> 11); in ConvertEsdsToADTS()
252 RCHECK(channel_config_ != 0); in SkipGASpecificConfig()
Daac.h74 uint8 channel_config_; variable