Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
Dpcm_adpcm.c286 int dstbit; in snd_pcm_adpcm_encode() local
293 dstbit = dst_area->first + dst_area->step * dst_offset; in snd_pcm_adpcm_encode()
294 dst = (char *) dst_area->addr + dstbit / 8; in snd_pcm_adpcm_encode()
295 dstbit %= 8; in snd_pcm_adpcm_encode()
307 if (dstbit) in snd_pcm_adpcm_encode()
313 dstbit += dstbit_step; in snd_pcm_adpcm_encode()
314 if (dstbit == 8) { in snd_pcm_adpcm_encode()
316 dstbit = 0; in snd_pcm_adpcm_encode()
Dpcm.c3082 int dstbit = dst_area->first % 8; in snd_pcm_area_silence() local
3085 if (dstbit) { in snd_pcm_area_silence()
3093 dstbit += dstbit_step; in snd_pcm_area_silence()
3094 if (dstbit == 8) { in snd_pcm_area_silence()
3096 dstbit = 0; in snd_pcm_area_silence()
3248 int dstbit = dst_area->first % 8; in snd_pcm_area_copy() local
3256 if (dstbit) in snd_pcm_area_copy()
3268 dstbit += dstbit_step; in snd_pcm_area_copy()
3269 if (dstbit == 8) { in snd_pcm_area_copy()
3271 dstbit = 0; in snd_pcm_area_copy()