Searched refs:m_pReprocChannel (Results 1 – 10 of 10) sorted by relevance
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()[all …]
160 QCamera3ReprocessChannel * m_pReprocChannel; variable
70 m_pReprocChannel(NULL), in QCameraPostProcessor()104 if (m_pReprocChannel != NULL) { in ~QCameraPostProcessor()105 m_pReprocChannel->stop(); in ~QCameraPostProcessor()106 delete m_pReprocChannel; in ~QCameraPostProcessor()107 m_pReprocChannel = NULL; in ~QCameraPostProcessor()203 if (m_pReprocChannel != NULL) { in start()204 delete m_pReprocChannel; in start()205 m_pReprocChannel = NULL; in start()208 m_pReprocChannel = m_parent->addReprocChannel(pSrcChannel); in start()209 if (m_pReprocChannel == NULL) { in start()[all …]
119 QCameraReprocessChannel * getReprocChannel() {return m_pReprocChannel;}; in getReprocChannel()180 QCameraReprocessChannel * m_pReprocChannel; variable
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()[all …]
175 QCamera3ReprocessChannel * m_pReprocChannel; variable
708 QCameraReprocessChannel *m_pReprocChannel = NULL; in validatePostProcess() local717 m_pReprocChannel = mPPChannels[i]; in validatePostProcess()722 if (m_pReprocChannel != NULL && pChannel == m_pReprocChannel->getSrcChannel()) { in validatePostProcess()724 for (uint8_t i = 0; i < m_pReprocChannel->getNumOfStreams(); i++) { in validatePostProcess()725 pStream = m_pReprocChannel->getStreamByIndex(i); in validatePostProcess()757 QCameraChannel *m_pReprocChannel = NULL; in processData() local