Searched refs:src_step (Results 1 – 5 of 5) sorted by relevance
165 int src_step, dst_step; in mulaw_decode() local176 src_step = src_channels[channel].area.step / 8; in mulaw_decode()182 src += src_step; in mulaw_decode()211 int src_step, dst_step; in mulaw_encode() local222 src_step = src_channels[channel].area.step / 8; in mulaw_encode()228 src += src_step; in mulaw_encode()
59 int src_step, dst_step; in resample_expand() local79 src_step = src_channels[channel].area.step / 8 / 2; in resample_expand()89 src += src_step; in resample_expand()118 int src_step, dst_step; in resample_shrink() local138 src_step = src_channels[channel].area.step / 8 / 2; in resample_shrink()146 src += src_step; in resample_shrink()
51 int src_step, dst_step; in convert() local62 src_step = src_channels[channel].area.step / 8; in convert()67 src += src_step; in convert()
710 int src_step, dst_step; in snd_pcm_area_copy() local726 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()
755 int src_datawidth, dst_datawidth, src_step, dst_step; in sprd_dma_fill_desc() local760 src_step = sprd_dma_get_step(slave_cfg->src_addr_width); in sprd_dma_fill_desc()761 if (src_step < 0) { in sprd_dma_fill_desc()763 return src_step; in sprd_dma_fill_desc()772 dst_step = src_step; in sprd_dma_fill_desc()781 src_step = SPRD_DMA_NONE_STEP; in sprd_dma_fill_desc()812 if ((src_step != 0 && dst_step != 0) || (src_step | dst_step) == 0) { in sprd_dma_fill_desc()816 if (src_step) in sprd_dma_fill_desc()838 temp |= (src_step & SPRD_DMA_TRSF_STEP_MASK) << SPRD_DMA_SRC_TRSF_STEP_OFFSET; in sprd_dma_fill_desc()