Lines Matching refs:m_pReprocChannel
80 m_pReprocChannel(NULL), in QCamera3PostProcessor()
147 if (m_pReprocChannel != NULL) { in deinit()
148 m_pReprocChannel->stop(); in deinit()
149 delete m_pReprocChannel; in deinit()
150 m_pReprocChannel = NULL; in deinit()
229 if (m_pReprocChannel != NULL) { in start()
230 m_pReprocChannel->stop(); in start()
231 delete m_pReprocChannel; in start()
232 m_pReprocChannel = NULL; in start()
237 m_pReprocChannel = hal_obj->addOfflineReprocChannel(config, m_parent); in start()
238 if (m_pReprocChannel == NULL) { in start()
245 rc = m_pReprocChannel->start(); in start()
248 delete m_pReprocChannel; in start()
249 m_pReprocChannel = NULL; in start()
304 if (m_pReprocChannel != NULL) { in stop()
305 m_pReprocChannel->stop(); in stop()
306 delete m_pReprocChannel; in stop()
307 m_pReprocChannel = NULL; in stop()
931 if(NULL != m_pReprocChannel) { in releaseOfflineBuffers()
932 rc = m_pReprocChannel->unmapOfflineBuffers(allBuffers); in releaseOfflineBuffers()
964 if (NULL != m_pReprocChannel) { in releaseJpegJobData()
965 rc = m_pReprocChannel->bufDone(job->src_frame); in releaseJpegJobData()
1362 if (m_pReprocChannel != NULL && in encodeData()
1363 m_pReprocChannel->getMyHandle() == recvd_frame->ch_id) { in encodeData()
1364 pChannel = m_pReprocChannel; in encodeData()
1814 if (pme->m_pReprocChannel != NULL) { in dataProcessRoutine()
1815 … if (NO_ERROR != pme->m_pReprocChannel->overrideFwkMetadata(fwk_frame)) { in dataProcessRoutine()
1821 ret = pme->m_pReprocChannel->doReprocessOffline(fwk_frame); in dataProcessRoutine()
1879 if (pme->m_pReprocChannel != NULL) { in dataProcessRoutine()
1885 ret = pme->m_pReprocChannel->overrideMetadata( in dataProcessRoutine()
1891 ret = pme->m_pReprocChannel->doReprocessOffline( in dataProcessRoutine()