Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DOutputConfiguration.java128 public OutputConfiguration(int surfaceGroupId, @NonNull Surface surface) { in OutputConfiguration() argument
129 this(surfaceGroupId, surface, ROTATION_0); in OutputConfiguration()
178 public OutputConfiguration(int surfaceGroupId, @NonNull Surface surface, int rotation) { in OutputConfiguration() argument
181 mSurfaceGroupId = surfaceGroupId; in OutputConfiguration()