Home
last modified time | relevance | path

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

/device/htc/flounder/audio/hal/
Daudio_hw.c1700 int16_t* src_buffer = (int16_t *)proc_buf_out; in read_and_process_frames() local
1706 *dst_buffer++ = *src_buffer; in read_and_process_frames()
1707 src_buffer += src_channels; in read_and_process_frames()
1712 memcpy(dst_buffer, src_buffer, dst_channels*sizeof(int16_t)); in read_and_process_frames()
1714 src_buffer += src_channels; in read_and_process_frames()