Home
last modified time | relevance | path

Searched refs:LC3_MAX_NUM_SAMPLES_STEREO (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dlc3.h42 #define LC3_MAX_NUM_SAMPLES_STEREO (LC3_MAX_NUM_SAMPLES_MONO * 2U) macro
Dusb.c47 #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 usb_send_frames_to_usb()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_usb.c51 #define USB_OUT_RING_BUF_SIZE (CONFIG_BT_ISO_RX_BUF_COUNT * LC3_MAX_NUM_SAMPLES_STEREO)
140 static int16_t stereo_frame[LC3_MAX_NUM_SAMPLES_STEREO]; in bap_usb_send_frames_to_usb()
Daudio.h74 #define LC3_MAX_NUM_SAMPLES_STEREO (LC3_MAX_NUM_SAMPLES_MONO * 2U) macro