Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java1084 long[] profileArray = getBase( in getDynamicRangeProfiles() local
1087 if (profileArray == null) { in getDynamicRangeProfiles()
1091 return new DynamicRangeProfiles(profileArray); in getDynamicRangeProfiles()
1095 long[] profileArray = getBase( in getColorSpaceProfiles() local
1098 if (profileArray == null) { in getColorSpaceProfiles()
1102 return new ColorSpaceProfiles(profileArray); in getColorSpaceProfiles()