Home | History | Annotate | Download | only in hal

Lines Matching full:num_preprocessors

875     if (in->num_preprocessors == 0)
960 for (i = 0; i < in->num_preprocessors; i++) {
1030 bool has_processing = in->num_preprocessors != 0;
1086 for (i = 0; i < in->num_preprocessors; i++) {
2623 if (in->num_preprocessors >= MAX_PREPROCESSORS) {
2627 in->preprocessors[in->num_preprocessors].effect_itfe = effect;
2628 in->num_preprocessors ++;
2634 if (in->num_preprocessors <= 0) {
2639 for (i = 0; i < in->num_preprocessors && status != 0; i++) {
2643 in->num_preprocessors--;
2646 (in->num_preprocessors - i) * sizeof(in->preprocessors[0]));
2647 memset(in->preprocessors + in->num_preprocessors,
2659 ALOGI("%s: num_preprocessors = %d", __func__, in->num_preprocessors);
3111 for (i=0; i<in->num_preprocessors; i++) {