summaryrefslogtreecommitdiffstats
path: root/tests/RenderScriptTests/ImageProcessing/src/com/android
Commit message (Collapse)AuthorAgeFilesLines
* Move compute tests from frameworks/base to frameworks/rsJason Sams2013-03-1959-4645/+0
| | | | Change-Id: I670027782f5ba6df0713dbdc3c99ae7c1eef7d22
* Handle onPause in ImageProcessing.Jason Sams2013-03-081-12/+59
| | | | Change-Id: I538ce0ac7b9da2f4ec6cd7bd35aa84fd710e063f
* Update IP and IP2Jason Sams2013-03-0828-67/+62
| | | | Change-Id: I5e81ae906a36fc1f6dc8de872398c6aa580238f1
* Implement USAGE_IO_INPUTJason Sams2013-02-222-1/+71
| | | | Change-Id: Id5b9e3d0a17e4df15eec36d542fde6dc626138b2
* Reuse context and allocations across test.Jason Sams2013-02-132-7/+23
| | | | Change-Id: I9a3498c9095db2c7876bf45d6bd5c75deded8dd8
* Implement rs.sendMessage()Jason Sams2013-02-052-26/+1
| | | | Change-Id: Ib4f4bb7bb4f697d0b5405ad55721394ed2456c65
* Merge "Turn off vector code for tests where this reduces performance."Jason Sams2013-01-223-3/+3
|\
| * Turn off vector code for tests where this reduces performance.Jason Sams2013-01-223-3/+3
| | | | | | | | Change-Id: Ice90a8f510db9acc5325a1cfa44638b5a1cef782
* | Merge "fast math error testing."Jason Sams2013-01-222-4/+2
|\ \ | |/ |/|
| * fast math error testing.Jason Sams2013-01-182-4/+2
| | | | | | | | Change-Id: Ib9c2af9ac2aaf44c0e08a47099dc1f9c057c9ac3
* | Fix image processing test to include all benchmark testsXia Wang2013-01-153-147/+446
|/ | | | | | | -- each test case can be excuted separately -- add a test case to run all benchmarks. Change-Id: I3c61dfe50267a6db11bc1895a4f37ed618a9103b
* Merge "Add parentheses for latest Clang warnings."Stephen Hines2013-01-101-3/+3
|\
| * Add parentheses for latest Clang warnings.Stephen Hines2013-01-101-3/+3
| | | | | | | | Change-Id: I843fd3eb44e1ab0a177d7045ca97cf146fd81231
* | Add 3D LUT intrinsic java classJason Sams2013-01-082-7/+18
|/ | | | | | Add test for 3D LUT Change-Id: I52bc20fd5458afda6de0a6015e9c8bc6a4970055
* Fix off by 1 in color cube.Jason Sams2013-01-022-59/+50
| | | | | | | Tested with 2x2x2 and 32x32x16 cubes. Bit exact in 2x2x2 Change-Id: I0ca3e3736d1d9c611a02bba8ee9bfea3befd0e76
* Merge "Fix color cube tests."Jason Sams2012-12-282-19/+61
|\
| * Fix color cube tests.Jason Sams2012-12-282-19/+61
| | | | | | | | Change-Id: I644ac26c6d234bf5b9cf4c549bebdfee67e98f50
* | Merge "Add API support for 3D allocations."Jason Sams2012-12-283-1/+143
|\ \ | |/
| * Add API support for 3D allocations.Jason Sams2012-12-273-1/+143
| | | | | | | | Change-Id: I19c525f90135d83caec545e77e8f61a957d220ee
* | Switch to simpler createFromBitmap in ImageProcessing.Tim Murray2012-12-181-9/+5
|/ | | | Change-Id: I61034689ed83b6536abc034e21c39adac2cdf553
* Minor cleanup of a few RS filter ports.Jason Sams2012-12-115-34/+25
| | | | | | | | on Manta these reduce the times from Contrast: 180ms to 21ms Exposure: 177ms to 19ms Change-Id: I1224ecaeaee22dc49069383e2f000a193c331b4c
* Merge "add filters from Gallery to ImageProcessing"Tim Murray2012-12-0613-1/+781
|\
| * add filters from Gallery to ImageProcessingTim Murray2012-12-0613-1/+781
| | | | | | | | Change-Id: Iaf90f4a9468adde4bc8d94ec3ceed41846f424d0
* | Fix app bug related to same input/output bitmap.Stephen Hines2012-12-062-3/+3
| | | | | | | | | | | | | | | | | | Due to our new bitmap storage optimization, we can't reuse the same bitmap as input and output safely (since we modify the output directly). This change updates ImageProcessing to appropriately create a distinct output Bitmap Allocation and actually use it. Change-Id: Iecf6c2d203bd1c370b8d0a9fb7e69b419d2eb69b
* | am 98a09c64: am 43174b7d: am 718fb9f1: Fix sample code issuesJason Sams2012-11-301-0/+0
|\ \ | |/ |/| | | | | * commit '98a09c64d52aa1166a09ab071049bc3536def1cd': Fix sample code issues
| * Fix sample code issuesJason Sams2012-11-301-0/+0
| | | | | | | | | | | | | | Correct min SDK. Correct file extension on mandelbrot Change-Id: I508c22c382f1a930b27d8c5f4414cac3a990a332
* | Add single channel blur test.Jason Sams2012-11-164-2/+110
| | | | | | | | Change-Id: Iec63132ab4d88290ae1bf0d71431d4fe6ec6dd25
* | Update ImageProcessing test.Jason Sams2012-11-093-3/+84
| | | | | | | | | | | | Add async filtering. Change-Id: I4e32a9b1fe9221b09a7d1433b3da11a5e422d911
* | Remove copyBitmap from ImageProcessing.Tim Murray2012-10-171-10/+3
|/ | | | Change-Id: Ib9079fab3b3d3da429f32c4c6688e6c437eb8795
* Merge "Port ImageProcessing to Filterscript." into jb-mr1-devJason Sams2012-10-1218-77/+77
|\
| * Port ImageProcessing to Filterscript.Stephen Hines2012-10-1218-77/+77
| | | | | | | | | | | | | | This enables testing of the Filterscript front-end for llvm-rs-cc. Bug: 7166741 Change-Id: I90bda9d2710c6652336a8c112b5654c5da3d14e4
* | Fix crash in ImageProcessing blend testJason Sams2012-10-122-2/+5
|/ | | | | | | | | The blend test would use a stale context when running all tests. bug 7327728 Change-Id: I5802b9b382d8893419efe86d33fdfeeb27729e31
* Fix range on blur intrinsic.Jason Sams2012-10-021-6/+7
| | | | | | | | | | The intrinsic fails when the radius was 0. A blur of radius 0 is a nop and should be disallowed. Fix the test to allow sub-pixel radius to be selected. bug 7273437 Change-Id: I2805674e29d557615eb7ac65c7910d4dffa28b58
* Lighten grain and make live preview gpu friendly.Jason Sams2012-09-282-11/+32
| | | | | | | | | | Preview now does yuv->rgb using the intrinsic script. Grain uses a smaller wrapped rand buffer so it is not just rand test. bug 7216044 Change-Id: If74eedc7d3cf264895133671edc546af9b1527f2
* fix build breakTim Murray2012-09-261-0/+24
| | | | Change-Id: I51603e7c645ce7aaa632e88bdc44578094785fdd
* fix blend intrinsics, add testsTim Murray2012-09-263-7/+210
| | | | | Bug: 7190126 Change-Id: If69213377282bf5b412508e7af974a1f8d440287
* Reduce test warmup time to avoid driving into thermal throttle.Jason Sams2012-09-251-2/+2
| | | | | | bug 7216044 Change-Id: I72c83e31dc39a0a810d8a453903213bd428dbe29
* Test FS getElementAtJason Sams2012-09-243-44/+44
| | | | | | bug 7190126 Change-Id: I1fbaa77af051cf44134f8bfe56339ce5d3b7edbb
* Change 5x5 convolve to better test impl.Jason Sams2012-09-231-5/+17
| | | | | | bug 7216044 Change-Id: I7165606a3ebf96ea3f401ed14d46f5105ed75ce4
* Force destroy scripts in imageProcessing.Jason Sams2012-09-232-0/+7
| | | | | | bug 7216044 Change-Id: I6292513c08e75269e79d2210de898ef28931c986
* Merge "Add run all button to image processing test." into jb-mr1-devJason Sams2012-09-211-7/+47
|\
| * Add run all button to image processing test.Jason Sams2012-09-211-7/+47
| | | | | | | | Change-Id: I11b4f803151ee7dc1e4b86f402196c1b856bd950
* | Add Mandelbrot test to ImageProcessing.Tim Murray2012-09-213-1/+160
|/ | | | Change-Id: I1d5478d58609394111410fbfd9f48b5018f385b1
* Fix aprox fs function namesJason Sams2012-09-202-5/+5
| | | | | | bug b206696 Change-Id: I64c092c1f6b8d990783bf5d31db37e12a4dbdb82
* Cleanup blur test, remove deprecated functions.Jason Sams2012-09-205-169/+66
| | | | Change-Id: I4136110692fdba8a644806fe8c92bfaacc930ca6
* Add Kernel, Method, and field IDsJason Sams2012-09-181-16/+15
| | | | | | bug 7182873 Change-Id: I066a359bb04027e9376dac088560f042c496b10e
* Unhide intrinsics and document API.Jason Sams2012-09-131-1/+1
| | | | Change-Id: I0233245c68f9a08780213062e62cfea6cf909c13
* Fix bugs in grain where values could go out of bounds.Jason Sams2012-09-131-3/+4
| | | | Change-Id: Ib2cc3177424cf24bc81b75786dfd9be30fea5378
* LUT intrinsic and CrossProcess test.Jason Sams2012-09-085-60/+314
| | | | | | | | 5x5 convolve and test Gauss blur and test Change-Id: Ic2f5d583cbdc1793ec8c8e2beea783d4ec34a57f
* Add greyscale intrinsic test.Jason Sams2012-09-062-6/+16
| | | | Change-Id: I24c9b8769ab7fe2fed9ef17f7ff1063c60977c41