Lines Matching refs:m_pReprocChannel
59 m_pReprocChannel(NULL), in QCameraPostProcessor()
89 if (m_pReprocChannel != NULL) { in ~QCameraPostProcessor()
90 m_pReprocChannel->stop(); in ~QCameraPostProcessor()
91 delete m_pReprocChannel; in ~QCameraPostProcessor()
92 m_pReprocChannel = NULL; in ~QCameraPostProcessor()
171 if (m_pReprocChannel != NULL) { in start()
172 delete m_pReprocChannel; in start()
173 m_pReprocChannel = NULL; in start()
176 m_pReprocChannel = m_parent->addOnlineReprocChannel(pSrcChannel); in start()
177 if (m_pReprocChannel == NULL) { in start()
182 rc = m_pReprocChannel->start(); in start()
185 delete m_pReprocChannel; in start()
186 m_pReprocChannel = NULL; in start()
805 if (m_pReprocChannel != NULL && in releaseSuperBuf()
806 m_pReprocChannel->getMyHandle() == super_buf->ch_id) { in releaseSuperBuf()
807 pChannel = m_pReprocChannel; in releaseSuperBuf()
941 if (m_pReprocChannel != NULL && in encodeData()
942 m_pReprocChannel->getMyHandle() == recvd_frame->ch_id) { in encodeData()
943 pChannel = m_pReprocChannel; in encodeData()
1280 if (pme->m_pReprocChannel != NULL) { in dataProcessRoutine()
1281 pme->m_pReprocChannel->stop(); in dataProcessRoutine()
1282 delete pme->m_pReprocChannel; in dataProcessRoutine()
1283 pme->m_pReprocChannel = NULL; in dataProcessRoutine()
1352 if (pme->m_pReprocChannel != NULL) { in dataProcessRoutine()
1356 ret = pme->m_pReprocChannel->doReprocess(pp_frame); in dataProcessRoutine()