Lines Matching refs:chan_allocation
121 enum bt_audio_location chan_allocation; member
213 frames_per_block = bt_audio_get_chan_count(stream->chan_allocation); in lc3_decoder_thread()
228 (stream->chan_allocation & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in lc3_decoder_thread()
230 (stream->chan_allocation & BT_AUDIO_LOCATION_FRONT_RIGHT) != 0; in lc3_decoder_thread()
232 stream->chan_allocation == BT_AUDIO_LOCATION_MONO_AUDIO; in lc3_decoder_thread()
367 &sink_stream->chan_allocation, true); in lc3_enable()
392 chan_alloc_bit_cnt = bt_audio_get_chan_count(sink_stream->chan_allocation); in lc3_enable()
407 frame_duration_us, freq_hz, sink_stream->chan_allocation, in lc3_enable()
604 enum bt_audio_location chan_allocation; member
634 err = bt_audio_codec_cfg_get_chan_allocation(&codec_cfg, &data->bis[idx].chan_allocation, in bis_get_channel_allocation_cb()
667 enum bt_audio_location chan_allocation = BT_AUDIO_LOCATION_MONO_AUDIO; in subgroup_get_valid_bis_indexes_cb() local
711 data.bis[i].chan_allocation = subgroup_chan_allocation_available in subgroup_get_valid_bis_indexes_cb()
719 if ((data.bis[i].chan_allocation == CONFIG_TARGET_BROADCAST_CHANNEL) || in subgroup_get_valid_bis_indexes_cb()
720 ((data.bis[i].chan_allocation & CONFIG_TARGET_BROADCAST_CHANNEL) == in subgroup_get_valid_bis_indexes_cb()
729 } else if ((data.bis[i].chan_allocation & CONFIG_TARGET_BROADCAST_CHANNEL) != 0) { in subgroup_get_valid_bis_indexes_cb()
731 chan_allocation |= data.bis[i].chan_allocation; in subgroup_get_valid_bis_indexes_cb()
734 if ((chan_allocation & CONFIG_TARGET_BROADCAST_CHANNEL) == in subgroup_get_valid_bis_indexes_cb()