Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dusb.c51 int16_t right_frames[CONFIG_MAX_CODEC_FRAMES_PER_SDU][LC3_MAX_NUM_SAMPLES_MONO]; member
139 const int16_t *right_frame = decoded_sdu.right_frames[i]; in usb_send_frames_to_usb()
284 if (decoded_sdu.right_frames_cnt >= ARRAY_SIZE(decoded_sdu.right_frames)) { in usb_add_frame_to_usb()
290 memcpy(decoded_sdu.right_frames[decoded_sdu.right_frames_cnt++], frame, frame_size); in usb_add_frame_to_usb()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_usb.c56 int16_t right_frames[MAX_CODEC_FRAMES_PER_SDU][LC3_MAX_NUM_SAMPLES_MONO]; member
141 const int16_t *right_frame = decoded_sdu.right_frames[i]; in bap_usb_send_frames_to_usb()
286 if (decoded_sdu.right_frames_cnt >= ARRAY_SIZE(decoded_sdu.right_frames)) { in bap_usb_add_frame_to_usb()
292 memcpy(decoded_sdu.right_frames[decoded_sdu.right_frames_cnt++], frame, frame_size); in bap_usb_add_frame_to_usb()