Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.h146 std::vector<std::tuple<size_t, size_t>> mSupportedDepthSizes; variable
DDepthCompositeStream.cpp101 getSupportedDepthSizes(staticInfo, /*maxResolution*/false, &mSupportedDepthSizes); in DepthCompositeStream()
596 if (mSupportedDepthSizes.empty()) { in createInternalStreams()
603 checkAndGetMatchingDepthSize(width, height, mSupportedDepthSizes, in createInternalStreams()