Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp1466 std::vector<std::tuple<size_t, size_t>> supportedBlobSizes, supportedDepthSizes, in addDynamicDepthTags() local
1496 getSupportedSizes(c, depthSizesTag, HAL_PIXEL_FORMAT_Y16, &supportedDepthSizes); in addDynamicDepthTags()
1497 if (supportedBlobSizes.empty() || supportedDepthSizes.empty()) { in addDynamicDepthTags()
1502 getSupportedDynamicDepthSizes(supportedBlobSizes, supportedDepthSizes, in addDynamicDepthTags()