Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_vad.c97 static inline int vframe_size(struct rockchip_vad *vad, int bytes) in vframe_size() function
197 vbuf->loop_cnt = (frames / vframe_size(vad, vbuf->size)) % 16; in rockchip_vad_stop()
203 frames = frames % vframe_size(vad, vbuf->size); in rockchip_vad_stop()
204 val = vframe_size(vad, vbuf->pos - vbuf->begin); in rockchip_vad_stop()