Searched refs:frames_tmp (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() local877 frames_tmp = pref->hw_ptr - ofs; in process_capture()878 frames_residue = frames - frames_tmp; in process_capture()879 frames = frames_tmp; in process_capture()