History log of /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/wbalance.rs
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
698ca314a2f7f58350394613653fc642bbd57a42 29-Apr-2017 I-Jui (Ray) Sung <ijsung@google.com> Fix a type mismatch and out-of-bound accesses in ImageProcessing_jb

Resize had an out-of-bound access that was caught by debug context; white
balance had an int3 allocation accessed with an int4 accessor. This CL
fixes both per suggestions from hoford@.

Test: ImageProcessing_jb in debug context
Bug: b/37683287
Change-Id: I61b6eb8ac48e5f05e93fca0b3e3178953c6beb8b
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/wbalance.rs
89e35a551ee4b0bfcb3ede10da3b027dba1da7ef 13-Jan-2017 Jean-Luc Brouillet <jeanluc@google.com> Move the java test directory under rs/test

Bug: 34265954
Test: Compile all the tests
Test: Run imageprocessing_jb
Test: Run update_rs_prebuilts.sh

Change-Id: Ia7f20f1f8a2450f538950950bff51472d643ca1a
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/wbalance.rs