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.java204 public OutputConfiguration(int surfaceGroupId, @NonNull Surface surface) { in OutputConfiguration() argument
205 this(surfaceGroupId, surface, ROTATION_0); in OutputConfiguration()
253 public OutputConfiguration(int surfaceGroupId, @NonNull Surface surface, int rotation) { in OutputConfiguration() argument
256 mSurfaceGroupId = surfaceGroupId; in OutputConfiguration()