• Home
  • Raw
  • Download

Lines Matching refs:m_pReprocChannel

70       m_pReprocChannel(NULL),  in QCameraPostProcessor()
104 if (m_pReprocChannel != NULL) { in ~QCameraPostProcessor()
105 m_pReprocChannel->stop(); in ~QCameraPostProcessor()
106 delete m_pReprocChannel; in ~QCameraPostProcessor()
107 m_pReprocChannel = NULL; in ~QCameraPostProcessor()
203 if (m_pReprocChannel != NULL) { in start()
204 delete m_pReprocChannel; in start()
205 m_pReprocChannel = NULL; in start()
208 m_pReprocChannel = m_parent->addReprocChannel(pSrcChannel); in start()
209 if (m_pReprocChannel == NULL) { in start()
214 rc = m_pReprocChannel->start(); in start()
217 delete m_pReprocChannel; in start()
218 m_pReprocChannel = NULL; in start()
235 pChannel = m_parent->needReprocess() ? m_pReprocChannel : pSrcChannel; in start()
259 if ((NULL == pThumbStream) && (pChannel == m_pReprocChannel)) { in start()
1098 if (m_pReprocChannel != NULL && in releaseSuperBuf()
1099 m_pReprocChannel->getMyHandle() == super_buf->ch_id) { in releaseSuperBuf()
1100 pChannel = m_pReprocChannel; in releaseSuperBuf()
1315 if (m_pReprocChannel != NULL && in queryStreams()
1316 m_pReprocChannel->getMyHandle() == frame->ch_id) { in queryStreams()
1317 pChannel = m_pReprocChannel; in queryStreams()
1492 if (m_pReprocChannel != NULL && in encodeData()
1493 m_pReprocChannel->getMyHandle() == recvd_frame->ch_id) { in encodeData()
1494 pChannel = m_pReprocChannel; in encodeData()
1767 if (m_pReprocChannel != NULL && in processRawImageImpl()
1768 m_pReprocChannel->getMyHandle() == recvd_frame->ch_id) { in processRawImageImpl()
1769 pChannel = m_pReprocChannel; in processRawImageImpl()
1801 ( pChannel != m_pReprocChannel ); in processRawImageImpl()
2095 if (pme->m_pReprocChannel != NULL) { in dataProcessRoutine()
2096 pme->m_pReprocChannel->stop(); in dataProcessRoutine()
2097 delete pme->m_pReprocChannel; in dataProcessRoutine()
2098 pme->m_pReprocChannel = NULL; in dataProcessRoutine()
2168 if (pme->m_pReprocChannel != NULL) { in dataProcessRoutine()
2275 rc = m_pReprocChannel->doReprocessOffline(pp_job->src_frame); in reprocess()
2278 rc = m_pReprocChannel->doReprocess(pp_job->src_frame); in reprocess()
2354 if (m_pReprocChannel != NULL && in setYUVFrameInfo()
2355 m_pReprocChannel->getMyHandle() == recvd_frame->ch_id) { in setYUVFrameInfo()
2356 pChannel = m_pReprocChannel; in setYUVFrameInfo()