Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraChannel.h162 int8_t getReprocCount(){return mPassCount;}; in getReprocCount() function
DQCameraParametersIntf.h260 int8_t getReprocCount();
DQCameraParametersIntf.cpp1187 int8_t QCameraParametersIntf::getReprocCount() in getReprocCount() function in qcamera::QCameraParametersIntf
1191 return mImpl->getReprocCount(); in getReprocCount()
DQCameraPostProc.cpp307 mPPChannelCount = m_parent->mParameters.getReprocCount() - 1; in start()
309 mPPChannelCount = m_parent->mParameters.getReprocCount(); in start()
1509 m_parent->mParameters.getReprocCount()); in processPPData()
1510 if (mCurReprocCount < m_parent->mParameters.getReprocCount()) { in processPPData()
1515 if ((mPPChannels[mCurChannelIndex]->getReprocCount() in processPPData()
DQCameraParameters.h840 int8_t getReprocCount(){return mTotalPPCount;}; in getReprocCount() function
DQCamera2HWI.cpp8305 mParameters.getReprocCount(), curIndex); in getPPConfig()
8316 pp_config.total_reproc_count = mParameters.getReprocCount(); in getPPConfig()
8572 ((mParameters.getReprocCount() > 1) ? TRUE : FALSE)); in addReprocChannel()
8602 minStreamBufNum += mParameters.getReprocCount() - 1; in addReprocChannel()
8603 burst_cnt = mParameters.getReprocCount(); in addReprocChannel()