Home | History | Annotate | Download | only in hdmi

Lines Matching defs:channels

106     .channels = 2,
139 uint32_t channels;
239 out->pcm_config.channels,
270 activeChannel = out->pcm_config.channels;
272 ALOGV("Initialized PCM device for channels %d handle = %d",out->pcm_config.channels, (int)activePcm);
458 ALOGD("[EDID]valid number of channels supported by sink = %d",chcount);
489 ALOGV("%s sink supports 0x%x max channels", __func__,adev->sink_sup_channels);
572 ALOGV("%s enter for bytes = %d channels = %d",__func__,bytes, out->pcm_config.channels);
590 if((!out->pcm) || (activeChannel != out->pcm_config.channels)){
718 out->pcm_config.channels = popcount(config->channel_mask);