Searched refs:LC3_MAX_NUM_SAMPLES_STEREO (Results 1 – 3 of 3) sorted by relevance
71 #define LC3_MAX_NUM_SAMPLES_STEREO (LC3_MAX_NUM_SAMPLES_MONO * 2) macro84 #define USB_RING_BUF_SIZE (5 * LC3_MAX_NUM_SAMPLES_STEREO) /* 5 SDUs*/161 static void add_to_usb_ring_buf(const int16_t audio_buf[LC3_MAX_NUM_SAMPLES_STEREO]);288 static int16_t stereo_frame[LC3_MAX_NUM_SAMPLES_STEREO]; in lc3_decoder_thread()431 static void add_to_usb_ring_buf(const int16_t audio_buf[LC3_MAX_NUM_SAMPLES_STEREO]) in add_to_usb_ring_buf() argument436 LC3_MAX_NUM_SAMPLES_STEREO * sizeof(int16_t)); in add_to_usb_ring_buf()437 if (size != LC3_MAX_NUM_SAMPLES_STEREO) { in add_to_usb_ring_buf()
49 #define USB_OUT_RING_BUF_SIZE (CONFIG_BT_ISO_RX_BUF_COUNT * LC3_MAX_NUM_SAMPLES_STEREO)138 static int16_t stereo_frame[LC3_MAX_NUM_SAMPLES_STEREO]; in bap_usb_send_frames_to_usb()
73 #define LC3_MAX_NUM_SAMPLES_STEREO (LC3_MAX_NUM_SAMPLES_MONO * 2U) macro