Lines Matching refs:frameCount
1104 buf.frameCount = frames; in push_echo_reference()
1118 in->ref_buf_frames -= buf.frameCount; in push_echo_reference()
1123 in->ref_buf + buf.frameCount * in->config.channels, in push_echo_reference()
1631 in_buf.frameCount = in->proc_buf_frames; in read_and_process_frames()
1633 out_buf.frameCount = frames - frames_wr; in read_and_process_frames()
1650 in->proc_buf_frames -= in_buf.frameCount; in read_and_process_frames()
1654 in->proc_buf_in + in_buf.frameCount * in->config.channels, in read_and_process_frames()
1659 if (out_buf.frameCount == 0) { in read_and_process_frames()
1664 if ((frames_wr + (ssize_t)out_buf.frameCount) <= frames) { in read_and_process_frames()
1665 frames_wr += out_buf.frameCount; in read_and_process_frames()
1669 (unsigned int)frames_wr, out_buf.frameCount, (unsigned int)frames); in read_and_process_frames()