Home
last modified time | relevance | path

Searched refs:audio_sent (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c1566 pa_usec_t audio_sent = 0; in thread_func() local
1570 audio_sent = pa_bytes_to_usec(u->write_index, &u->encoder_sample_spec); in thread_func()
1574 if (audio_sent <= time_passed) { in thread_func()
1575 size_t bytes_to_send = pa_usec_to_bytes(time_passed - audio_sent, &u->encoder_sample_spec); in thread_func()

Completed in 4 milliseconds