Home
last modified time | relevance | path

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

/btstack/platform/posix/
H A Dbtstack_audio_portaudio.c89 static int16_t output_buffer_storage[NUM_OUTPUT_BUFFERS * NUM_FRAMES_PER_PA_BUFFER * … variable
220 … output_buffers[i] = &output_buffer_storage[i * NUM_FRAMES_PER_PA_BUFFER * MAX_NR_AUDIO_CHANNELS]; in btstack_audio_portaudio_sink_init()
409 …(*playback_callback)(&output_buffer_storage[i * NUM_FRAMES_PER_PA_BUFFER * MAX_NR_AUDIO_CHANNELS],… in btstack_audio_portaudio_sink_start_stream()