Lines Matching refs:mDepthChannel
487 mDepthChannel(NULL), in QCamera3HardwareInterface()
770 mDepthChannel = NULL; in ~QCamera3HardwareInterface()
2396 if (mDepthChannel) { in configureStreamsPerfLocked()
2397 mDepthChannel = NULL; in configureStreamsPerfLocked()
2836 mDepthChannel = new QCamera3DepthChannel( in configureStreamsPerfLocked()
2841 if (NULL == mDepthChannel) { in configureStreamsPerfLocked()
2846 newStream->priv = mDepthChannel; in configureStreamsPerfLocked()
4333 if (nullptr == mDepthChannel) { in handleDepthDataLocked()
4338 {.stream = mDepthChannel->getStream(), in handleDepthDataLocked()
4345 depthBuffer = mDepthChannel->getOldestFrame(currentFrameNumber); in handleDepthDataLocked()
4353 int32_t rc = mDepthChannel->populateDepthData(depthData, in handleDepthDataLocked()
4367 {{currentFrameNumber, mDepthChannel->getStream(), in handleDepthDataLocked()
4375 mDepthChannel->unmapBuffer(currentFrameNumber); in handleDepthDataLocked()
5941 .stream = mDepthChannel->getStream(), in processCaptureRequest()
5997 assert(NULL != mDepthChannel); in processCaptureRequest()
5998 assert(mDepthChannel == output.stream->priv); in processCaptureRequest()
6000 rc = mDepthChannel->mapBuffer(output.buffer, request->frame_number); in processCaptureRequest()
6204 cam_sensor_pd_data_t pdafEnable = (nullptr != mDepthChannel) ? in processCaptureRequest()
6206 if (depthRequestPresent && mDepthChannel) { in processCaptureRequest()
15192 notifyErrorFoPendingDepthData(mDepthChannel); in notifyErrorForPendingRequests()