Searched refs:m_pReprocChannel (Results 1 – 3 of 3) sorted by relevance
80 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()235 if (m_pReprocChannel != NULL) { in start()236 m_pReprocChannel->stop(); in start()237 delete m_pReprocChannel; in start()238 m_pReprocChannel = NULL; in start()243 m_pReprocChannel = hal_obj->addOfflineReprocChannel(config, m_parent); in start()[all …]
178 QCamera3ReprocessChannel * m_pReprocChannel; variable
941 QCameraReprocessChannel *m_pReprocChannel = NULL; in validatePostProcess() local950 m_pReprocChannel = mPPChannels[i]; in validatePostProcess()955 if ((m_pReprocChannel != NULL) && (pChannel == m_pReprocChannel->getSrcChannel())) { in validatePostProcess()957 for (uint8_t i = 0; i < m_pReprocChannel->getNumOfStreams(); i++) { in validatePostProcess()958 pStream = m_pReprocChannel->getStreamByIndex(i); in validatePostProcess()