Lines Matching full:channel_count
1991 int channel_count = popcount(channel_mask);
1993 ALOGV("%s: enter: out_device(%#x) in_device(%#x) channel_count (%d) channel_mask (0x%x)",
1994 __func__, out_device, in_device, channel_count, channel_mask);
2070 if (my_data->fluence_in_voice_rec && channel_count == 1) {
2217 channel_count == 2) {
2220 channel_count == 1) {
2223 ALOGE("%s: something wrong (1): source type (%d) channel_count (%d) .."
2225 my_data->source_mic_type, channel_count, channel_mask);
2230 channel_count == 2) {
2233 channel_count == 1) {
2236 ALOGE("%s: something wrong (2): source type (%d) channel_count (%d) .."
2238 my_data->source_mic_type, channel_count);
2272 channel_count == 2) {
2275 channel_count == 1) {
2278 ALOGE("%s: something wrong (3): source type (%d) channel_count (%d) .."
2280 my_data->source_mic_type, channel_count);
2308 int platform_set_hdmi_channels(void *platform, int channel_count)
2315 switch (channel_count) {
2349 int channel_count;
2386 channel_count = (sad[0] & 0x7) + 1;
2387 if (channel_count > max_channels)
2388 max_channels = channel_count;