Searched refs:input_buffer_to_fill (Results 1 – 1 of 1) sorted by relevance
98 static int input_buffer_to_fill; variable163 …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()