Lines Matching refs:m_pReprocChannel

80       m_pReprocChannel(NULL),  in QCamera3PostProcessor()
145 if (m_pReprocChannel != NULL) { in deinit()
146 m_pReprocChannel->stop(); in deinit()
147 delete m_pReprocChannel; in deinit()
148 m_pReprocChannel = NULL; in deinit()
235 if (m_pReprocChannel != NULL) { in start()
236 m_pReprocChannel->stop(); in start()
237 delete m_pReprocChannel; in start()
238 m_pReprocChannel = NULL; in start()
243 m_pReprocChannel = hal_obj->addOfflineReprocChannel(config, m_parent); in start()
244 if (m_pReprocChannel == NULL) { in start()
251 rc = m_pReprocChannel->start(); in start()
254 delete m_pReprocChannel; in start()
255 m_pReprocChannel = NULL; in start()
310 if (m_pReprocChannel != NULL) { in stop()
311 m_pReprocChannel->stop(); in stop()
312 delete m_pReprocChannel; in stop()
313 m_pReprocChannel = NULL; in stop()
1005 if(NULL != m_pReprocChannel) { in releaseOfflineBuffers()
1006 rc = m_pReprocChannel->unmapOfflineBuffers(allBuffers); in releaseOfflineBuffers()
1038 if (NULL != m_pReprocChannel && !job->hdr_plus_processing) { in releaseJpegJobData()
1039 rc = m_pReprocChannel->bufDone(job->src_frame); in releaseJpegJobData()
1644 if (m_pReprocChannel != NULL && in encodeData()
1645 m_pReprocChannel->getMyHandle() == recvd_frame->ch_id) { in encodeData()
1646 pChannel = m_pReprocChannel; in encodeData()
2158 if (pme->m_pReprocChannel != NULL) { in dataProcessRoutine()
2159 … if (NO_ERROR != pme->m_pReprocChannel->overrideFwkMetadata(fwk_frame)) { in dataProcessRoutine()
2165 ret = pme->m_pReprocChannel->doReprocessOffline(fwk_frame); in dataProcessRoutine()
2224 if (pme->m_pReprocChannel != NULL) { in dataProcessRoutine()
2230 ret = pme->m_pReprocChannel->overrideMetadata( in dataProcessRoutine()
2237 ret = pme->m_pReprocChannel->doReprocessOffline( in dataProcessRoutine()