Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dresampler.c372 r->out_frames = 0; in pa_resampler_new()
509 r->out_frames = 0; in pa_resampler_set_input_rate()
527 r->out_frames = 0; in pa_resampler_set_output_rate()
665 r->out_frames = 0; in pa_resampler_reset()
739 r->out_frames = 0; in pa_resampler_rewind()
1662 r->out_frames += buf->length / r->o_fz; in pa_resampler_run()
1676 frames = r->out_frames * r->i_ss.rate / r->o_ss.rate; in pa_resampler_get_delay()
H A Dresampler.h119 double out_frames; member
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-sink.c1923 snd_pcm_sframes_t in_frames, out_frames; in process_rewind() local
1929 if ((out_frames = snd_pcm_rewind(u->pcm_handle, (snd_pcm_uframes_t) in_frames)) < 0) { in process_rewind()
1930 pa_log("snd_pcm_rewind() failed: %s", pa_alsa_strerror((int) out_frames)); in process_rewind()
1931 if ((err = try_recover(u, "process_rewind", out_frames)) < 0) in process_rewind()
1935 out_frames = 0; in process_rewind()
1938 pa_log_debug("after: %lu", (unsigned long) out_frames); in process_rewind()
1940 rewind_nbytes = (size_t) out_frames * u->frame_size; in process_rewind()

Completed in 9 milliseconds