Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp78 bool maxResolution) { in setupStaticInfoLocked()
135 bool maxResolution = doesSettingsHaveMaxResolution(request); in correctCaptureRequest() local
167 bool maxResolution = doesSettingsHaveMaxResolution(result); in correctCaptureResult() local
212 bool maxResolution) { in updateCalibration()
DCamera3Device.cpp1186 bool maxResolution = in createStream() local
/frameworks/av/services/camera/libcameraservice/utils/
DSessionConfigurationUtilsHost.cpp23 int32_t getAppropriateModeTag(int32_t defaultTag, bool maxResolution) { in getAppropriateModeTag()
DSessionConfigurationUtils.cpp163 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.cc238 Resolution maxResolution = resolutionFromStream(maxResolutionStream); in pickInputConfigurationForStreams() local
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp1281 bool maxResolution) { in deriveHeicUltraHDRTags()
1395 const CameraMetadata& c, bool maxResolution, in deriveBlobDurationEntries()
1443 status_t CameraProviderManager::ProviderInfo::DeviceInfo3::deriveJpegRTags(bool maxResolution) { in deriveJpegRTags()
1579 bool maxResolution) { in addDynamicDepthTags()
2278 status_t CameraProviderManager::ProviderInfo::DeviceInfo3::deriveHeicTags(bool maxResolution) { in deriveHeicTags()
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp874 void DepthCompositeStream::getSupportedDepthSizes(const CameraMetadata& ch, bool maxResolution, in getSupportedDepthSizes()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java1849 InputConfiguration inputConfig, boolean maxResolution) { in checkInputConfigurationWithStreamConfigurations()