Searched refs:has_left (Results 1 – 3 of 3) sorted by relevance
340 const bool has_left = in stream_cb() local344 const bool has_stereo = has_right && has_left; in stream_cb()353 } else if (has_left || is_mono) { in stream_cb()424 const bool has_left = (sh_stream->lc3_chan_allocation & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in bap_usb_can_get_full_sdu() local427 const bool has_stereo = has_right && has_left; in bap_usb_can_get_full_sdu()438 } else if (has_left || is_mono) { in bap_usb_can_get_full_sdu()
220 const bool has_left = (sh_stream->lc3_chan_allocation & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in get_lc3_chan_alloc_from_index() local224 const bool is_left = index == 0 && has_left; in get_lc3_chan_alloc_from_index()225 const bool is_right = has_right && (index == 0U || (index == 1U && has_left)); in get_lc3_chan_alloc_from_index()
208 const bool has_left = in lc3_decoder_thread() local218 const bool is_left = j == 0 && has_left; in lc3_decoder_thread()220 has_right && (j == 0 || (j == 1 && has_left)); in lc3_decoder_thread()