Searched refs:mDepthChannel (Results 1 – 2 of 2) sorted by relevance
487 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 …]
557 QCamera3DepthChannel *mDepthChannel; variable