Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/preprocessing/aidl/
DPreProcessingTypes.h35 static const std::vector<Range::AcousticEchoCancelerRange> kAcousticEchoCancelerRanges = { variable
37 static const Capability kAcousticEchoCancelerCap = {.range = kAcousticEchoCancelerRanges};
DEffectPreProcessing.cpp135 RETURN_IF(!inRange(param, kAcousticEchoCancelerRanges), EX_ILLEGAL_ARGUMENT, "outOfRange"); in setParameterAcousticEchoCanceler()