Home
last modified time | relevance | path

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

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