Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp94 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()
DDepthCompositeStream.h91 static void getSupportedDepthSizes(const CameraMetadata& ch, bool maxResolution,