Home
last modified time | relevance | path

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

/device/htc/flounder/audio/hal/
Daudio_hw.h335 size_t proc_buf_frames; member
Daudio_hw.c973 ((int64_t)(in->proc_buf_frames) * 1000000000) / in->requested_rate ); in get_capture_delay()
992 in->read_buf_frames, in->proc_buf_frames, frames); in get_capture_delay()
1584 if (in->proc_buf_frames < (size_t)frames) { in read_and_process_frames()
1601 in->proc_buf_frames * in->config.channels, in read_and_process_frames()
1602 frames - in->proc_buf_frames); in read_and_process_frames()
1608 in->proc_buf_frames += frames_rd; in read_and_process_frames()
1612 push_echo_reference(in, in->proc_buf_frames); in read_and_process_frames()
1617 in_buf.frameCount = in->proc_buf_frames; in read_and_process_frames()
1636 in->proc_buf_frames -= in_buf.frameCount; in read_and_process_frames()
1638 if (in->proc_buf_frames) { in read_and_process_frames()
[all …]