Searched refs:right_frames (Results 1 – 2 of 2) sorted by relevance
54 int16_t right_frames[MAX_CODEC_FRAMES_PER_SDU][LC3_MAX_NUM_SAMPLES_MONO]; member139 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()
159 static int16_t right_frames[CONFIG_MAX_CODEC_FRAMES_PER_SDU] in lc3_decoder_thread() local166 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()