Searched refs:LC3_MAX_NUM_SAMPLES_STEREO (Results 1 – 3 of 3) sorted by relevance
51 #define LC3_MAX_NUM_SAMPLES_STEREO (LC3_MAX_NUM_SAMPLES_MONO * 2) macro64 #define USB_RING_BUF_SIZE (5 * LC3_MAX_NUM_SAMPLES_STEREO) /* 5 SDUs*/142 static void add_to_usb_ring_buf(const int16_t audio_buf[LC3_MAX_NUM_SAMPLES_STEREO]);269 static int16_t stereo_frame[LC3_MAX_NUM_SAMPLES_STEREO]; in lc3_decoder_thread()412 static void add_to_usb_ring_buf(const int16_t audio_buf[LC3_MAX_NUM_SAMPLES_STEREO]) in add_to_usb_ring_buf() argument417 LC3_MAX_NUM_SAMPLES_STEREO * sizeof(int16_t)); in add_to_usb_ring_buf()418 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()
76 #define LC3_MAX_NUM_SAMPLES_STEREO (LC3_MAX_NUM_SAMPLES_MONO * 2U) macro