Home
last modified time | relevance | path

Searched refs:frames_residue (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
878 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()