Searched refs:is_right (Results 1 – 3 of 3) sorted by relevance
212 const bool is_right = (chan_allocation & BT_AUDIO_LOCATION_FRONT_RIGHT) != 0; in bap_usb_add_frame_to_usb() local234 if (((is_left || is_right) && decoded_sdu.mono_frames_cnt != 0) || in bap_usb_add_frame_to_usb()262 } else if (is_right && decoded_sdu.right_frames_cnt > decoded_sdu.left_frames_cnt) { in bap_usb_add_frame_to_usb()283 } else if (is_right) { in bap_usb_add_frame_to_usb()509 const bool is_right = (chan_alloc & BT_AUDIO_LOCATION_FRONT_RIGHT) != 0; in bap_usb_get_frame() local516 } else if (is_right) { in bap_usb_get_frame()
225 const bool is_right = has_right && (index == 0U || (index == 1U && has_left)); in get_lc3_chan_alloc_from_index() local232 } else if (is_right) { in get_lc3_chan_alloc_from_index()
238 const bool is_right = in lc3_decoder_thread() local245 } else if (is_right) { in lc3_decoder_thread()