Searched refs:pDIndex (Results 1 – 1 of 1) sorted by relevance
1269 auto pDIndex = getPDStatIndex(gCamCapability[cameraId]); in validateStreamDimensions() local1270 bool pDSupported = (0 <= pDIndex) ? true : false; in validateStreamDimensions()1272 depthWidth = gCamCapability[cameraId]->raw_meta_dim[pDIndex].width; in validateStreamDimensions()1273 depthHeight = gCamCapability[cameraId]->raw_meta_dim[pDIndex].height; in validateStreamDimensions()