Searched refs:src_step (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | mulaw.c | 179 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()
|
H A D | linear.c | 66 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()
|
H A D | rate.c | 74 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()
|
H A D | pcm_plugin.c | 719 int src_step, dst_step; in snd_pcm_area_copy() local 735 src_step = src_area->step / 8; in snd_pcm_area_copy() 753 src += src_step; in snd_pcm_area_copy() 770 src += src_step; in snd_pcm_area_copy()
|
/kernel/linux/linux-6.6/sound/core/oss/ |
H A D | mulaw.c | 179 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()
|
H A D | linear.c | 66 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()
|
H A D | rate.c | 74 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()
|
H A D | pcm_plugin.c | 725 int src_step, dst_step; in snd_pcm_area_copy() local 741 src_step = src_area->step / 8; in snd_pcm_area_copy() 759 src += src_step; in snd_pcm_area_copy() 776 src += src_step; in snd_pcm_area_copy()
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | sprd-dma.c | 757 int src_datawidth, dst_datawidth, src_step, dst_step; in sprd_dma_fill_desc() local 762 src_step = sprd_dma_get_step(slave_cfg->src_addr_width); in sprd_dma_fill_desc() 763 if (src_step < 0) { in sprd_dma_fill_desc() 765 return src_step; in sprd_dma_fill_desc() 774 dst_step = src_step; in sprd_dma_fill_desc() 783 src_step = SPRD_DMA_NONE_STEP; in sprd_dma_fill_desc() 817 if ((src_step != 0 && dst_step != 0) || (src_step | dst_step) == 0) { in sprd_dma_fill_desc() 821 if (src_step) in sprd_dma_fill_desc() 843 temp |= (src_step in sprd_dma_fill_desc() [all...] |
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | sprd-dma.c | 757 int src_datawidth, dst_datawidth, src_step, dst_step; in sprd_dma_fill_desc() local 762 src_step = sprd_dma_get_step(slave_cfg->src_addr_width); in sprd_dma_fill_desc() 763 if (src_step < 0) { in sprd_dma_fill_desc() 765 return src_step; in sprd_dma_fill_desc() 774 dst_step = src_step; in sprd_dma_fill_desc() 783 src_step = SPRD_DMA_NONE_STEP; in sprd_dma_fill_desc() 814 if ((src_step != 0 && dst_step != 0) || (src_step | dst_step) == 0) { in sprd_dma_fill_desc() 818 if (src_step) in sprd_dma_fill_desc() 840 temp |= (src_step in sprd_dma_fill_desc() [all...] |
Completed in 10 milliseconds