Home
last modified time | relevance | path

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

/device/google/dragon/audio/hal/
Daudio_hw.c875 if (in->num_preprocessors == 0) in in_get_aux_channels()
960 for (i = 0; i < in->num_preprocessors; i++) { in in_reconfigure_channels()
1030 bool has_processing = in->num_preprocessors != 0; in read_and_process_frames()
1086 for (i = 0; i < in->num_preprocessors; i++) { in read_and_process_frames()
2609 if (in->num_preprocessors >= MAX_PREPROCESSORS) { in add_remove_audio_effect()
2613 in->preprocessors[in->num_preprocessors].effect_itfe = effect; in add_remove_audio_effect()
2614 in->num_preprocessors ++; in add_remove_audio_effect()
2620 if (in->num_preprocessors <= 0) { in add_remove_audio_effect()
2625 for (i = 0; i < in->num_preprocessors && status != 0; i++) { in add_remove_audio_effect()
2629 in->num_preprocessors--; in add_remove_audio_effect()
[all …]
Daudio_hw.h279 int num_preprocessors; member