Home
last modified time | relevance | path

Searched refs:mCommon (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/audio/aidl/default/
DEffectContext.cpp67 mInputMQ = std::make_shared<DataMQ>(mCommon.input.frameCount * mInputFrameSize / in dupeFmqWithReopen()
71 mOutputMQ = std::make_shared<DataMQ>(mCommon.output.frameCount * mOutputFrameSize / in dupeFmqWithReopen()
114 return mCommon.session; in getSessionId()
118 return mCommon.ioHandle; in getIoHandle()
183 mCommon = common; in setCommon()
188 return mCommon; in getCommon()
214 mCommon.input.frameCount != common.input.frameCount) { in updateIOFrameSize()
219 mCommon.output.frameCount != common.output.frameCount) { in updateIOFrameSize()
DStreamSwitcher.cpp140 if (!mCommon) { in getStreamCommonCommon()
143 *_aidl_return = mCommon.getInstance(); in getStreamCommonCommon()
159 mCommon = ndk::SharedRefBase::make<StreamCommonDelegator>(delegate); in initInstance()
DStream.cpp658 mCommon = ndk::SharedRefBase::make<StreamCommonDelegator>(delegate); in initInstance()
705 if (!mCommon) { in getStreamCommonCommon()
708 *_aidl_return = mCommon.getInstance(); in getStreamCommonCommon()
/hardware/interfaces/audio/aidl/default/spatializer/
DSpatializerSw.cpp207 const auto inputChannelCount = getChannelCount(mCommon.input.base.channelMask); in process()
208 const auto outputChannelCount = getChannelCount(mCommon.output.base.channelMask); in process()
/hardware/interfaces/audio/aidl/default/include/effect-impl/
DEffectContext.h91 Parameter::Common mCommon = {}; variable
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStreamSwitcher.h179 ChildInterface<StreamCommonDelegator> mCommon; variable
DStream.h458 ChildInterface<StreamCommonDelegator> mCommon; variable
/hardware/interfaces/audio/aidl/default/dynamicProcessing/
DDynamicsProcessingSw.cpp284 mCommon = common; in setCommon()
289 LOG(INFO) << __func__ << mCommon.toString(); in setCommon()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.h714 QCameraCommon mCommon; variable
DQCamera3HWI.cpp525 mCommon(), in QCamera3HardwareInterface()
563 mCommon.init(gCamCapability[cameraId]); in QCamera3HardwareInterface()
2935 ret = mCommon.getAnalysisInfo( in configureStreamsPerfLocked()
2947 analysisDim = mCommon.getMatchingDimension(previewSize, in configureStreamsPerfLocked()
3001 rc = mCommon.getAnalysisInfo(FALSE, in configureStreamsPerfLocked()
3018 mCommon.getMatchingDimension(previewSize, in configureStreamsPerfLocked()
3031 ret = mCommon.getAnalysisInfo(FALSE, callbackFeatureMask, &supportInfo); in configureStreamsPerfLocked()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.h1169 QCameraCommon mCommon; variable
DQCameraParameters.cpp916 mCommon(), in QCameraParameters()
6448 mCommon.init(capabilities); in init()
10571 dim = mCommon.getMatchingDimension( in getStreamDimension()
15619 return mCommon.getAnalysisInfo(fdVideoEnabled, featureMask, pAnalysisInfo); in getAnalysisInfo()