Home
last modified time | relevance | path

Searched refs:m_pReprocChannel (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3PostProc.cpp80 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 …]
DQCamera3PostProc.h178 QCamera3ReprocessChannel * m_pReprocChannel; variable
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraPostProc.cpp941 QCameraReprocessChannel *m_pReprocChannel = NULL; in validatePostProcess() local
950 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()