Lines Matching refs:chan_alloc
220 enum bt_audio_location *chan_alloc) in get_lc3_chan_alloc_from_index() argument
233 *chan_alloc = BT_AUDIO_LOCATION_FRONT_LEFT; in get_lc3_chan_alloc_from_index()
235 *chan_alloc = BT_AUDIO_LOCATION_FRONT_RIGHT; in get_lc3_chan_alloc_from_index()
237 *chan_alloc = BT_AUDIO_LOCATION_MONO_AUDIO; in get_lc3_chan_alloc_from_index()
378 enum bt_audio_location chan_alloc; in encode_frame() local
381 err = get_lc3_chan_alloc_from_index(sh_stream, index, &chan_alloc); in encode_frame()
388 bap_usb_get_frame(sh_stream, chan_alloc, lc3_tx_buf); in encode_frame()
2698 enum bt_audio_location chan_alloc; in decode_frame_block() local
2701 err = get_lc3_chan_alloc_from_index(sh_stream, i, &chan_alloc); in decode_frame_block()
2708 if ((chan_alloc == BT_AUDIO_LOCATION_FRONT_LEFT && in decode_frame_block()
2710 (chan_alloc == BT_AUDIO_LOCATION_FRONT_RIGHT && in decode_frame_block()
2715 err = bap_usb_add_frame_to_usb(chan_alloc, lc3_rx_buf, in decode_frame_block()