Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
Dpcm_meter.c88 snd_pcm_uframes_t dst_cont = meter->buf_size - dst_offset; in snd_pcm_meter_add_frames() local
90 if (n > dst_cont) in snd_pcm_meter_add_frames()
91 n = dst_cont; in snd_pcm_meter_add_frames()