Home
last modified time | relevance | path

Searched refs:gFreqs (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/testlibs/
DEffectEqualizer.cpp61 const uint32_t gFreqs[kNumBands] = { 50000, 125000, 900000, 3200000, 6300000 }; variable
65 { 300, gFreqs[0], gBandwidths[0] },
66 { 400, gFreqs[1], gBandwidths[1] },
67 { 0, gFreqs[2], gBandwidths[2] },
68 { 200, gFreqs[3], gBandwidths[3] },
69 { -300, gFreqs[4], gBandwidths[4] }
73 { -600, gFreqs[0], gBandwidths[0] },
74 { 200, gFreqs[1], gBandwidths[1] },
75 { 400, gFreqs[2], gBandwidths[2] },
76 { -400, gFreqs[3], gBandwidths[3] },
[all …]