Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/dynamicsproc/aidl/
DDynamicsProcessingContext.cpp249 auto channel = getChannel_l(ch); in getInputGain()
280 dp_fx::DPChannel* DynamicsProcessingContext::getChannel_l(int channel) { in getChannel_l() function in aidl::android::hardware::audio::effect::DynamicsProcessingContext
287 auto channel = getChannel_l(ch); in getPreEq_l()
294 auto channel = getChannel_l(ch); in getPostEq_l()
301 auto channel = getChannel_l(ch); in getMbc_l()
308 auto channel = getChannel_l(ch); in getLimiter_l()
499 RETURN_VALUE_IF(nullptr == (dp = getChannel_l(config.channel)), in setDpChannelBand_l()
512 RETURN_VALUE_IF(nullptr == (dp = getChannel_l(config.channel)), in setDpChannelBand_l()
DDynamicsProcessingContext.h93 dp_fx::DPChannel* getChannel_l(int ch);