Home | History | Annotate | Download | only in hal

Lines Matching full:num_preprocessors

1107     for (i = 0; i < in->num_preprocessors; i++) {
1281 ALOGV("%s: enter: in->num_preprocessors(%d)", __func__, in->num_preprocessors);
1282 if (in->num_preprocessors > 0) {
1294 for (i = 0; i < in->num_preprocessors; i++)
1375 if (in->num_preprocessors == 0)
1392 idx_preproc < (size_t)in->num_preprocessors && match_cnt == idx_preproc;
1407 if (match_cnt == (size_t)in->num_preprocessors) {
1498 for (i = 0; i < in->num_preprocessors; i++)
1571 bool has_processing = (in->num_preprocessors != 0) ? true : false;
1641 for (i = 0; i < in->num_preprocessors; i++) {
3798 if ( (in->num_preprocessors > MAX_PREPROCESSORS) && (enable == true) ) {
3803 in->preprocessors[in->num_preprocessors].effect_itfe = effect;
3805 in_read_audio_effect_channel_configs(in, &in->preprocessors[in->num_preprocessors]);
3806 in->num_preprocessors ++;
3812 if (in->num_preprocessors <= 0) {
3817 for (i=0; i < in->num_preprocessors; i++) {
3834 in->num_preprocessors--;
3836 in->preprocessors[in->num_preprocessors].num_channel_configs = 0;
3837 in->preprocessors[in->num_preprocessors].effect_itfe = NULL;
3838 in->preprocessors[in->num_preprocessors].channel_configs = NULL;
3842 ALOGI("%s: num_preprocessors = %d", __func__, in->num_preprocessors);
4376 for (i=0; i<in->num_preprocessors; i++) {