Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 607428a5 authored by Shuzhen Wang's avatar Shuzhen Wang Committed by Automerger Merge Worker
Browse files

Merge "ImageWriter: Fix a minor documentation error" into sc-dev am: eb4aacc2

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13537203

Change-Id: I6979cb1f63c9f1ae50fc5e146df5331ccdd63832
parents 6763505e eb4aacc2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -385,8 +385,7 @@ public class ImageWriter implements AutoCloseable {
     * (acquired via {@link #dequeueInputImage}). In the former case, the Image
     * data will be moved to this ImageWriter. Note that the Image properties
     * (size, format, strides, etc.) must be the same as the properties of the
     * images dequeued from this ImageWriter, or this method will throw an
     * {@link IllegalArgumentException}. In the latter case, the application has
     * images dequeued from this ImageWriter. In the latter case, the application has
     * filled the input image with data. This method then passes the filled
     * buffer to the downstream consumer. In both cases, it's up to the caller
     * to ensure that the Image timestamp (in nanoseconds) is correctly set, as