Lines Matching refs:m_pReprocChannel
62 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()
189 if (m_pReprocChannel != NULL) { in start()
190 m_pReprocChannel->stop(); in start()
191 delete m_pReprocChannel; in start()
192 m_pReprocChannel = NULL; in start()
198 m_pReprocChannel = hal_obj->addOfflineReprocChannel(config, m_parent, metadata); in start()
199 if (m_pReprocChannel == NULL) { in start()
204 rc = m_pReprocChannel->start(); in start()
207 delete m_pReprocChannel; in start()
208 m_pReprocChannel = NULL; in start()
234 if (m_pReprocChannel != NULL) { in stop()
235 m_pReprocChannel->stop(); in stop()
236 delete m_pReprocChannel; in stop()
237 m_pReprocChannel = NULL; in stop()
812 if(NULL != m_pReprocChannel) { in releaseOfflineBuffers()
813 rc = m_pReprocChannel->unmapOfflineBuffers(false); in releaseOfflineBuffers()
845 if (NULL != m_pReprocChannel) { in releaseJpegJobData()
846 rc = m_pReprocChannel->bufDone(job->src_frame); in releaseJpegJobData()
1163 if (m_pReprocChannel != NULL && in encodeData()
1164 m_pReprocChannel->getMyHandle() == recvd_frame->ch_id) { in encodeData()
1165 pChannel = m_pReprocChannel; in encodeData()
1498 if (pme->m_pReprocChannel != NULL) { in dataProcessRoutine()
1499 if (NO_ERROR != pme->m_pReprocChannel->extractCrop(fwk_frame)) { in dataProcessRoutine()
1505 ret = pme->m_pReprocChannel->doReprocessOffline(fwk_frame); in dataProcessRoutine()
1552 if (pme->m_pReprocChannel != NULL) { in dataProcessRoutine()
1555 ret = pme->m_pReprocChannel->extractFrameCropAndRotation( in dataProcessRoutine()
1561 ret = pme->m_pReprocChannel->doReprocessOffline( in dataProcessRoutine()