Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dbap_usb.c54 int16_t right_frames[MAX_CODEC_FRAMES_PER_SDU][LC3_MAX_NUM_SAMPLES_MONO]; member
139 const int16_t *right_frame = decoded_sdu.right_frames[i]; in bap_usb_send_frames_to_usb()
284 if (decoded_sdu.right_frames_cnt >= ARRAY_SIZE(decoded_sdu.right_frames)) { in bap_usb_add_frame_to_usb()
290 memcpy(decoded_sdu.right_frames[decoded_sdu.right_frames_cnt++], frame, frame_size); in bap_usb_add_frame_to_usb()
/Zephyr-Core-3.7.0/samples/bluetooth/bap_broadcast_sink/src/
Dmain.c159 static int16_t right_frames[CONFIG_MAX_CODEC_FRAMES_PER_SDU] in lc3_decoder_thread() local
166 memset(right_frames, 0, sizeof(right_frames)); in lc3_decoder_thread()
227 out_frame = right_frames[right_frames_cnt++]; in lc3_decoder_thread()
270 int16_t *right_frame = right_frames[i]; in lc3_decoder_thread()