Searched refs:configureOutputs (Results 1 – 5 of 5) sorted by relevance
348 public int configureOutputs(SparseArray<Surface> outputs) { in configureOutputs() method in LegacyCameraDevice349 return configureOutputs(outputs, /*validateSurfacesOnly*/false); in configureOutputs()367 public int configureOutputs(SparseArray<Surface> outputs, boolean validateSurfacesOnly) { in configureOutputs() method in LegacyCameraDevice
516 int ret = mLegacyDevice.configureOutputs(surfaces, /*validateSurfacesOnly*/true); in isSessionConfigurationSupported()577 mLegacyDevice.configureOutputs(surfaces); in endConfigure()
346 private void configureOutputs(Collection<Pair<Surface, Size>> outputs) { in configureOutputs() method in RequestThreadManager722 configureOutputs(config.surfaces);
364 public void configureOutputs(List<Surface> outputs) throws CameraAccessException { in configureOutputs() method in CameraDeviceImpl
21968 Landroid/hardware/camera2/impl/CameraDeviceImpl;->configureOutputs(Ljava/util/List;)V