Home
last modified time | relevance | path

Searched refs:getReprocCount (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
DQCameraChannel.h151 int8_t getReprocCount(){return mPassCount;}; in getReprocCount() function
DQCameraParametersIntf.h246 int8_t getReprocCount();
DQCameraPostProc.cpp264 mPPChannelCount = m_parent->mParameters.getReprocCount() - 1; in start()
266 mPPChannelCount = m_parent->mParameters.getReprocCount(); in start()
1355 m_parent->mParameters.getReprocCount()); in processPPData()
1356 if (mCurReprocCount < m_parent->mParameters.getReprocCount()) { in processPPData()
1361 if ((mPPChannels[mCurChannelIndex]->getReprocCount() in processPPData()
DQCameraParametersIntf.cpp1128 int8_t QCameraParametersIntf::getReprocCount() in getReprocCount() function in qcamera::QCameraParametersIntf
1132 return mImpl->getReprocCount(); in getReprocCount()
DQCameraParameters.h814 int8_t getReprocCount(){return mTotalPPCount;}; in getReprocCount() function
DQCamera2HWI.cpp7389 mParameters.getReprocCount(), curIndex); in getPPConfig()
7400 pp_config.total_reproc_count = mParameters.getReprocCount(); in getPPConfig()
7633 ((mParameters.getReprocCount() > 1) ? TRUE : FALSE)); in addReprocChannel()
7663 minStreamBufNum += mParameters.getReprocCount() - 1; in addReprocChannel()
7664 burst_cnt = mParameters.getReprocCount(); in addReprocChannel()