Home
last modified time | relevance | path

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

/sound/core/oss/
Dmulaw.c179 int src_step, dst_step; in mulaw_decode() local
190 src_step = src_channels[channel].area.step / 8; in mulaw_decode()
196 src += src_step; in mulaw_decode()
225 int src_step, dst_step; in mulaw_encode() local
236 src_step = src_channels[channel].area.step / 8; in mulaw_encode()
242 src += src_step; in mulaw_encode()
Drate.c74 int src_step, dst_step; in resample_expand() local
94 src_step = src_channels[channel].area.step / 8 / 2; in resample_expand()
104 src += src_step; in resample_expand()
133 int src_step, dst_step; in resample_shrink() local
153 src_step = src_channels[channel].area.step / 8 / 2; in resample_shrink()
161 src += src_step; in resample_shrink()
Dlinear.c66 int src_step, dst_step; in convert() local
77 src_step = src_channels[channel].area.step / 8; in convert()
82 src += src_step; in convert()
Dpcm_plugin.c710 int src_step, dst_step; in snd_pcm_area_copy() local
726 src_step = src_area->step / 8; in snd_pcm_area_copy()
744 src += src_step; in snd_pcm_area_copy()
761 src += src_step; in snd_pcm_area_copy()