Searched refs:USB_NUM_SAMPLES (Results 1 – 1 of 1) sorted by relevance
75 #define USB_NUM_SAMPLES ((USB_FRAME_DURATION_US * USB_DOWNSAMPLE_RATE) / USEC_PER_SEC) macro80 #define AUDIO_RING_BUF_BYTES (USB_NUM_SAMPLES * USB_BYTES_PER_SAMPLE * RING_BUF_USB_FRAMES)293 int16_t usb_pcm_data[USB_CHANNELS][USB_NUM_SAMPLES]; in data_received()