Lines Matching refs:mPPChannels

90     memset(mPPChannels, 0, sizeof(mPPChannels));  in QCameraPostProcessor()
111 QCameraChannel *pChannel = mPPChannels[i]; in ~QCameraPostProcessor()
236 QCameraReprocessChannel *pChannel = mPPChannels[i]; in start()
256 mPPChannels[i] = m_parent->addReprocChannel(pInputChannel); in start()
257 if (mPPChannels[i] == NULL) { in start()
262 rc = mPPChannels[i]->start(); in start()
265 delete mPPChannels[i]; in start()
266 mPPChannels[i] = NULL; in start()
269 pInputChannel = static_cast<QCameraChannel *>(mPPChannels[i]); in start()
286 pChannel = m_parent->needReprocess() ? mPPChannels[0] : pSrcChannel; in start()
318 (pChannel == mPPChannels[0])) { in start()
387 QCameraReprocessChannel *pChannel = mPPChannels[i]; in stop()
716 if (pChannel == mPPChannels[i]->getSrcChannel()) { in validatePostProcess()
717 m_pReprocChannel = mPPChannels[i]; in validatePostProcess()
1401 if ((mPPChannels[i] != NULL) && in releaseSuperBuf()
1402 (mPPChannels[i]->getMyHandle() == super_buf->ch_id)) { in releaseSuperBuf()
1403 pChannel = mPPChannels[i]; in releaseSuperBuf()
1621 if ((mPPChannels[i] != NULL) && in queryStreams()
1622 (mPPChannels[i]->getMyHandle() == frame->ch_id)) { in queryStreams()
1623 pChannel = mPPChannels[i]; in queryStreams()
1799 if ((mPPChannels[i] != NULL) && in encodeData()
1800 (mPPChannels[i]->getMyHandle() == recvd_frame->ch_id)) { in encodeData()
1801 pChannel = mPPChannels[i]; in encodeData()
2165 if ((mPPChannels[i] != NULL) && in processRawImageImpl()
2166 (mPPChannels[i]->getMyHandle() == recvd_frame->ch_id)) { in processRawImageImpl()
2167 pChannel = mPPChannels[i]; in processRawImageImpl()
2201 ( pChannel != mPPChannels[0] ); in processRawImageImpl()
2657 m_pSrcChannel = mPPChannels[j]->getSrcChannel(); in doReprocess()
2682 if (mPPChannels[mCurReprocCount] != NULL) { in doReprocess()
2713 ret = mPPChannels[mCurReprocCount]->doReprocessOffline(pp_job->src_frame, in doReprocess()
2759 ret = mPPChannels[mCurReprocCount]->doReprocess(pp_job->src_frame, in doReprocess()
2798 return mPPChannels[index]; in getReprocChannel()
2867 if ((mPPChannels[i] != NULL) && in setYUVFrameInfo()
2868 (mPPChannels[i]->getMyHandle() == recvd_frame->ch_id)) { in setYUVFrameInfo()
2869 pChannel = mPPChannels[i]; in setYUVFrameInfo()