Home
last modified time | relevance | path

Searched defs:maxResolution (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp80 bool maxResolution) { in setupStaticInfoLocked()
137 bool maxResolution = doesSettingsHaveMaxResolution(request); in correctCaptureRequest() local
169 bool maxResolution = doesSettingsHaveMaxResolution(result); in correctCaptureResult() local
214 bool maxResolution) { in updateCalibration()
DCamera3Device.cpp1138 bool maxResolution = in createStream() local
/frameworks/av/services/camera/libcameraservice/utils/
DSessionConfigurationUtilsHost.cpp23 int32_t getAppropriateModeTag(int32_t defaultTag, bool maxResolution) { in getAppropriateModeTag()
DSessionConfigurationUtils.cpp159 const CameraMetadata& info, bool maxResolution, /*out*/int32_t* outWidth, in roundBufferDimensionNearest()
/frameworks/av/services/camera/virtualcamera/
DVirtualCameraDevice.cc359 std::optional<Resolution> maxResolution = in initCameraCharacteristics() local
609 std::optional<Resolution> maxResolution = in getMaxInputResolution() local
DVirtualCameraSession.cc240 Resolution maxResolution = resolutionFromStream(maxResolutionStream); in pickInputConfigurationForStreams() local
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp875 void DepthCompositeStream::getSupportedDepthSizes(const CameraMetadata& ch, bool maxResolution, in getSupportedDepthSizes()
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp1255 status_t CameraProviderManager::ProviderInfo::DeviceInfo3::deriveJpegRTags(bool maxResolution) { in deriveJpegRTags()
1433 bool maxResolution) { in addDynamicDepthTags()
1955 status_t CameraProviderManager::ProviderInfo::DeviceInfo3::deriveHeicTags(bool maxResolution) { in deriveHeicTags()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java1598 InputConfiguration inputConfig, boolean maxResolution) { in checkInputConfigurationWithStreamConfigurations()