Home
last modified time | relevance | path

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

/frameworks/av/camera/include/camera/camera2/
DOutputConfiguration.h113 mDynamicRangeProfile == other.mDynamicRangeProfile &&
153 if (mDynamicRangeProfile != other.mDynamicRangeProfile) {
154 return mDynamicRangeProfile < other.mDynamicRangeProfile;
189 int64_t mDynamicRangeProfile; variable
/frameworks/base/core/java/android/hardware/
DCameraStreamStats.java51 private long mDynamicRangeProfile; field in CameraStreamStats
69 mDynamicRangeProfile = DynamicRangeProfiles.STANDARD; in CameraStreamStats()
89 mDynamicRangeProfile = dynamicRangeProfile; in CameraStreamStats()
137 dest.writeLong(mDynamicRangeProfile); in writeToParcel()
156 mDynamicRangeProfile = in.readLong(); in readFromParcel()
217 return mDynamicRangeProfile; in getDynamicRangeProfile()
/frameworks/base/core/java/android/hardware/camera2/params/
DOutputConfiguration.java458 mDynamicRangeProfile = profile; in setDynamicRangeProfile()
467 return mDynamicRangeProfile; in getDynamicRangeProfile()
532 mDynamicRangeProfile = DynamicRangeProfiles.STANDARD; in OutputConfiguration()
633 mDynamicRangeProfile = DynamicRangeProfiles.STANDARD; in OutputConfiguration()
1081 this.mDynamicRangeProfile = other.mDynamicRangeProfile; in OutputConfiguration()
1134 mDynamicRangeProfile = dynamicRangeProfile; in OutputConfiguration()
1253 dest.writeLong(mDynamicRangeProfile); in writeToParcel()
1305 if (mDynamicRangeProfile != other.mDynamicRangeProfile) { in equals()
1328 mDynamicRangeProfile, mStreamUseCase, mTimestampBase, mMirrorMode); in hashCode()
1337 mDynamicRangeProfile, mStreamUseCase, mTimestampBase, in hashCode()
[all …]
/frameworks/av/camera/include/camera/
DCameraSessionStats.h67 int64_t mDynamicRangeProfile; variable
75 mDynamicRangeProfile(ANDROID_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_STANDARD), in CameraStreamStats()
84 mDynamicRangeProfile(dynamicRangeProfile), in CameraStreamStats()
/frameworks/av/camera/camera2/
DOutputConfiguration.cpp81 return mDynamicRangeProfile; in getDynamicRangeProfile()
105 mDynamicRangeProfile(ANDROID_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_STANDARD), in OutputConfiguration()
232 mDynamicRangeProfile = dynamicProfile; in readFromParcel()
254 mDynamicRangeProfile = ANDROID_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_STANDARD; in OutputConfiguration()
267 mDynamicRangeProfile(ANDROID_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_STANDARD), in OutputConfiguration()
317 err = parcel->writeInt64(mDynamicRangeProfile); in writeToParcel()
/frameworks/av/camera/
DCameraSessionStats.cpp147 mDynamicRangeProfile = dynamicRangeProfile; in readFromParcel()
231 if ((err = parcel->writeInt64(mDynamicRangeProfile)) != OK) { in writeToParcel()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3StreamSplitter.h238 int mDynamicRangeProfile = ANDROID_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_STANDARD; variable
DCamera3StreamSplitter.cpp67 mDynamicRangeProfile = dynamicRangeProfile; in connect()
369 bufferItem.mGraphicBuffer->getNativeBuffer()->handle, anw, mDynamicRangeProfile); in outputBufferLocked()