Lines Matching refs:src
236 void *src, *dst; in bf5xx_pcm_copy() local
242 src = buf; in bf5xx_pcm_copy()
249 sample_size, src, sample_size); in bf5xx_pcm_copy()
250 src += sample_size; in bf5xx_pcm_copy()
255 src = runtime->dma_area; in bf5xx_pcm_copy()
256 src += pos * sample_size * 8; in bf5xx_pcm_copy()
261 memcpy(dst, src + dma_data->map[i] * in bf5xx_pcm_copy()
265 src += 8 * sample_size; in bf5xx_pcm_copy()
270 src = buf; in bf5xx_pcm_copy()
274 src = runtime->dma_area; in bf5xx_pcm_copy()
275 src += frames_to_bytes(runtime, pos); in bf5xx_pcm_copy()
279 memcpy(dst, src, frames_to_bytes(runtime, count)); in bf5xx_pcm_copy()