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

  /device/google/dragon/audio/hal/dsp/
biquad.h 29 enum biquad_type { enum
50 void biquad_set(struct biquad *bq, enum biquad_type type, double freq, double Q,
eq.h 41 int eq_append_biquad(struct eq *eq, enum biquad_type type, float freq, float Q,
eq2.h 43 enum biquad_type type, float freq, float Q, float gain);
crossover.c 9 static void lr4_set(struct lr4 *lr4, enum biquad_type type, float freq)
eq.c 25 int eq_append_biquad(struct eq *eq, enum biquad_type type, float freq, float Q,
biquad.c 330 void biquad_set(struct biquad *bq, enum biquad_type type, double freq, double Q,
eq2.c 34 enum biquad_type type, float freq, float Q, float gain)
crossover2.c 10 static void lr42_set(struct lr42 *lr42, enum biquad_type type, float freq)

Completed in 2245 milliseconds