Home
last modified time | relevance | path

Searched defs:preProcConfigParams_t (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/media/libeffects/preprocessing/tests/
H A DPreProcessingTest.cpp64 struct preProcConfigParams_t { struct
65 int samplingFreq = 16000;
66 audio_channel_mask_t chMask = AUDIO_CHANNEL_IN_MONO;
67 int nsLevel = 0; // a value between 0-3
68 int agcTargetLevel = 3; // in dB
69 int agcCompLevel = 9; // in dB
70 float agc2Gain = 0.f; // in dB
71 float agc2SaturationMargin = 2.f; // in dB
73 int aecDelay = 0; // in ms
74 int fileChannels = 1;
[all …]