Searched refs:getReprocCount (Results 1 – 6 of 6) sorted by relevance
151 int8_t getReprocCount(){return mPassCount;}; in getReprocCount() function
246 int8_t getReprocCount();
264 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()
1128 int8_t QCameraParametersIntf::getReprocCount() in getReprocCount() function in qcamera::QCameraParametersIntf1132 return mImpl->getReprocCount(); in getReprocCount()
814 int8_t getReprocCount(){return mTotalPPCount;}; in getReprocCount() function
7389 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()