Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_dlp.c815 snd_pcm_sframes_t frames_consumed = 0, frames_residue = 0, frames_tmp = 0; in process_capture() local
877 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()