Searched defs:writeInputStream (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java307 public void writeInputStream(@NonNull OutputStream dngOutput, @NonNull Size size, method in class:DngCreator
310 throw new IllegalArgumentException("Null dngOutput passed to writeInputStream");
312 throw new IllegalArgumentException("Null size passed to writeInputStream");
314 throw new IllegalArgumentException("Null pixels passed to writeInputStream");
316 throw new IllegalArgumentException("Negative offset passed to writeInputStream");
323 height + ") passed to writeInputStream");

Completed in 403 milliseconds