Searched refs:has_left (Results 1 – 3 of 3) sorted by relevance
342 const bool has_left = in stream_cb() local346 const bool has_stereo = has_right && has_left; in stream_cb()355 } else if (has_left || is_mono) { in stream_cb()426 const bool has_left = (sh_stream->lc3_chan_allocation & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in bap_usb_can_get_full_sdu() local429 const bool has_stereo = has_right && has_left; in bap_usb_can_get_full_sdu()440 } else if (has_left || is_mono) { in bap_usb_can_get_full_sdu()
222 const bool has_left = (sh_stream->lc3_chan_allocation & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in get_lc3_chan_alloc_from_index() local226 const bool is_left = index == 0 && has_left; in get_lc3_chan_alloc_from_index()227 const bool is_right = has_right && (index == 0U || (index == 1U && has_left)); in get_lc3_chan_alloc_from_index()
156 const bool has_left = (stream->lc3_chan_allocation & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in get_lc3_chan_alloc_from_index() local159 const bool is_left = index == 0 && has_left; in get_lc3_chan_alloc_from_index()160 const bool is_right = has_right && (index == 0U || (index == 1U && has_left)); in get_lc3_chan_alloc_from_index()