OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:low_freq
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c
22
#define
LOW_FREQ
298 /* 32768/110 for low test frequency */
290
if ((
LOW_FREQ
* fs) >= (fc << 15))
299
if (((
LOW_FREQ
* fs) < (fc << 15)) && ((fc << 15) < (HIGH_FREQ * fs)) && (QFactor > 300))
[
all
...]
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Control.c
36
#define
LOW_FREQ
298 /* 32768/110 for low test frequency */
166
if ((fc << 15) <= (
LOW_FREQ
* fs))
/hardware/qcom/audio/legacy/alsa_sound/
AudioStreamInALSA.cpp
634
int
low_freq
= 4; // frequency upper bound for subwoofer: frequency=(
low_freq
-1)/FFT_SIZE*samplingRate, default as 4
local
687
low_freq
,
703
low_freq
,
[
all
...]
Completed in 282 milliseconds