Home
last modified time | relevance | path

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

/btstack/example/
H A Da2dp_sink_demo.c430 …uint32_t resampled_frames = btstack_resample_block(&resample_instance, data, num_audio_frames, out… in handle_pcm_data() local
433 int frames_to_copy = btstack_min(resampled_frames, request_frames); in handle_pcm_data()
439 int frames_to_store = resampled_frames - frames_to_copy; in handle_pcm_data()
H A Dle_audio_demo_util_sink.c476 …uint32_t resampled_frames = btstack_resample_block(&resample_instance, data_in, le_audio_demo_sink… in audio_processing_resample() local
477 uint32_t bytes_to_store = resampled_frames * le_audio_demo_sink_num_channels * 2; in audio_processing_resample()