Searched refs:m_pReprocChannel (Results 1 – 3 of 3) sorted by relevance
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()[all …]
174 QCamera3ReprocessChannel * m_pReprocChannel; variable
795 QCameraReprocessChannel *m_pReprocChannel = NULL; in validatePostProcess() local804 m_pReprocChannel = mPPChannels[i]; in validatePostProcess()809 if ((m_pReprocChannel != NULL) && (pChannel == m_pReprocChannel->getSrcChannel())) { in validatePostProcess()811 for (uint8_t i = 0; i < m_pReprocChannel->getNumOfStreams(); i++) { in validatePostProcess()812 pStream = m_pReprocChannel->getStreamByIndex(i); in validatePostProcess()