Searched refs:channel_mode (Results 1 – 6 of 6) sorted by relevance
95 uint32_t channel_mode = mBitReader.getBits(5); in parseSubstreamDSI() local100 ALOGV("%u.%u: channel_mode = %u (%s)\n", presentationID, substreamID, channel_mode, in parseSubstreamDSI()101 channel_mode < NELEM(ChannelModes) ? ChannelModes[channel_mode] : "reserved"); in parseSubstreamDSI()113 if (channel_mode >= 7 && channel_mode <= 10) { in parseSubstreamDSI()132 mPresentations[presentationID].mChannelMode = channel_mode; in parseSubstreamDSI()
165 int channel_mode = selectChannelMode(config_id); in testBluetoothCodecConfig_valid_get_methods() local173 channel_mode, codec_specific1, in testBluetoothCodecConfig_valid_get_methods()180 } else if (channel_mode == BluetoothCodecConfig.CHANNEL_MODE_NONE) { in testBluetoothCodecConfig_valid_get_methods()219 assertEquals(channel_mode, bcc.getChannelMode()); in testBluetoothCodecConfig_valid_get_methods()
182 int channel_mode = (header >> 6) & 3; in parseHeader() local184 *out_channels = (channel_mode == 3) ? 1 : 2; in parseHeader()
764 int channel_mode = (header >> 6) & 3; in GetMPEGAudioFrameSize() local766 *out_channels = (channel_mode == 3) ? 1 : 2; in GetMPEGAudioFrameSize()
269 int channel_mode = (header >> 6) & 3; in parseMp3Header() local271 *out_channels = (channel_mode == 3) ? 1 : 2; in parseMp3Header()
1738 optional int32 channel_mode = 6; field1780 optional int32 channel_mode = 6; field