Searched defs:proposed_channel_count (Results 1 - 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/audio/generic/
H A Daudio_hal.c667 unsigned proposed_channel_count = 0; local
669 proposed_channel_count = k_force_channels;
671 proposed_channel_count = profile_get_default_channel_count(out->profile);
673 if (proposed_channel_count != 0) {
674 if (proposed_channel_count <= FCC_2) {
676 config->channel_mask = audio_channel_out_mask_from_count(proposed_channel_count);
680 audio_channel_mask_for_index_assignment_from_count(proposed_channel_count);
682 out->hal_channel_count = proposed_channel_count;
691 proxy_config.channels = proposed_channel_count;
1045 unsigned proposed_channel_count local
[all...]
/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c558 unsigned proposed_channel_count = 0; local
560 proposed_channel_count = k_force_channels;
562 proposed_channel_count = profile_get_default_channel_count(out->profile);
565 if (proposed_channel_count != 0) {
566 if (proposed_channel_count <= FCC_2) {
568 config->channel_mask = audio_channel_out_mask_from_count(proposed_channel_count);
572 audio_channel_mask_for_index_assignment_from_count(proposed_channel_count);
575 proposed_channel_count = audio_channel_count_from_out_mask(config->channel_mask);
577 out->hal_channel_count = proposed_channel_count;
946 unsigned proposed_channel_count local
[all...]

Completed in 25 milliseconds