Home
last modified time | relevance | path

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

/btstack/example/
H A Da2dp_sink_demo.c439 int frames_to_store = resampled_frames - frames_to_copy; in handle_pcm_data() local
440 if (frames_to_store){ in handle_pcm_data()
441 …ng_buffer, (uint8_t *)&output_buffer[frames_to_copy * NUM_CHANNELS], frames_to_store * BYTES_PER_F… in handle_pcm_data()