Home
last modified time | relevance | path

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

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