HomeSort by relevance Sort by last modified time
    Searched refs:biquad_set (Results 1 - 6 of 6) sorted by null

  /device/google/dragon/audio/hal/dsp/
biquad.h 50 void biquad_set(struct biquad *bq, enum biquad_type type, double freq, double Q,
eq2.c 23 biquad_set(&eq2->biquad[i][j], BQ_NONE, 0, 0, 0);
38 biquad_set(&eq2->biquad[eq2->n[channel]++][channel], type, freq, Q,
crossover.c 12 biquad_set(&q, type, freq, 0, 0);
eq.c 30 biquad_set(&eq->biquad[eq->n++], type, freq, Q, gain);
biquad.c 330 void biquad_set(struct biquad *bq, enum biquad_type type, double freq, double Q, function
crossover2.c 13 biquad_set(&q, type, freq, 0, 0);

Completed in 1044 milliseconds