Searched refs:DynamicRangeProfiles (Results 1 – 14 of 14) sorted by relevance
101 for (long dynamicRangeProfile = DynamicRangeProfiles.STANDARD; in ColorSpaceProfiles()102 dynamicRangeProfile < DynamicRangeProfiles.PUBLIC_MAX; in ColorSpaceProfiles()237 @DynamicRangeProfiles.Profile long dynamicRangeProfile) { in getSupportedColorSpacesForDynamicRange()
35 import android.hardware.camera2.params.DynamicRangeProfiles;454 public void setDynamicRangeProfile(@DynamicRangeProfiles.Profile long profile) { in setDynamicRangeProfile()463 public @DynamicRangeProfiles.Profile long getDynamicRangeProfile() { in getDynamicRangeProfile()572 mDynamicRangeProfile = DynamicRangeProfiles.STANDARD; in OutputConfiguration()676 mDynamicRangeProfile = DynamicRangeProfiles.STANDARD; in OutputConfiguration()1200 DynamicRangeProfiles.checkProfileValue(dynamicRangeProfile); in OutputConfiguration()
53 public final class DynamicRangeProfiles { class198 public DynamicRangeProfiles(@NonNull final long[] elements) { in DynamicRangeProfiles() method in DynamicRangeProfiles
20 import android.hardware.camera2.params.DynamicRangeProfiles;71 mDynamicRangeProfile = DynamicRangeProfiles.STANDARD; in CameraStreamStats()
2458 …public static final Key<android.hardware.camera2.params.DynamicRangeProfiles> REQUEST_AVAILABLE_DY…2459 …camera2.params.DynamicRangeProfiles>("android.request.availableDynamicRangeProfiles", android.hard…
52 import android.hardware.camera2.params.DynamicRangeProfiles;140 if (c.getDynamicRangeProfile() != DynamicRangeProfiles.STANDARD) { in createCameraAdvancedExtensionSession()
55 import android.hardware.camera2.params.DynamicRangeProfiles;1083 private DynamicRangeProfiles getDynamicRangeProfiles() { in getDynamicRangeProfiles()1091 return new DynamicRangeProfiles(profileArray); in getDynamicRangeProfiles()
47 import android.hardware.camera2.params.DynamicRangeProfiles;161 if (c.getDynamicRangeProfile() != DynamicRangeProfiles.STANDARD) { in createCameraExtensionSession()
2580 android.hardware.camera2.params.DynamicRangeProfiles
25364 Landroid/hardware/camera2/params/DynamicRangeProfiles;
2584 android.hardware.camera2.params.DynamicRangeProfiles
35471 Landroid/hardware/camera2/params/DynamicRangeProfiles;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
18510 …camera2.CameraCharacteristics.Key<android.hardware.camera2.params.DynamicRangeProfiles> REQUEST_AV…19285 public final class DynamicRangeProfiles {19286 ctor public DynamicRangeProfiles(@NonNull long[]);