Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/oss/
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()
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()
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()
Dpcm_plugin.c664 unsigned int dst_step; in snd_pcm_area_silence() local
678 dst_step = dst_area->step / 8; in snd_pcm_area_silence()
688 dst += dst_step; in snd_pcm_area_silence()
699 dst += dst_step; in snd_pcm_area_silence()
712 int src_step, dst_step; in snd_pcm_area_copy() local
729 dst_step = dst_area->step / 8; in snd_pcm_area_copy()
752 dst += dst_step; in snd_pcm_area_copy()
764 dst += dst_step; in snd_pcm_area_copy()
/Linux-v4.19/drivers/dma/
Dsprd-dma.c596 int src_datawidth, dst_datawidth, src_step, dst_step; in sprd_dma_fill_desc() local
605 dst_step = SPRD_DMA_NONE_STEP; in sprd_dma_fill_desc()
607 dst_step = sprd_dma_get_step(slave_cfg->dst_addr_width); in sprd_dma_fill_desc()
608 if (dst_step < 0) { in sprd_dma_fill_desc()
610 return dst_step; in sprd_dma_fill_desc()
646 if ((src_step != 0 && dst_step != 0) || (src_step | dst_step) == 0) { in sprd_dma_fill_desc()
669 temp = (dst_step & SPRD_DMA_TRSF_STEP_MASK) << SPRD_DMA_DEST_TRSF_STEP_OFFSET; in sprd_dma_fill_desc()