Searched refs:proc_buf_out (Results 1 – 2 of 2) sorted by relevance
1567 void *proc_buf_out; in read_and_process_frames() local1580 proc_buf_out = in->proc_buf_out; in read_and_process_frames()1582 proc_buf_out = buffer; in read_and_process_frames()1607 in->proc_buf_out = (int16_t *)realloc(in->proc_buf_out, size_in_bytes); in read_and_process_frames()1608 ALOG_ASSERT((in->proc_buf_out != NULL), in read_and_process_frames()1610 proc_buf_out = in->proc_buf_out; in read_and_process_frames()1634 out_buf.s16 = (int16_t *)proc_buf_out + frames_wr * in->config.channels; in read_and_process_frames()1683 in->proc_buf_out = (int16_t *)realloc(in->proc_buf_out, size_in_bytes); in read_and_process_frames()1684 ALOG_ASSERT((in->proc_buf_out != NULL), in read_and_process_frames()1686 proc_buf_out = in->proc_buf_out; in read_and_process_frames()[all …]
341 int16_t *proc_buf_out; member