Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
H A Dpcm_meter.c90 snd_pcm_uframes_t dst_cont = meter->buf_size - dst_offset; in snd_pcm_meter_add_frames() local
92 if (n > dst_cont) in snd_pcm_meter_add_frames()
93 n = dst_cont; in snd_pcm_meter_add_frames()

Completed in 2 milliseconds