Searched refs:frames_residue (Results 1 – 1 of 1) sorted by relevance
815 snd_pcm_sframes_t frames_consumed = 0, frames_residue = 0, frames_tmp = 0; in process_capture() local878 frames_residue = frames - frames_tmp; in process_capture()925 if (frames_residue) { in process_capture()926 frames = frames_residue; in process_capture()927 frames_residue = 0; in process_capture()