Searched refs:m_pReprocChannel (Results 1 – 3 of 3) sorted by relevance
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