Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dladspa.c55 unsigned long in_latency; member
382 l_st->in_latency = (unsigned long)floor(*l_st->latency_control_port); in sox_ladspa_flow()
385 l_st->out_latency = l_st->in_latency; in sox_ladspa_flow()
392 l = min(output_len, l_st->in_latency); in sox_ladspa_flow()
400 l_st->in_latency -= l; in sox_ladspa_flow()