Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DSessionConfigurationUtils.cpp239 bool isDynamicRangeProfileSupported(int64_t dynamicRangeProfile, const CameraMetadata& staticInfo) { in isDynamicRangeProfileSupported()
287 bool is10bitDynamicRangeProfile(int64_t dynamicRangeProfile) { in is10bitDynamicRangeProfile()
315 int64_t dynamicRangeProfile, const CameraMetadata& staticInfo) { in isColorSpaceSupported()
431 const std::vector<int32_t> &sensorPixelModesUsed, int64_t dynamicRangeProfile, in createSurfaceFromGbp()
754 int64_t dynamicRangeProfile = it.getDynamicRangeProfile(); in convertToHALStreamCombination() local
/frameworks/av/camera/tests/fuzzer/
Dcamera_SessionStats_fuzzer.cpp74 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.java1199 long dynamicRangeProfile = source.readLong(); in OutputConfiguration() local
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3IOStreamBase.cpp37 int setId, bool isMultiResolution, int64_t dynamicRangeProfile, int64_t streamUseCase, in Camera3IOStreamBase()
DCamera3OutputStream.cpp58 int setId, bool isMultiResolution, int64_t dynamicRangeProfile, in Camera3OutputStream()
93 int setId, bool isMultiResolution, int64_t dynamicRangeProfile, in Camera3OutputStream()
133 int setId, bool isMultiResolution, int64_t dynamicRangeProfile, in Camera3OutputStream()
182 int64_t dynamicRangeProfile, int64_t streamUseCase, in Camera3OutputStream()
DCamera3Stream.cpp57 int setId, bool isMultiResolution, int64_t dynamicRangeProfile, in Camera3Stream()
1135 int64_t dynamicRangeProfile) { in queueHDRMetadata()
DCamera3StreamInterface.h114 int64_t dynamicRangeProfile; variable
DCamera3StreamSplitter.cpp46 int64_t dynamicRangeProfile) { in connect()
DCamera3Device.cpp1020 uint64_t consumerUsage, int64_t dynamicRangeProfile, int64_t streamUseCase, in createStream()
1055 uint64_t consumerUsage, int64_t dynamicRangeProfile, int64_t streamUseCase, in createStream()
/frameworks/av/camera/include/camera/
DCameraSessionStats.h82 int64_t usage, int maxHalBuffers, int maxAppBuffers, int dynamicRangeProfile, in CameraStreamStats()
/frameworks/base/core/java/android/hardware/
DCameraStreamStats.java78 int startLatencyMs, int maxHalBuffers, int maxAppBuffers, long dynamicRangeProfile, in CameraStreamStats()
/frameworks/av/camera/
DCameraSessionStats.cpp121 int64_t dynamicRangeProfile = ANDROID_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_STANDARD; in readFromParcel() local
/frameworks/av/services/camera/libcameraservice/common/
DCameraDeviceBase.h248 int64_t dynamicRangeProfile; member
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp889 int64_t dynamicRangeProfile = outputConfiguration.getDynamicRangeProfile(); in createStream() local
1302 int64_t dynamicRangeProfile = outputConfiguration.getDynamicRangeProfile(); in updateOutputConfiguration() local
1669 int64_t dynamicRangeProfile = outputConfiguration.getDynamicRangeProfile(); in finalizeOutputConfigurations() local
/frameworks/av/services/camera/libcameraservice/device3/aidl/
DAidlCamera3Device.cpp86 mapToAidlDynamicProfile(int64_t dynamicRangeProfile) { in mapToAidlDynamicProfile()