Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm.c1274 int dstbit = dst_area->first % 8; in snd_pcm_area_silence() local
1277 if (dstbit) { in snd_pcm_area_silence()
1285 dstbit += dstbit_step; in snd_pcm_area_silence()
1286 if (dstbit == 8) { in snd_pcm_area_silence()
1288 dstbit = 0; in snd_pcm_area_silence()
1410 int dstbit = dst_area->first % 8; in snd_pcm_area_copy() local
1418 if (dstbit) in snd_pcm_area_copy()
1430 dstbit += dstbit_step; in snd_pcm_area_copy()
1431 if (dstbit == 8) { in snd_pcm_area_copy()
1433 dstbit = 0; in snd_pcm_area_copy()

Completed in 7 milliseconds