Searched refs:cents (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/testlibs/
H A DAudioPeakingFilter.cpp31 // bw - bandwidth, starting at 1 cent, jumps of 1024, to 3073 cents.
83 void AudioPeakingFilter::setBandwidth(uint32_t cents) { argument
84 mBandwidth = cents - 1;
H A DAudioEqualizer.h40 // Bandwidth in cents (ignored on shelving filters).
94 // bandwidth: 1200 cents.
134 // cents Bandwidth value in cents (1/1200 octave).
135 void setBandwidth(int band, uint32_t cents);
141 // returns Bandwidth value in cents (1/1200 octave).
H A DAudioPeakingFilter.h55 // bandwidth: 1200 cents.
72 // cents Bandwidth value in cents (1/1200 octave).
73 void setBandwidth(uint32_t cents);
75 // Gets the gain, in cents, as set.
H A DAudioEqualizer.cpp132 void AudioEqualizer::setBandwidth(int band, uint32_t cents) { argument
133 ALOGV("AudioEqualizer::setBandwidth(band=%d, cents=%d)", band, cents);
136 mpPeakingFilters[band - 1].setBandwidth(cents);

Completed in 60 milliseconds