Searched refs:pDIndex (Results 1 – 1 of 1) sorted by relevance
1268 auto pDIndex = getPDStatIndex(gCamCapability[cameraId]); in validateStreamDimensions() local1269 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()