Searched refs:mDpFreq (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libeffects/dynamicsproc/aidl/ |
D | DynamicsProcessingContext.cpp | 52 if (mDpFreq != nullptr) { in reset() 53 mDpFreq.reset(); in reset() 67 dp_fx::DPChannel* leftChannel = mDpFreq->getChannel(0); in setVolumeStereo() 68 dp_fx::DPChannel* rightChannel = mDpFreq->getChannel(1); in setVolumeStereo() 84 mDpFreq.reset(new dp_fx::DPFrequency()); in dpSetFreqDomainVariant_l() 85 mDpFreq->init(mChannelCount, engine.preEqStage.inUse, engine.preEqStage.bandCount, in dpSetFreqDomainVariant_l() 100 mDpFreq->configure(block, block >> 1, sampleRate); in dpSetFreqDomainVariant_l() 267 RETURN_VALUE_IF(!mDpFreq, status, "engineNotInited"); in dpeProcess() 268 mDpFreq->processSamples(in, out, samples); in dpeProcess() 281 RETURN_VALUE_IF(mDpFreq == nullptr, nullptr, "DPFreqNotInited"); in getChannel_l() [all …]
|
D | DynamicsProcessingContext.h | 76 std::unique_ptr<dp_fx::DPFrequency> mDpFreq = nullptr; variable
|