/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | mulaw.c | 179 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()
|
H A D | linear.c | 66 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()
|
H A D | rate.c | 74 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()
|
H A D | pcm_plugin.c | 671 unsigned int dst_step; in snd_pcm_area_silence() local 685 dst_step = dst_area->step / 8; in snd_pcm_area_silence() 695 dst += dst_step; in snd_pcm_area_silence() 706 dst += dst_step; in snd_pcm_area_silence() 719 int src_step, dst_step; in snd_pcm_area_copy() local 736 dst_step = dst_area->step / 8; in snd_pcm_area_copy() 759 dst += dst_step; in snd_pcm_area_copy() 771 dst += dst_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 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()
|
H A D | linear.c | 66 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()
|
H A D | rate.c | 74 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()
|
H A D | pcm_plugin.c | 677 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()
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/ |
H A D | codec-fwht.c | 643 unsigned int dst_step) in fill_decoder_block() 648 for (j = 0; j < 8; j++, input++, dst += dst_step) { in fill_decoder_block() 656 dst += stride - (8 * dst_step); in fill_decoder_block() 837 unsigned int dst_stride, unsigned int dst_step, in decode_plane() 872 u8 *dstp = dst + j * 8 * dst_stride + i * 8 * dst_step; in decode_plane() 880 dst_stride, dst_step); in decode_plane() 903 dst_step); in decode_plane() 642 fill_decoder_block(u8 *dst, const s16 *input, int stride, unsigned int dst_step) fill_decoder_block() argument 834 decode_plane(struct fwht_cframe *cf, const __be16 **rlco, u32 height, u32 width, const u8 *ref, u32 ref_stride, unsigned int ref_step, u8 *dst, unsigned int dst_stride, unsigned int dst_step, bool uncompressed, const __be16 *end_of_rlco_buf) decode_plane() argument
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/ |
H A D | codec-fwht.c | 644 unsigned int dst_step) in fill_decoder_block() 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() 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() 643 fill_decoder_block(u8 *dst, const s16 *input, int stride, unsigned int dst_step) fill_decoder_block() argument 835 decode_plane(struct fwht_cframe *cf, const __be16 **rlco, u32 height, u32 width, const u8 *ref, u32 ref_stride, unsigned int ref_step, u8 *dst, unsigned int dst_stride, unsigned int dst_step, bool uncompressed, const __be16 *end_of_rlco_buf) decode_plane() argument
|
/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 774 dst_step = src_step; in sprd_dma_fill_desc() 776 dst_step = SPRD_DMA_NONE_STEP; in sprd_dma_fill_desc() 778 dst_step = sprd_dma_get_step(slave_cfg->dst_addr_width); in sprd_dma_fill_desc() 779 if (dst_step < 0) { in sprd_dma_fill_desc() 781 return dst_step; in sprd_dma_fill_desc() 817 if ((src_step != 0 && dst_step != 0) || (src_step | dst_step) == 0) { in sprd_dma_fill_desc() 842 temp = (dst_step & SPRD_DMA_TRSF_STEP_MASK) << SPRD_DMA_DEST_TRSF_STEP_OFFSET; in sprd_dma_fill_desc()
|
/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 774 dst_step = src_step; in sprd_dma_fill_desc() 776 dst_step = SPRD_DMA_NONE_STEP; in sprd_dma_fill_desc() 778 dst_step = sprd_dma_get_step(slave_cfg->dst_addr_width); in sprd_dma_fill_desc() 779 if (dst_step < 0) { in sprd_dma_fill_desc() 781 return dst_step; in sprd_dma_fill_desc() 814 if ((src_step != 0 && dst_step != 0) || (src_step | dst_step) == 0) { in sprd_dma_fill_desc() 839 temp = (dst_step & SPRD_DMA_TRSF_STEP_MASK) << SPRD_DMA_DEST_TRSF_STEP_OFFSET; in sprd_dma_fill_desc()
|