Home
last modified time | relevance | path

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

/btstack/platform/posix/
H A Dbtstack_audio_portaudio.c98 static int input_buffer_to_fill; variable
163 …memcpy(input_buffers[input_buffer_to_fill], inputBuffer, NUM_FRAMES_PER_PA_BUFFER * num_bytes_per_… in portaudio_callback_source()
166 input_buffer_to_fill = (input_buffer_to_fill + 1 ) % NUM_INPUT_BUFFERS; in portaudio_callback_source()
189 if (input_buffer_to_record != input_buffer_to_fill){ in driver_timer_handler_source()