OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xo2
(Results
1 - 2
of
2
) sorted by null
/device/google/dragon/audio/hal/dsp/tests/
crossover2_test.c
29
void process(struct crossover2 *
xo2
, int count, float *data0L, float *data0R,
34
crossover2_process(
xo2
, min(2048, count - start),
46
struct crossover2
xo2
;
local
61
crossover2_init(&
xo2
, 400 / NQ, 4000 / NQ);
63
process(&
xo2
, frames, data0, data0 + frames, data1, data1 + frames,
/device/google/dragon/audio/hal/dsp/
drc.h
124
struct crossover2
xo2
;
member in struct:drc
Completed in 3699 milliseconds