HomeSort by relevance Sort by last modified time
    Searched refs:channel_config_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/formats/mp4/
aac.cc 19 : profile_(0), frequency_index_(0), channel_config_(0), frequency_(0),
49 RCHECK(reader.ReadBits(4, &channel_config_));
109 if (ps_present && channel_config_ == 1) {
112 RCHECK(channel_config_ < kADTSChannelLayoutTableSize);
113 channel_layout_ = kADTSChannelLayoutTable[channel_config_];
139 if (sbr_in_mimetype && channel_config_ == 1)
149 channel_config_ <= 7);
161 (channel_config_ >> 2);
162 adts[3] = ((channel_config_ & 0x3) << 6) + (size >> 11);
227 RCHECK(channel_config_ != 0)
    [all...]
aac.h 72 uint8 channel_config_; member in class:media::mp4::AAC

Completed in 36 milliseconds