Home
last modified time | relevance | path

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

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