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.java326 List<Pair<Surface, Size>> sizedSurfaces = new ArrayList<>(); in configureOutputs() local
366 sizedSurfaces.add(new Pair<>(output, s)); in configureOutputs()
376 sizedSurfaces.add(new Pair<>(output, s)); in configureOutputs()
390 mRequestThreadManager.configure(sizedSurfaces); in configureOutputs()