Home
last modified time | relevance | path

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

/device/htc/flounder/audio/hal/
Daudio_hw.c1107 for (i = 0; i < in->num_preprocessors; i++) { in push_echo_reference()
1281 ALOGV("%s: enter: in->num_preprocessors(%d)", __func__, in->num_preprocessors); in in_configure_reverse()
1282 if (in->num_preprocessors > 0) { in in_configure_reverse()
1294 for (i = 0; i < in->num_preprocessors; i++) in in_configure_reverse()
1375 if (in->num_preprocessors == 0) in in_get_aux_channels()
1392 idx_preproc < (size_t)in->num_preprocessors && match_cnt == idx_preproc; in in_get_aux_channels()
1407 if (match_cnt == (size_t)in->num_preprocessors) { in in_get_aux_channels()
1498 for (i = 0; i < in->num_preprocessors; i++) in in_reconfigure_channels()
1571 bool has_processing = (in->num_preprocessors != 0) ? true : false; in read_and_process_frames()
1641 for (i = 0; i < in->num_preprocessors; i++) { in read_and_process_frames()
[all …]
Daudio_hw.h357 int num_preprocessors; member