Home
last modified time | relevance | path

Searched defs:dynamicRangeProfile (Results 1 – 25 of 86) sorted by relevance

1234

/aosp_15_r20/frameworks/av/services/camera/libcameraservice/utils/
H A DSessionConfigurationUtils.cpp255 bool isDynamicRangeProfileSupported(int64_t dynamicRangeProfile, const CameraMetadata& staticInfo) { in isDynamicRangeProfileSupported()
303 bool is10bitDynamicRangeProfile(int64_t dynamicRangeProfile) { in is10bitDynamicRangeProfile()
331 int64_t dynamicRangeProfile, const CameraMetadata& staticInfo) { in isColorSpaceSupported()
451 const std::vector<int32_t> &sensorPixelModesUsed, int64_t dynamicRangeProfile, in createSurfaceFromGbp()
839 int64_t dynamicRangeProfile = it.getDynamicRangeProfile(); in convertToHALStreamCombination() local
H A DCameraServiceProxyWrapper.cpp253 int64_t dynamicRangeProfile = config.getDynamicRangeProfile(); in encodeSessionConfiguration() local
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.cpp63 int setId, bool isMultiResolution, int64_t dynamicRangeProfile, in Camera3OutputStream()
98 int setId, bool isMultiResolution, int64_t dynamicRangeProfile, in Camera3OutputStream()
138 int setId, bool isMultiResolution, int64_t dynamicRangeProfile, in Camera3OutputStream()
186 int64_t dynamicRangeProfile, int64_t streamUseCase, in Camera3OutputStream()
H A DCamera3Stream.cpp61 int setId, bool isMultiResolution, int64_t dynamicRangeProfile, in Camera3Stream()
1069 int64_t dynamicRangeProfile) { in queueHDRMetadata()
H A DCamera3IOStreamBase.cpp40 int setId, bool isMultiResolution, int64_t dynamicRangeProfile, int64_t streamUseCase, in Camera3IOStreamBase()
H A DCamera3StreamInterface.h115 int64_t dynamicRangeProfile; variable
H A DCamera3StreamSplitter.cpp55 int64_t dynamicRangeProfile) { in connect()
H A DCamera3Device.cpp1046 uint64_t consumerUsage, int64_t dynamicRangeProfile, int64_t streamUseCase, in createStream()
1082 uint64_t consumerUsage, int64_t dynamicRangeProfile, int64_t streamUseCase, in createStream()
/aosp_15_r20/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/advanced/
H A DCamera2OutputConfigImplBuilder.java100 public Camera2OutputConfigImplBuilder setDynamicRangeProfile(long dynamicRangeProfile) { in setDynamicRangeProfile()
177 public void setDynamicRangeProfile(long dynamicRangeProfile) { in setDynamicRangeProfile()
/aosp_15_r20/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/advanced/
H A DCamera2OutputConfigImplBuilder.java137 public Camera2OutputConfigImplBuilder setDynamicRangeProfile(long dynamicRangeProfile) { in setDynamicRangeProfile()
214 public void setDynamicRangeProfile(long dynamicRangeProfile) { in setDynamicRangeProfile()
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/extension/
H A DCameraOutputSurface.java123 public void setDynamicRangeProfile( in setDynamicRangeProfile()
/aosp_15_r20/frameworks/av/camera/tests/fuzzer/
H A Dcamera_SessionStats_fuzzer.cpp75 int32_t dynamicRangeProfile = fdp.ConsumeIntegral<int32_t>(); in LLVMFuzzerTestOneInput() local
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/params/
H A DColorSpaceProfiles.java237 @DynamicRangeProfiles.Profile long dynamicRangeProfile) { in getSupportedColorSpacesForDynamicRange()
H A DOutputConfiguration.java1611 long dynamicRangeProfile = source.readLong(); in OutputConfiguration() local
/aosp_15_r20/frameworks/base/core/java/android/hardware/
H A DCameraStreamStats.java78 int startLatencyMs, int maxHalBuffers, int maxAppBuffers, long dynamicRangeProfile, in CameraStreamStats()
/aosp_15_r20/frameworks/av/camera/include/camera/
H A DCameraSessionStats.h84 int64_t usage, int maxHalBuffers, int maxAppBuffers, int dynamicRangeProfile, in CameraStreamStats()
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp964 int64_t dynamicRangeProfile = outputConfiguration.getDynamicRangeProfile(); in createStream() local
1406 int64_t dynamicRangeProfile = outputConfiguration.getDynamicRangeProfile(); in updateOutputConfiguration() local
1793 int64_t dynamicRangeProfile = outputConfiguration.getDynamicRangeProfile(); in finalizeOutputConfigurations() local
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/common/
H A DCameraDeviceBase.h241 int64_t dynamicRangeProfile; member
/aosp_15_r20/frameworks/av/camera/
H A DCameraSessionStats.cpp123 int64_t dynamicRangeProfile = ANDROID_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_STANDARD; in readFromParcel() local
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/
H A DCameraDeviceSetupTest.java674 CameraFeatureWrapper(CameraFeatureWrapper other, long dynamicRangeProfile) { in CameraFeatureWrapper()
H A DRecordingTest.java553 long dynamicRangeProfile = getDynamicRangeProfile(codecProfile, staticInfo); in testBasic10BitRecording() local
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/deprecated/
H A DDeprecatedCamera3StreamSplitter.cpp47 android::PixelFormat format, sp<Surface>* consumer, int64_t dynamicRangeProfile) { in connect()
/aosp_15_r20/hardware/interfaces/camera/provider/aidl/vts/
H A Dcamera_aidl_test.cpp3389 RequestAvailableDynamicRangeProfilesMap dynamicRangeProfile, in isColorSpaceCompatibleWithDynamicRangeAndPixelFormat()
3463 RequestAvailableDynamicRangeProfilesMap dynamicRangeProfile) { in getDynamicRangeProfileString()
3725 RequestAvailableDynamicRangeProfilesMap dynamicRangeProfile) { in processColorSpaceRequest()
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/aidl/
H A DAidlCamera3Device.cpp94 mapToAidlDynamicProfile(int64_t dynamicRangeProfile) { in mapToAidlDynamicProfile()
/aosp_15_r20/cts/tests/camera/utils/src/android/hardware/camera2/cts/
H A DCameraTestUtils.java313 long dynamicRangeProfile, long streamUseCase) { in configureTarget()
453 long dynamicRangeProfile = DynamicRangeProfiles.STANDARD; in setupConfigurationTargets() local

1234