Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/extension/
DCameraOutputSurface.java132 public void setDynamicRangeProfile( in setDynamicRangeProfile()
/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/advanced/
DCamera2OutputConfigImplBuilder.java100 public Camera2OutputConfigImplBuilder setDynamicRangeProfile(long dynamicRangeProfile) { in setDynamicRangeProfile()
177 public void setDynamicRangeProfile(long dynamicRangeProfile) { in setDynamicRangeProfile()
/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/advanced/
DCamera2OutputConfigImplBuilder.java100 public Camera2OutputConfigImplBuilder setDynamicRangeProfile(long dynamicRangeProfile) { in setDynamicRangeProfile()
177 public void setDynamicRangeProfile(long dynamicRangeProfile) { in setDynamicRangeProfile()
/frameworks/av/camera/tests/fuzzer/
Dcamera_SessionStats_fuzzer.cpp75 int32_t dynamicRangeProfile = fdp.ConsumeIntegral<int32_t>(); in LLVMFuzzerTestOneInput() local
/frameworks/base/core/java/android/hardware/camera2/params/
DColorSpaceProfiles.java237 @DynamicRangeProfiles.Profile long dynamicRangeProfile) { in getSupportedColorSpacesForDynamicRange()
DOutputConfiguration.java1516 long dynamicRangeProfile = source.readLong(); in OutputConfiguration() local
/frameworks/av/services/camera/libcameraservice/utils/
DSessionConfigurationUtils.cpp243 bool isDynamicRangeProfileSupported(int64_t dynamicRangeProfile, const CameraMetadata& staticInfo) { in isDynamicRangeProfileSupported()
291 bool is10bitDynamicRangeProfile(int64_t dynamicRangeProfile) { in is10bitDynamicRangeProfile()
319 int64_t dynamicRangeProfile, const CameraMetadata& staticInfo) { in isColorSpaceSupported()
435 const std::vector<int32_t> &sensorPixelModesUsed, int64_t dynamicRangeProfile, in createSurfaceFromGbp()
825 int64_t dynamicRangeProfile = it.getDynamicRangeProfile(); in convertToHALStreamCombination() local
DCameraServiceProxyWrapper.cpp252 int64_t dynamicRangeProfile = config.getDynamicRangeProfile(); in encodeSessionConfiguration() local
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.cpp62 int setId, bool isMultiResolution, int64_t dynamicRangeProfile, in Camera3OutputStream()
97 int setId, bool isMultiResolution, int64_t dynamicRangeProfile, in Camera3OutputStream()
137 int setId, bool isMultiResolution, int64_t dynamicRangeProfile, in Camera3OutputStream()
185 int64_t dynamicRangeProfile, int64_t streamUseCase, in Camera3OutputStream()
DCamera3IOStreamBase.cpp40 int setId, bool isMultiResolution, int64_t dynamicRangeProfile, int64_t streamUseCase, in Camera3IOStreamBase()
DCamera3Stream.cpp58 int setId, bool isMultiResolution, int64_t dynamicRangeProfile, in Camera3Stream()
1046 int64_t dynamicRangeProfile) { in queueHDRMetadata()
DCamera3StreamInterface.h114 int64_t dynamicRangeProfile; variable
DCamera3StreamSplitter.cpp47 int64_t dynamicRangeProfile) { in connect()
DCamera3Device.cpp1014 uint64_t consumerUsage, int64_t dynamicRangeProfile, int64_t streamUseCase, in createStream()
1050 uint64_t consumerUsage, int64_t dynamicRangeProfile, int64_t streamUseCase, in createStream()
/frameworks/base/core/java/android/hardware/
DCameraStreamStats.java78 int startLatencyMs, int maxHalBuffers, int maxAppBuffers, long dynamicRangeProfile, in CameraStreamStats()
/frameworks/av/camera/include/camera/
DCameraSessionStats.h84 int64_t usage, int maxHalBuffers, int maxAppBuffers, int dynamicRangeProfile, in CameraStreamStats()
/frameworks/av/services/camera/libcameraservice/common/
DCameraDeviceBase.h238 int64_t dynamicRangeProfile; member
/frameworks/av/camera/
DCameraSessionStats.cpp123 int64_t dynamicRangeProfile = ANDROID_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_STANDARD; in readFromParcel() local
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp908 int64_t dynamicRangeProfile = outputConfiguration.getDynamicRangeProfile(); in createStream() local
1329 int64_t dynamicRangeProfile = outputConfiguration.getDynamicRangeProfile(); in updateOutputConfiguration() local
1704 int64_t dynamicRangeProfile = outputConfiguration.getDynamicRangeProfile(); in finalizeOutputConfigurations() local
/frameworks/av/services/camera/libcameraservice/device3/aidl/
DAidlCamera3Device.cpp94 mapToAidlDynamicProfile(int64_t dynamicRangeProfile) { in mapToAidlDynamicProfile()