Home
last modified time | relevance | path

Searched refs:mDynamicRangeProfile (Results 1 – 12 of 12) sorted by relevance

/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/advanced/
DCamera2OutputConfigImplBuilder.java39 private long mDynamicRangeProfile = DynamicRangeProfiles.STANDARD; field in Camera2OutputConfigImplBuilder
101 mDynamicRangeProfile = dynamicRangeProfile; in setDynamicRangeProfile()
121 mOutputConfig.setDynamicRangeProfile(mDynamicRangeProfile); in build()
129 private long mDynamicRangeProfile; field in Camera2OutputConfigImplBuilder.OutputConfigImplImpl
137 mDynamicRangeProfile = DynamicRangeProfiles.STANDARD; in OutputConfigImplImpl()
157 return mDynamicRangeProfile; in getDynamicRangeProfile()
178 mDynamicRangeProfile = dynamicRangeProfile; in setDynamicRangeProfile()
/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/advanced/
DCamera2OutputConfigImplBuilder.java39 private long mDynamicRangeProfile = DynamicRangeProfiles.STANDARD; field in Camera2OutputConfigImplBuilder
101 mDynamicRangeProfile = dynamicRangeProfile; in setDynamicRangeProfile()
121 mOutputConfig.setDynamicRangeProfile(mDynamicRangeProfile); in build()
129 private long mDynamicRangeProfile; field in Camera2OutputConfigImplBuilder.OutputConfigImplImpl
137 mDynamicRangeProfile = DynamicRangeProfiles.STANDARD; in OutputConfigImplImpl()
157 return mDynamicRangeProfile; in getDynamicRangeProfile()
178 mDynamicRangeProfile = dynamicRangeProfile; in setDynamicRangeProfile()
/frameworks/av/camera/include/camera/camera2/
DOutputConfiguration.h123 mDynamicRangeProfile == other.mDynamicRangeProfile &&
168 if (mDynamicRangeProfile != other.mDynamicRangeProfile) {
169 return mDynamicRangeProfile < other.mDynamicRangeProfile;
219 int64_t mDynamicRangeProfile; variable
/frameworks/base/core/java/android/hardware/
DCameraStreamStats.java52 private long mDynamicRangeProfile; field in CameraStreamStats
71 mDynamicRangeProfile = DynamicRangeProfiles.STANDARD; in CameraStreamStats()
92 mDynamicRangeProfile = dynamicRangeProfile; in CameraStreamStats()
141 dest.writeLong(mDynamicRangeProfile); in writeToParcel()
161 mDynamicRangeProfile = in.readLong(); in readFromParcel()
223 return mDynamicRangeProfile; in getDynamicRangeProfile()
/frameworks/base/core/java/android/hardware/camera2/params/
DOutputConfiguration.java477 mDynamicRangeProfile = profile; in setDynamicRangeProfile()
486 return mDynamicRangeProfile; in getDynamicRangeProfile()
594 mDynamicRangeProfile = DynamicRangeProfiles.STANDARD; in OutputConfiguration()
839 mDynamicRangeProfile = DynamicRangeProfiles.STANDARD; in OutputConfiguration()
971 mDynamicRangeProfile = DynamicRangeProfiles.STANDARD; in OutputConfiguration()
1489 this.mDynamicRangeProfile = other.mDynamicRangeProfile; in OutputConfiguration()
1558 mDynamicRangeProfile = dynamicRangeProfile; in OutputConfiguration()
1704 dest.writeLong(mDynamicRangeProfile); in writeToParcel()
1765 if (mDynamicRangeProfile != other.mDynamicRangeProfile) { in equals()
1801 mDynamicRangeProfile, mColorSpace, mStreamUseCase, in hashCode()
[all …]
/frameworks/av/camera/include/camera/
DCameraSessionStats.h70 int64_t mDynamicRangeProfile; variable
80 mDynamicRangeProfile(ANDROID_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_STANDARD), in CameraStreamStats()
90 mDynamicRangeProfile(dynamicRangeProfile), in CameraStreamStats()
/frameworks/av/camera/camera2/
DOutputConfiguration.cpp83 return mDynamicRangeProfile; in getDynamicRangeProfile()
134 mDynamicRangeProfile(ANDROID_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_STANDARD), in OutputConfiguration()
298 mDynamicRangeProfile = dynamicProfile; in readFromParcel()
325 mDynamicRangeProfile = ANDROID_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_STANDARD; in OutputConfiguration()
343 mDynamicRangeProfile(ANDROID_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_STANDARD), in OutputConfiguration()
397 err = parcel->writeInt64(mDynamicRangeProfile); in writeToParcel()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3StreamSplitter.h240 int mDynamicRangeProfile = ANDROID_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_STANDARD; variable
DCamera3StreamSplitter.cpp68 mDynamicRangeProfile = dynamicRangeProfile; in connect()
375 bufferItem.mGraphicBuffer->getNativeBuffer()->handle, anw, mDynamicRangeProfile); in outputBufferLocked()
/frameworks/av/camera/
DCameraSessionStats.cpp155 mDynamicRangeProfile = dynamicRangeProfile; in readFromParcel()
240 if ((err = parcel->writeInt64(mDynamicRangeProfile)) != OK) { in writeToParcel()
/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
DCameraExtensionsProxyService.java1810 private final long mDynamicRangeProfile;
1821 mDynamicRangeProfile = outputSurface.dynamicRangeProfile;
1853 return mDynamicRangeProfile;
/frameworks/av/services/camera/libcameraservice/api2/
DJpegRCompositeStream.cpp876 streamStats->mDynamicRangeProfile = mP010DynamicRange; in getStreamStats()