Home
last modified time | relevance | path

Searched refs:is_right (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dusb.c213 const bool is_right = (chan_allocation & BT_AUDIO_LOCATION_FRONT_RIGHT) != 0; in usb_add_frame_to_usb() local
234 if (((is_left || is_right) && decoded_sdu.mono_frames_cnt != 0) || in usb_add_frame_to_usb()
262 } else if (is_right && decoded_sdu.right_frames_cnt > decoded_sdu.left_frames_cnt) { in usb_add_frame_to_usb()
283 } else if (is_right) { in usb_add_frame_to_usb()
Dlc3.c160 const bool is_right = has_right && (index == 0U || (index == 1U && has_left)); in get_lc3_chan_alloc_from_index() local
167 } else if (is_right) { in get_lc3_chan_alloc_from_index()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_usb.c214 const bool is_right = (chan_allocation & BT_AUDIO_LOCATION_FRONT_RIGHT) != 0; in bap_usb_add_frame_to_usb() local
236 if (((is_left || is_right) && decoded_sdu.mono_frames_cnt != 0) || in bap_usb_add_frame_to_usb()
264 } else if (is_right && decoded_sdu.right_frames_cnt > decoded_sdu.left_frames_cnt) { in bap_usb_add_frame_to_usb()
285 } else if (is_right) { in bap_usb_add_frame_to_usb()
511 const bool is_right = (chan_alloc & BT_AUDIO_LOCATION_FRONT_RIGHT) != 0; in bap_usb_get_frame() local
518 } else if (is_right) { in bap_usb_get_frame()
Dbap.c227 const bool is_right = has_right && (index == 0U || (index == 1U && has_left)); in get_lc3_chan_alloc_from_index() local
234 } else if (is_right) { in get_lc3_chan_alloc_from_index()