Home
last modified time | relevance | path

Searched refs:right_frame (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dusb.c139 const int16_t *right_frame = decoded_sdu.right_frames[i]; in usb_send_frames_to_usb() local
172 sample = right_frame[j]; in usb_send_frames_to_usb()
181 stereo_frame[j * 2 + 1] = right_frame[j]; in usb_send_frames_to_usb()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_usb.c141 const int16_t *right_frame = decoded_sdu.right_frames[i]; in bap_usb_send_frames_to_usb() local
173 sample = right_frame[j]; in bap_usb_send_frames_to_usb()
182 stereo_frame[j * 2 + 1] = right_frame[j]; in bap_usb_send_frames_to_usb()