Lines Matching refs:m_pReprocChannel

80       m_pReprocChannel(NULL),  in QCamera3PostProcessor()
144 if (m_pReprocChannel != NULL) { in deinit()
145 m_pReprocChannel->stop(); in deinit()
146 delete m_pReprocChannel; in deinit()
147 m_pReprocChannel = NULL; in deinit()
226 if (m_pReprocChannel != NULL) { in start()
227 m_pReprocChannel->stop(); in start()
228 delete m_pReprocChannel; in start()
229 m_pReprocChannel = NULL; in start()
234 m_pReprocChannel = hal_obj->addOfflineReprocChannel(config, m_parent); in start()
235 if (m_pReprocChannel == NULL) { in start()
242 rc = m_pReprocChannel->start(); in start()
245 delete m_pReprocChannel; in start()
246 m_pReprocChannel = NULL; in start()
301 if (m_pReprocChannel != NULL) { in stop()
302 m_pReprocChannel->stop(); in stop()
303 delete m_pReprocChannel; in stop()
304 m_pReprocChannel = NULL; in stop()
928 if(NULL != m_pReprocChannel) { in releaseOfflineBuffers()
929 rc = m_pReprocChannel->unmapOfflineBuffers(allBuffers); in releaseOfflineBuffers()
961 if (NULL != m_pReprocChannel) { in releaseJpegJobData()
962 rc = m_pReprocChannel->bufDone(job->src_frame); in releaseJpegJobData()
1359 if (m_pReprocChannel != NULL && in encodeData()
1360 m_pReprocChannel->getMyHandle() == recvd_frame->ch_id) { in encodeData()
1361 pChannel = m_pReprocChannel; in encodeData()
1829 if (pme->m_pReprocChannel != NULL) { in dataProcessRoutine()
1830 … if (NO_ERROR != pme->m_pReprocChannel->overrideFwkMetadata(fwk_frame)) { in dataProcessRoutine()
1836 … ret = pme->m_pReprocChannel->doReprocessOffline(fwk_frame, true); in dataProcessRoutine()
1894 if (pme->m_pReprocChannel != NULL) { in dataProcessRoutine()
1900 ret = pme->m_pReprocChannel->overrideMetadata( in dataProcessRoutine()
1906 ret = pme->m_pReprocChannel->doReprocessOffline( in dataProcessRoutine()