Searched refs:getSupportedDepthSizes (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/api2/ |
D | DepthCompositeStream.cpp | 94 getSupportedDepthSizes(staticInfo, /*maxResolution*/false, &mSupportedDepthSizes); in DepthCompositeStream() 96 getSupportedDepthSizes(staticInfo, true, &mSupportedDepthSizesMaximumResolution); in DepthCompositeStream() 843 void DepthCompositeStream::getSupportedDepthSizes(const CameraMetadata& ch, bool maxResolution, in getSupportedDepthSizes() function in android::camera3::DepthCompositeStream 876 getSupportedDepthSizes(ch, /*maxResolution*/false, &depthSizes); in getCompositeStreamInfo() 883 getSupportedDepthSizes(ch, /*maxResolution*/true, &depthSizesMaximumResolution); in getCompositeStreamInfo()
|
D | DepthCompositeStream.h | 91 static void getSupportedDepthSizes(const CameraMetadata& ch, bool maxResolution,
|