Home
last modified time | relevance | path

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

/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraPostProc.cpp216 QCameraChannel *pInputChannel = pSrcChannel; in start() local
228 if (pInputChannel == NULL) { in start()
256 mPPChannels[i] = m_parent->addReprocChannel(pInputChannel); in start()
269 pInputChannel = static_cast<QCameraChannel *>(mPPChannels[i]); in start()
DQCamera2HWI.h393 QCameraReprocessChannel *addReprocChannel(QCameraChannel *pInputChannel);
DQCamera2HWI.cpp5877 QCameraChannel *pInputChannel) in addReprocChannel() argument
5882 if (pInputChannel == NULL) { in addReprocChannel()
5953 if (pInputChannel == m_channels[QCAMERA_CH_TYPE_SNAPSHOT]) { in addReprocChannel()
5966 pInputChannel, in addReprocChannel()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraPostProc.cpp216 QCameraChannel *pInputChannel = pSrcChannel; in start() local
228 if (pInputChannel == NULL) { in start()
256 mPPChannels[i] = m_parent->addReprocChannel(pInputChannel); in start()
269 pInputChannel = static_cast<QCameraChannel *>(mPPChannels[i]); in start()
DQCamera2HWI.h393 QCameraReprocessChannel *addReprocChannel(QCameraChannel *pInputChannel);
DQCamera2HWI.cpp5879 QCameraChannel *pInputChannel) in addReprocChannel() argument
5884 if (pInputChannel == NULL) { in addReprocChannel()
5955 if (pInputChannel == m_channels[QCAMERA_CH_TYPE_SNAPSHOT]) { in addReprocChannel()
5968 pInputChannel, in addReprocChannel()
/device/google/marlin/camera/QCamera2/HAL/
DQCameraPostProc.cpp229 QCameraChannel *pInputChannel = pSrcChannel; in start() local
242 if (pInputChannel == NULL) { in start()
273 mPPChannels[i] = m_parent->addReprocChannel(pInputChannel, i); in start()
285 pInputChannel = static_cast<QCameraChannel *>(mPPChannels[i]); in start()
DQCamera2HWI.h429 QCameraReprocessChannel *addReprocChannel(QCameraChannel *pInputChannel,
DQCamera2HWI.cpp7711 QCameraChannel *pInputChannel, int8_t cur_channel_index) in addReprocChannel() argument
7717 if (pInputChannel == NULL) { in addReprocChannel()
7818 pInputChannel, in addReprocChannel()