Lines Matching refs:pChannel
111 QCameraChannel *pChannel = mPPChannels[i]; in ~QCameraPostProcessor() local
112 if ( pChannel != NULL ) { in ~QCameraPostProcessor()
113 pChannel->stop(); in ~QCameraPostProcessor()
114 delete pChannel; in ~QCameraPostProcessor()
115 pChannel = NULL; in ~QCameraPostProcessor()
236 QCameraReprocessChannel *pChannel = mPPChannels[i]; in start() local
237 if (pChannel != NULL) { in start()
238 pChannel->stop(); in start()
239 delete pChannel; in start()
240 pChannel = NULL; in start()
285 QCameraChannel *pChannel = NULL; in start() local
286 pChannel = m_parent->needReprocess() ? mPPChannels[0] : pSrcChannel; in start()
294 for (uint32_t i = 0; i < pChannel->getNumOfStreams(); ++i) { in start()
295 QCameraStream *pStream = pChannel->getStreamByIndex(i); in start()
318 (pChannel == mPPChannels[0])) { in start()
387 QCameraReprocessChannel *pChannel = mPPChannels[i]; in stop() local
388 if (pChannel != NULL) { in stop()
389 pChannel->stop(); in stop()
390 delete pChannel; in stop()
391 pChannel = NULL; in stop()
707 QCameraChannel *pChannel = NULL; in validatePostProcess() local
714 pChannel = m_parent->getChannelByHandle(frame->ch_id); in validatePostProcess()
716 if (pChannel == mPPChannels[i]->getSrcChannel()) { in validatePostProcess()
722 if (m_pReprocChannel != NULL && pChannel == m_pReprocChannel->getSrcChannel()) { in validatePostProcess()
1394 QCameraChannel *pChannel = NULL; in releaseSuperBuf() local
1397 pChannel = m_parent->getChannelByHandle(super_buf->ch_id); in releaseSuperBuf()
1399 if ( NULL == pChannel ) { in releaseSuperBuf()
1403 pChannel = mPPChannels[i]; in releaseSuperBuf()
1409 if (pChannel != NULL) { in releaseSuperBuf()
1410 pChannel->bufDone(super_buf); in releaseSuperBuf()
1617 QCameraChannel *pChannel = m_parent->getChannelByHandle(frame->ch_id); in queryStreams() local
1619 if (pChannel == NULL) { in queryStreams()
1623 pChannel = mPPChannels[i]; in queryStreams()
1628 if (pChannel == NULL) { in queryStreams()
1646 pChannel->getStreamByHandle(frame->bufs[i]->stream_id); in queryStreams()
1795 QCameraChannel *pChannel = m_parent->getChannelByHandle(recvd_frame->ch_id); in encodeData() local
1797 if (pChannel == NULL) { in encodeData()
1801 pChannel = mPPChannels[i]; in encodeData()
1807 if (pChannel == NULL) { in encodeData()
2159 QCameraChannel *pChannel = m_parent->getChannelByHandle(recvd_frame->ch_id); in processRawImageImpl() local
2163 if (pChannel == NULL) { in processRawImageImpl()
2167 pChannel = mPPChannels[i]; in processRawImageImpl()
2172 if (pChannel == NULL) { in processRawImageImpl()
2181 pChannel->getStreamByHandle(recvd_frame->bufs[i]->stream_id); in processRawImageImpl()
2201 ( pChannel != mPPChannels[0] ); in processRawImageImpl()
2863 QCameraChannel *pChannel = m_parent->getChannelByHandle(recvd_frame->ch_id); in setYUVFrameInfo() local
2865 if (pChannel == NULL) { in setYUVFrameInfo()
2869 pChannel = mPPChannels[i]; in setYUVFrameInfo()
2875 if (pChannel == NULL) { in setYUVFrameInfo()
2884 pChannel->getStreamByHandle(recvd_frame->bufs[i]->stream_id); in setYUVFrameInfo()