Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/preprocessing/aidl/
DPreProcessingTypes.h48 static const std::string kAutomaticGainControlV1EffectName = "Automatic Gain Control V1"; variable
58 .name = kAutomaticGainControlV1EffectName,
104 return out << kAutomaticGainControlV1EffectName;
DEffectPreProcessing.cpp87 mEffectName = &kAutomaticGainControlV1EffectName; in EffectPreProcessing()