Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_vad.c308 int bytes, vbytes, frame_sz, vframe_sz, padding_sz; in snd_pcm_vad_read() local
339 vbytes = vframe_sz * avail; in snd_pcm_vad_read()
341 pbuf = vad->buf + bytes - vbytes; in snd_pcm_vad_read()
343 memcpy_fromio(pbuf, vbuf->pos, vbytes); in snd_pcm_vad_read()
344 vbuf->pos += vbytes; in snd_pcm_vad_read()
346 if ((vbuf->pos + vbytes) <= vbuf->end) { in snd_pcm_vad_read()
347 memcpy_fromio(pbuf, vbuf->pos, vbytes); in snd_pcm_vad_read()
348 vbuf->pos += vbytes; in snd_pcm_vad_read()
351 int part2 = vbytes - part1; in snd_pcm_vad_read()
372 vbuf->size -= vbytes; in snd_pcm_vad_read()
[all …]