Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-budiyev committed Jun 5, 2018
1 parent 8480d34 commit 7e394bb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/main/java/com/budiyev/android/codescanner/BarcodeUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,12 @@ public static Result decodeYuv(@NonNull final byte[] pixels, final int width, fi
/**
* Decode barcode from YUV pixels array
*
* @param pixels YUV image data
* @param width Image width
* @param height Image height
* @param hints Decoder hints
* @param pixels YUV image data
* @param width Image width
* @param height Image height
* @param rotation Degrees to rotate image before decoding (only 0, 90, 180 or 270 are allowed)
* @param reverseHorizontal Reverse image horizontally before decoding
* @param hints Decoder hints
* @return Decode result, if barcode was decoded successfully, {@code null} otherwise
* @see DecodeHintType
*/
Expand Down

0 comments on commit 7e394bb

Please sign in to comment.