Home
last modified time | relevance | path

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

/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp71 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 …]
DQCamera3PostProc.h175 QCamera3ReprocessChannel * m_pReprocChannel; variable
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp71 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 …]
DQCamera3PostProc.h175 QCamera3ReprocessChannel * m_pReprocChannel; variable
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp80 m_pReprocChannel(NULL), in QCamera3PostProcessor()
144 if (m_pReprocChannel != NULL) { in deinit()
145 m_pReprocChannel->stop(); in deinit()
146 delete m_pReprocChannel; in deinit()
147 m_pReprocChannel = NULL; in deinit()
226 if (m_pReprocChannel != NULL) { in start()
227 m_pReprocChannel->stop(); in start()
228 delete m_pReprocChannel; in start()
229 m_pReprocChannel = NULL; in start()
234 m_pReprocChannel = hal_obj->addOfflineReprocChannel(config, m_parent); in start()
[all …]
DQCamera3PostProc.h172 QCamera3ReprocessChannel * m_pReprocChannel; variable
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraPostProc.cpp708 QCameraReprocessChannel *m_pReprocChannel = NULL; in validatePostProcess() local
717 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
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraPostProc.cpp708 QCameraReprocessChannel *m_pReprocChannel = NULL; in validatePostProcess() local
717 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
/device/google/marlin/camera/QCamera2/HAL/
DQCameraPostProc.cpp797 QCameraReprocessChannel *m_pReprocChannel = NULL; in validatePostProcess() local
806 m_pReprocChannel = mPPChannels[i]; in validatePostProcess()
811 if ((m_pReprocChannel != NULL) && (pChannel == m_pReprocChannel->getSrcChannel())) { in validatePostProcess()
813 for (uint8_t i = 0; i < m_pReprocChannel->getNumOfStreams(); i++) { in validatePostProcess()
814 pStream = m_pReprocChannel->getStreamByIndex(i); in validatePostProcess()