Home
last modified time | relevance | path

Searched refs:mDepthChannel (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp487 mDepthChannel(NULL), in QCamera3HardwareInterface()
770 mDepthChannel = NULL; in ~QCamera3HardwareInterface()
2396 if (mDepthChannel) { in configureStreamsPerfLocked()
2397 mDepthChannel = NULL; in configureStreamsPerfLocked()
2841 if (NULL == mDepthChannel) { in configureStreamsPerfLocked()
4333 if (nullptr == mDepthChannel) { in handleDepthDataLocked()
4338 {.stream = mDepthChannel->getStream(), in handleDepthDataLocked()
5941 .stream = mDepthChannel->getStream(), in processCaptureRequest()
5997 assert(NULL != mDepthChannel); in processCaptureRequest()
6206 if (depthRequestPresent && mDepthChannel) { in processCaptureRequest()
[all …]
H A DQCamera3HWI.h557 QCamera3DepthChannel *mDepthChannel; variable