Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DEffectContext.cpp36 size_t outBufferSizeInFloat = common.output.frameCount * mOutputFrameSize / sizeof(float); in EffectContext()
71 mOutputMQ = std::make_shared<DataMQ>(mCommon.output.frameCount * mOutputFrameSize / in dupeFmqWithReopen()
110 return mOutputFrameSize; in getOutputFrameSize()
197 const auto prevOutputFrameSize = mOutputFrameSize; in updateIOFrameSize()
200 mOutputFrameSize = ::aidl::android::hardware::audio::common::getFrameSizeInBytes( in updateIOFrameSize()
218 if (mOutputFrameSize != prevOutputFrameSize || in updateIOFrameSize()
226 common.output.frameCount * mOutputFrameSize / sizeof(float))); in updateIOFrameSize()
/hardware/interfaces/audio/aidl/default/include/effect-impl/
DEffectContext.h88 size_t mOutputFrameSize = 0; variable