Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyCameraDevice.java368 List<Pair<Surface, Size>> sizedSurfaces = new ArrayList<>(); in configureOutputs() local
406 sizedSurfaces.add(new Pair<>(output, s)); in configureOutputs()
416 sizedSurfaces.add(new Pair<>(output, s)); in configureOutputs()
436 mRequestThreadManager.configure(sizedSurfaces); in configureOutputs()