Searched refs:USB_SAMPLE_CNT (Results 1 – 1 of 1) sorted by relevance
44 #define USB_SAMPLE_CNT ((USB_FRAME_DURATION_US * USB_SAMPLE_RATE) / USEC_PER_SEC) macro46 #define USB_MONO_FRAME_SIZE (USB_SAMPLE_CNT * USB_BYTES_PER_SAMPLE)329 return (USB_SAMPLE_CNT * sh_stream->lc3_frame_duration_us) / USEC_PER_MSEC; in bap_usb_get_read_cnt()398 for (size_t i = 0U, j = 0U; i < USB_SAMPLE_CNT; i++, j += USB_CHANNELS) { in usb_data_received_cb()403 write_index += USB_SAMPLE_CNT; in usb_data_received_cb()