Home
last modified time | relevance | path

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

/btstack/example/
H A Da2dp_sink_demo.c154 static int request_frames; variable
400 request_frames = num_audio_frames; in playback_handler()
401 …while (request_frames && btstack_ring_buffer_bytes_available(&sbc_frame_ring_buffer) >= sbc_frame_… in playback_handler()
433 int frames_to_copy = btstack_min(resampled_frames, request_frames); in handle_pcm_data()
435 request_frames -= frames_to_copy; in handle_pcm_data()