Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/preprocessing/aidl/
DPreProcessingTypes.h63 static const std::string kAutomaticGainControlV2EffectName = "Automatic Gain Control V2"; variable
78 .name = kAutomaticGainControlV2EffectName,
106 return out << kAutomaticGainControlV2EffectName;
DEffectPreProcessing.cpp91 mEffectName = &kAutomaticGainControlV2EffectName; in EffectPreProcessing()