Searched refs:right_frames (Results 1 – 2 of 2) sorted by relevance
51 int16_t right_frames[CONFIG_MAX_CODEC_FRAMES_PER_SDU][LC3_MAX_NUM_SAMPLES_MONO]; member139 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()
56 int16_t right_frames[MAX_CODEC_FRAMES_PER_SDU][LC3_MAX_NUM_SAMPLES_MONO]; member141 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()