Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/preprocessing/aidl/
DPreProcessingTypes.h64 const std::vector<Range::AutomaticGainControlV2Range> kAutomaticGainControlV2Ranges = { variable
72 static const Capability kAutomaticGainControlV2Cap = {.range = kAutomaticGainControlV2Ranges};
DEffectPreProcessing.cpp198 RETURN_IF(!inRange(param, kAutomaticGainControlV2Ranges), EX_ILLEGAL_ARGUMENT, "outOfRange"); in setParameterAutomaticGainControlV2()