Home
last modified time | relevance | path

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

/sound/core/oss/
A Dmulaw.c179 int src_step, dst_step; in mulaw_decode() local
191 dst_step = dst_channels[channel].area.step / 8; in mulaw_decode()
197 dst += dst_step; in mulaw_decode()
225 int src_step, dst_step; in mulaw_encode() local
237 dst_step = dst_channels[channel].area.step / 8; in mulaw_encode()
243 dst += dst_step; in mulaw_encode()
A Drate.c74 int src_step, dst_step; in resample_expand() local
95 dst_step = dst_channels[channel].area.step / 8 / 2; in resample_expand()
113 dst += dst_step; in resample_expand()
133 int src_step, dst_step; in resample_shrink() local
154 dst_step = dst_channels[channel].area.step / 8 / 2; in resample_shrink()
171 dst += dst_step; in resample_shrink()
A Dlinear.c66 int src_step, dst_step; in convert() local
78 dst_step = dst_channels[channel].area.step / 8; in convert()
83 dst += dst_step; in convert()
A Dpcm_plugin.c677 unsigned int dst_step; in snd_pcm_area_silence() local
691 dst_step = dst_area->step / 8; in snd_pcm_area_silence()
701 dst += dst_step; in snd_pcm_area_silence()
712 dst += dst_step; in snd_pcm_area_silence()
725 int src_step, dst_step; in snd_pcm_area_copy() local
742 dst_step = dst_area->step / 8; in snd_pcm_area_copy()
765 dst += dst_step; in snd_pcm_area_copy()
777 dst += dst_step; in snd_pcm_area_copy()

Completed in 12 milliseconds