Lines Matching refs:gFreqs
61 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] },
77 { -600, gFreqs[4], gBandwidths[4] }
81 { 400, gFreqs[0], gBandwidths[0] },
82 { -400, gFreqs[1], gBandwidths[1] },
83 { 300, gFreqs[2], gBandwidths[2] },
84 { -400, gFreqs[3], gBandwidths[3] },
85 { 600, gFreqs[4], gBandwidths[4] }
89 { 700, gFreqs[0], gBandwidths[0] },
90 { 400, gFreqs[1], gBandwidths[1] },
91 { -400, gFreqs[2], gBandwidths[2] },
92 { 400, gFreqs[3], gBandwidths[3] },
93 { 200, gFreqs[4], gBandwidths[4] }
333 pContext->pEqualizer->setFrequency(i, gFreqs[i]); in Equalizer_init()