Home
last modified time | relevance | path

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

12

/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/
H A 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()
H A DCamera3Device.cpp1170 bool maxResolution = in createStream() local
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/
H A DRobustnessTest.java220 private void testMandatoryOutputCombinations(boolean maxResolution) throws Exception { in testMandatoryOutputCombinations()
861 public void testMandatoryReprocessConfigurations(boolean maxResolution) throws Exception { in testMandatoryReprocessConfigurations()
900 MandatoryStreamCombination combination, boolean maxResolution) throws Exception { in testMandatoryReprocessableStreamCombination()
941 boolean substituteHeic, boolean maxResolution) throws Exception { in testMandatoryReprocessableStreamCombination()
2232 StreamConfigurationMap defaultConfigs, boolean maxResolution) throws Exception { in verifyBasicSensorPixelModes()
H A DDngCreatorTest.java1106 int numShots, boolean maxResolution) throws Exception { in captureRawShots()
/aosp_15_r20/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
H A DStaticMetadata.java982 public Size getPixelArraySizeChecked(boolean maxResolution) { in getPixelArraySizeChecked()
1004 public Rect getPreCorrectedActiveArraySizeChecked(boolean maxResolution) { in getPreCorrectedActiveArraySizeChecked()
1040 public Rect getActiveArraySizeChecked(boolean maxResolution) { in getActiveArraySizeChecked()
1069 public Size getRawDimensChecked(boolean maxResolution) throws Exception { in getRawDimensChecked()
1663 boolean fastSizes, boolean slowSizes, boolean maxResolution) { in getAvailableSizesForFormatChecked()
/aosp_15_r20/frameworks/av/services/camera/virtualcamera/
H A DVirtualCameraDevice.cc359 std::optional<Resolution> maxResolution = in initCameraCharacteristics() local
609 std::optional<Resolution> maxResolution = in getMaxInputResolution() local
H A DVirtualCameraSession.cc242 Resolution maxResolution = resolutionFromStream(maxResolutionStream); in pickInputConfigurationForStreams() local
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp2551 uint32_t maxResolution = max(srcResolution, dstResolution); in getAssignedCapacity() local
2592 uint32_t maxResolution = max(srcResolution, dstResolution); in getRequiredCapacity() local
2675 uint32_t maxResolution = max(srcResolution, dstResolution); in getRequiredBaseCycles() local
2819 uint32_t maxResolution = max(srcResolution, dstResolution); in updateUsedCapacity() local
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/utils/
H A DSessionConfigurationUtilsHost.cpp23 int32_t getAppropriateModeTag(int32_t defaultTag, bool maxResolution) { in getAppropriateModeTag()
H A DSessionConfigurationUtils.cpp163 const CameraMetadata& info, bool maxResolution, /*out*/int32_t* outWidth, in roundBufferDimensionNearest()
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp1256 bool maxResolution) { in deriveHeicUltraHDRTags()
1370 const CameraMetadata& c, bool maxResolution, in deriveBlobDurationEntries()
1418 status_t CameraProviderManager::ProviderInfo::DeviceInfo3::deriveJpegRTags(bool maxResolution) { in deriveJpegRTags()
1554 bool maxResolution) { in addDynamicDepthTags()
2247 status_t CameraProviderManager::ProviderInfo::DeviceInfo3::deriveHeicTags(bool maxResolution) { in deriveHeicTags()
/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DStreamConfigurationMap.cpp125 bool maxResolution) { in StreamConfigurationMap()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_screen.cpp235D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC &maxResolution, in d3d12_video_encode_supported_resolution_range()
569 D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC maxResolution, in d3d12_video_encode_support_caps()
/aosp_15_r20/external/zxing/android-core/src/main/java/com/google/zxing/client/android/camera/
H A DCameraConfigurationUtils.java296 int maxResolution = 0; in findBestPreviewSizeValue() local
/aosp_15_r20/external/v4l2_codec2/v4l2/
H A DV4L2Decoder.cpp264 ui::Size minResolution, maxResolution; in setupMinimalOutputFormat() local
H A DV4L2Device.cpp2092 ui::Size* maxResolution) { in getSupportedResolution()
/aosp_15_r20/cts/tests/sensor/src/android/hardware/cts/
H A DSensorTest.java667 float maxResolution = SensorCtsHelper.getRequiredMaxResolutionForSensor(sensor); in assertSensorValues() local
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/api2/
H A DDepthCompositeStream.cpp891 void DepthCompositeStream::getSupportedDepthSizes(const CameraMetadata& ch, bool maxResolution, in getSupportedDepthSizes()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/feature_manager/
H A Dvp_feature_caps.h99 uint32_t maxResolution; member
/aosp_15_r20/hardware/interfaces/camera/provider/aidl/vts/
H A Dcamera_aidl_test.cpp966 bool maxResolution) { in getAvailableOutputStreams()
2097 bool maxResolution) { in getMaxOutputSizeForFormat()
3135 std::shared_ptr<DeviceCb>* outCb, uint32_t streamConfigCounter, bool maxResolution, in configureStreams()
/aosp_15_r20/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c1592 static unsigned int _findCloseResolutionSupported(int desiredResolution, int maxResolution, in _findCloseResolutionSupported()
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java1745 InputConfiguration inputConfig, boolean maxResolution) { in checkInputConfigurationWithStreamConfigurations()
/aosp_15_r20/cts/tests/camera/utils/src/android/hardware/camera2/cts/
H A DCameraTestUtils.java2031 CameraManager cameraManager, boolean maxResolution) throws CameraAccessException { in getSupportedSizeForFormat()
2177 CameraManager cameraManager, int format, boolean maxResolution, Size bound) in getSortedSizesForFormat()
/aosp_15_r20/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp6297 bool maxResolution) { in getAvailableOutputStreams()
6384 bool maxResolution) { in getMaxOutputSizeForFormat()
6903 bool maxResolution) { in configureStreams3_7()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-7/
Dframework.jarandroid/hardware/camera2/marshal/impl/MarshalQueryableParcelable.class MarshalQueryableParcelable.java package android. ...

12