Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp1268 auto pDIndex = getPDStatIndex(gCamCapability[cameraId]); in validateStreamDimensions() local
1269 bool pDSupported = (0 <= pDIndex) ? true : false; in validateStreamDimensions()
1271 depthWidth = gCamCapability[cameraId]->raw_meta_dim[pDIndex].width; in validateStreamDimensions()
1272 depthHeight = gCamCapability[cameraId]->raw_meta_dim[pDIndex].height; in validateStreamDimensions()