/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/ |
H A D | StreamConfigurationMap.cpp | 117 bool maxResolution) { in StreamConfigurationMap() argument 119 const char* maxResolutionStr = maxResolution ? "true" : "false"; in StreamConfigurationMap() 120 auto ret = chars.Get(maxResolution ? kScalerStreamConfigurationsMaxRes in StreamConfigurationMap() 132 ret = chars.Get(maxResolution ? kDepthStreamConfigurationsMaxRes in StreamConfigurationMap() 141 maxResolution ? kScalerMinFrameDurationsMaxRes : kScalerMinFrameDurations, in StreamConfigurationMap() 153 maxResolution ? kDepthMinFrameDurationsMaxRes : kDepthMinFrameDurations, in StreamConfigurationMap() 160 maxResolution ? kScalerStallDurationsMaxRes : kScalerStallDurations, in StreamConfigurationMap() 172 maxResolution ? kDepthStallDurationsMaxRes : kDepthStallDurations, &entry); in StreamConfigurationMap() 177 ret = chars.Get(maxResolution ? kScalerInputOutputFormatsMapMaxRes in StreamConfigurationMap()
|
H A D | StreamConfigurationMap.h | 58 bool maxResolution = false);
|
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | DistortionMapper.cpp | 78 bool maxResolution) { in setupStaticInfoLocked() argument 79 DistortionMapperInfo *mapperInfo = maxResolution ? &mDistortionMapperInfoMaximumResolution : in setupStaticInfoLocked() 86 ANDROID_SENSOR_INFO_PRE_CORRECTION_ACTIVE_ARRAY_SIZE, maxResolution)); in setupStaticInfoLocked() 96 ANDROID_SENSOR_INFO_ACTIVE_ARRAY_SIZE, maxResolution)); in setupStaticInfoLocked() 107 return updateCalibration(deviceInfo, /*isStatic*/ true, maxResolution); in setupStaticInfoLocked() 135 bool maxResolution = doesSettingsHaveMaxResolution(request); in correctCaptureRequest() local 167 bool maxResolution = doesSettingsHaveMaxResolution(result); in correctCaptureResult() local 174 res = updateCalibration(*result, /*isStatic*/ false, maxResolution); in correctCaptureResult() 212 bool maxResolution) { in updateCalibration() argument 221 maxResolution && isStatic); in updateCalibration() [all …]
|
H A D | DistortionMapper.h | 80 bool maxResolution = false); 177 DistortionMapperInfo *getMapperInfo(bool maxResolution = false) { 178 return maxResolution ? &mDistortionMapperInfoMaximumResolution : 194 status_t setupStaticInfoLocked(const CameraMetadata &deviceInfo, bool maxResolution);
|
H A D | Camera3Device.h | 199 bool maxResolution) const;
|
H A D | Camera3Device.cpp | 674 int32_t height, bool maxResolution) const { in getRawOpaqueBufferSize() 683 maxResolution)); in getRawOpaqueBufferSize() 1475 bool maxResolution = in createStream() local 1479 height, maxResolution); in createStream()
|
/aosp12/frameworks/av/services/camera/libcameraservice/utils/ |
H A D | SessionConfigurationUtils.h | 85 android_dataspace dataSpace, const CameraMetadata& info, bool maxResolution, 145 static int32_t getAppropriateModeTag(int32_t defaultTag, bool maxResolution = false);
|
H A D | SessionConfigurationUtils.cpp | 129 int32_t SessionConfigurationUtils::getAppropriateModeTag(int32_t defaultTag, bool maxResolution) { in getAppropriateModeTag() argument 130 if (!maxResolution) { in getAppropriateModeTag() 204 const CameraMetadata& info, bool maxResolution, /*out*/int32_t* outWidth, in roundBufferDimensionNearest() argument 208 maxResolution); in roundBufferDimensionNearest() 210 getAppropriateModeTag(ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS, maxResolution); in roundBufferDimensionNearest() 212 getAppropriateModeTag(ANDROID_HEIC_AVAILABLE_HEIC_STREAM_CONFIGURATIONS, maxResolution); in roundBufferDimensionNearest()
|
/aosp12/frameworks/av/services/camera/libcameraservice/common/ |
H A D | CameraProviderManager.cpp | 699 bool maxResolution) { in addDynamicDepthTags() argument 704 ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS, maxResolution); in addDynamicDepthTags() 709 ANDROID_SCALER_AVAILABLE_STALL_DURATIONS, maxResolution); in addDynamicDepthTags() 713 ANDROID_DEPTH_AVAILABLE_DEPTH_STREAM_CONFIGURATIONS, maxResolution); in addDynamicDepthTags() 716 ANDROID_DEPTH_AVAILABLE_DEPTH_STALL_DURATIONS, maxResolution); in addDynamicDepthTags() 719 ANDROID_DEPTH_AVAILABLE_DEPTH_MIN_FRAME_DURATIONS, maxResolution); in addDynamicDepthTags() 1090 ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS, maxResolution); in deriveHeicTags() 1093 ANDROID_SCALER_AVAILABLE_MIN_FRAME_DURATIONS, maxResolution); in deriveHeicTags() 1097 ANDROID_HEIC_AVAILABLE_HEIC_STREAM_CONFIGURATIONS, maxResolution); in deriveHeicTags() 1100 ANDROID_HEIC_AVAILABLE_HEIC_MIN_FRAME_DURATIONS, maxResolution); in deriveHeicTags() [all …]
|
H A D | CameraProviderManager.h | 586 status_t addDynamicDepthTags(bool maxResolution = false); 587 status_t deriveHeicTags(bool maxResolution = false);
|
/aosp12/frameworks/av/services/camera/libcameraservice/api2/ |
H A D | DepthCompositeStream.h | 91 static void getSupportedDepthSizes(const CameraMetadata& ch, bool maxResolution,
|
H A D | DepthCompositeStream.cpp | 843 void DepthCompositeStream::getSupportedDepthSizes(const CameraMetadata& ch, bool maxResolution, in getSupportedDepthSizes() argument 851 ANDROID_DEPTH_AVAILABLE_DEPTH_STREAM_CONFIGURATIONS, maxResolution)); in getSupportedDepthSizes()
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/ |
H A D | ExynosMPP.cpp | 2494 uint32_t maxResolution = max(srcResolution, dstResolution); in getAssignedCapacity() local 2503 srcCycles = maxResolution/PPC; in getAssignedCapacity() 2535 uint32_t maxResolution = max(srcResolution, dstResolution); in getRequiredCapacity() local 2583 srcCycles = maxResolution/PPC; in getRequiredCapacity() 2618 uint32_t maxResolution = max(srcResolution, dstResolution); in getRequiredBaseCycles() local 2620 return maxResolution/(float)getPPC(src, dst, src); in getRequiredBaseCycles() 2762 uint32_t maxResolution = max(srcResolution, dstResolution); in updateUsedCapacity() local 2764 srcCycles = maxResolution/PPC; in updateUsedCapacity()
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | CameraDeviceImpl.java | 1477 InputConfiguration inputConfig, boolean maxResolution) { in checkInputConfigurationWithStreamConfigurations() argument 1483 if (maxResolution) { in checkInputConfigurationWithStreamConfigurations()
|
/aosp12/packages/services/BuiltInPrintService/jni/lib/ |
H A D | lib_wprint.c | 1515 static unsigned int _findCloseResolutionSupported(int desiredResolution, int maxResolution, in _findCloseResolutionSupported() argument 1528 if (resolution <= maxResolution) { in _findCloseResolutionSupported()
|
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/ |
H A D | VtsHalCameraProviderV2_4TargetTest.cpp | 810 bool maxResolution); 894 bool maxResolution = false); 897 Size* size, bool maxResolution = false); 6206 bool maxResolution) { in getAvailableOutputStreams() argument 6212 int scalerTag = maxResolution in getAvailableOutputStreams() 6215 int depthTag = maxResolution in getAvailableOutputStreams() 6291 bool maxResolution) { in getMaxOutputSizeForFormat() argument 6295 /*threshold*/ nullptr, maxResolution) != Status::OK) { in getMaxOutputSizeForFormat() 6794 bool maxResolution) { in configureStreams3_7() argument 6861 auto rc = getMaxOutputSizeForFormat(staticMeta, format, &maxSize, maxResolution); in configureStreams3_7()
|