Searched refs:mDynamicRangeProfile (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/camera/include/camera/camera2/ |
D | OutputConfiguration.h | 113 mDynamicRangeProfile == other.mDynamicRangeProfile && 153 if (mDynamicRangeProfile != other.mDynamicRangeProfile) { 154 return mDynamicRangeProfile < other.mDynamicRangeProfile; 189 int64_t mDynamicRangeProfile; variable
|
/frameworks/base/core/java/android/hardware/ |
D | CameraStreamStats.java | 51 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/ |
D | OutputConfiguration.java | 458 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/ |
D | CameraSessionStats.h | 67 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/ |
D | OutputConfiguration.cpp | 81 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/ |
D | CameraSessionStats.cpp | 147 mDynamicRangeProfile = dynamicRangeProfile; in readFromParcel() 231 if ((err = parcel->writeInt64(mDynamicRangeProfile)) != OK) { in writeToParcel()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3StreamSplitter.h | 238 int mDynamicRangeProfile = ANDROID_REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES_MAP_STANDARD; variable
|
D | Camera3StreamSplitter.cpp | 67 mDynamicRangeProfile = dynamicRangeProfile; in connect() 369 bufferItem.mGraphicBuffer->getNativeBuffer()->handle, anw, mDynamicRangeProfile); in outputBufferLocked()
|