Class android.hardware.camera2.params.DynamicRangeProfiles

Changed Constructors
DynamicRangeProfiles(long[]) Change in type from int[] to long[].
 
 

Added Methods
boolean isExtraLatencyPresent(long)  
 

Changed Methods
Set<Long> getProfileCaptureRequestConstraints(long) Change in return type from Set<Integer> to Set<Long>.
Change in signature from int to long.
 
Set<Long> getSupportedProfiles() Change in return type from Set<Integer> to Set<Long>.
 
 

Changed Fields
long DOLBY_VISION_10B_HDR_OEM Change in type from int to long.
Changed in value from 64 to 64L.
 
long DOLBY_VISION_10B_HDR_OEM_PO Change in type from int to long.
Changed in value from 128 to 128L.
 
long DOLBY_VISION_10B_HDR_REF Change in type from int to long.
Changed in value from 16 to 16L.
 
long DOLBY_VISION_10B_HDR_REF_PO Change in type from int to long.
Changed in value from 32 to 32L.
 
long DOLBY_VISION_8B_HDR_OEM Change in type from int to long.
Changed in value from 1024 to 1024L.
 
long DOLBY_VISION_8B_HDR_OEM_PO Change in type from int to long.
Changed in value from 2048 to 2048L.
 
long DOLBY_VISION_8B_HDR_REF Change in type from int to long.
Changed in value from 256 to 256L.
 
long DOLBY_VISION_8B_HDR_REF_PO Change in type from int to long.
Changed in value from 512 to 512L.
 
long HDR10 Change in type from int to long.
Changed in value from 4 to 4L.
 
long HDR10_PLUS Change in type from int to long.
Changed in value from 8 to 8L.
 
long HLG10 Change in type from int to long.
Changed in value from 2 to 2L.
 
long PUBLIC_MAX Change in type from int to long.
Changed in value from 4096 to 4096L.
 
long STANDARD Change in type from int to long.
Changed in value from 1 to 1L.