Home
last modified time | relevance | path

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

/linux/sound/core/oss/
H A Dmulaw.c165 int src_step, dst_step; in mulaw_decode() local
177 dst_step = dst_channels[channel].area.step / 8; in mulaw_decode()
183 dst += dst_step; in mulaw_decode()
211 int src_step, dst_step; in mulaw_encode() local
223 dst_step = dst_channels[channel].area.step / 8; in mulaw_encode()
229 dst += dst_step; in mulaw_encode()
H A Drate.c59 int src_step, dst_step; in resample_expand() local
80 dst_step = dst_channels[channel].area.step / 8 / 2; in resample_expand()
98 dst += dst_step; in resample_expand()
118 int src_step, dst_step; in resample_shrink() local
139 dst_step = dst_channels[channel].area.step / 8 / 2; in resample_shrink()
156 dst += dst_step; in resample_shrink()
H A Dlinear.c51 int src_step, dst_step; in convert() local
63 dst_step = dst_channels[channel].area.step / 8; in convert()
68 dst += dst_step; in convert()
H A Dpcm_plugin.c662 unsigned int dst_step; in snd_pcm_area_silence() local
676 dst_step = dst_area->step / 8; in snd_pcm_area_silence()
686 dst += dst_step; in snd_pcm_area_silence()
697 dst += dst_step; in snd_pcm_area_silence()
710 int src_step, dst_step; in snd_pcm_area_copy() local
727 dst_step = dst_area->step / 8; in snd_pcm_area_copy()
750 dst += dst_step; in snd_pcm_area_copy()
762 dst += dst_step; in snd_pcm_area_copy()
/linux/drivers/dma/
H A Dsprd-dma.c755 int src_datawidth, dst_datawidth, src_step, dst_step; in sprd_dma_fill_desc() local
772 dst_step = src_step; in sprd_dma_fill_desc()
774 dst_step = SPRD_DMA_NONE_STEP; in sprd_dma_fill_desc()
776 dst_step = sprd_dma_get_step(slave_cfg->dst_addr_width); in sprd_dma_fill_desc()
777 if (dst_step < 0) { in sprd_dma_fill_desc()
779 return dst_step; in sprd_dma_fill_desc()
812 if ((src_step != 0 && dst_step != 0) || (src_step | dst_step) == 0) { in sprd_dma_fill_desc()
837 temp = (dst_step & SPRD_DMA_TRSF_STEP_MASK) << SPRD_DMA_DEST_TRSF_STEP_OFFSET; in sprd_dma_fill_desc()
/linux/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c644 unsigned int dst_step) in fill_decoder_block() argument
649 for (j = 0; j < 8; j++, input++, dst += dst_step) { in fill_decoder_block()
657 dst += stride - (8 * dst_step); in fill_decoder_block()
838 unsigned int dst_stride, unsigned int dst_step, in decode_plane() argument
873 u8 *dstp = dst + j * 8 * dst_stride + i * 8 * dst_step; in decode_plane()
881 dst_stride, dst_step); in decode_plane()
904 dst_step); in decode_plane()