Lines Matching refs:m_pReprocChannel

71       m_pReprocChannel(NULL),  in QCamera3PostProcessor()
138 if (m_pReprocChannel != NULL) { in deinit()
139 m_pReprocChannel->stop(); in deinit()
140 delete m_pReprocChannel; in deinit()
141 m_pReprocChannel = NULL; in deinit()
220 if (m_pReprocChannel != NULL) { in start()
221 m_pReprocChannel->stop(); in start()
222 delete m_pReprocChannel; in start()
223 m_pReprocChannel = NULL; in start()
228 m_pReprocChannel = hal_obj->addOfflineReprocChannel(config, m_parent); in start()
229 if (m_pReprocChannel == NULL) { in start()
236 rc = m_pReprocChannel->start(); in start()
239 delete m_pReprocChannel; in start()
240 m_pReprocChannel = NULL; in start()
267 if (m_pReprocChannel != NULL) { in stop()
268 m_pReprocChannel->stop(); in stop()
269 delete m_pReprocChannel; in stop()
270 m_pReprocChannel = NULL; in stop()
895 if(NULL != m_pReprocChannel) { in releaseOfflineBuffers()
896 rc = m_pReprocChannel->unmapOfflineBuffers(false); in releaseOfflineBuffers()
928 if (NULL != m_pReprocChannel) { in releaseJpegJobData()
929 rc = m_pReprocChannel->bufDone(job->src_frame); in releaseJpegJobData()
1320 if (m_pReprocChannel != NULL && in encodeData()
1321 m_pReprocChannel->getMyHandle() == recvd_frame->ch_id) { in encodeData()
1322 pChannel = m_pReprocChannel; in encodeData()
1726 if (pme->m_pReprocChannel != NULL) { in dataProcessRoutine()
1727 … if (NO_ERROR != pme->m_pReprocChannel->overrideFwkMetadata(fwk_frame)) { in dataProcessRoutine()
1733 ret = pme->m_pReprocChannel->doReprocessOffline(fwk_frame); in dataProcessRoutine()
1790 if (pme->m_pReprocChannel != NULL) { in dataProcessRoutine()
1796 ret = pme->m_pReprocChannel->overrideMetadata( in dataProcessRoutine()
1802 ret = pme->m_pReprocChannel->doReprocessOffline( in dataProcessRoutine()