Frank Barchard be4d445e8c Add libyuv_unittest_apk target to run tests on Android
Roll chromium_revision bfea27a..bb79186 (340499:353481) in DEPS.
Changes: bfea27a..bb79186

To get the Android dependencies, you need to have
target_os = ["android"];
added to the end of your .gclient file (after the solution specs)
+ re-run gclient sync.
You'll also need to run: build/install-android-sdks.sh

Then build and run the test with something like this:
GYP_CROSSCOMPILE=1 GYP_DEFINES="OS=android component=static_library target_arch=arm" ./gyp_libyuv
ninja -C out/Release libyuv_unittest_apk
util/android/test_runner.py gtest -s libyuv_unittest --verbose --release

R=fbarchard@chromium.org

Review URL: https://codereview.chromium.org/1398383003 .
2015-10-12 16:29:14 -07:00
..
android Add libyuv_unittest_apk target to run tests on Android 2015-10-12 16:29:14 -07:00
compare.cc Sobel use G channel for consistency on all CPUs, better performance and full range of 0 to 255. 2013-03-22 04:47:14 +00:00
convert.cc change tile size for convert util and unittest to 32x32 which would lend itself to AVX2 or VP9 2013-06-13 23:18:08 +00:00
cpuid.c Fix AVX2 detect and a performance stall for gcc/clang. 2013-10-21 18:10:59 +00:00
Makefile move Calc functions for psnr into header to avoid duplicate links. 2014-06-26 17:59:19 +00:00
psnr_main.cc Show jpeg as an option for psnr tool if enabled 2014-07-01 21:49:40 +00:00
psnr.cc psnr tool, work around for ios 64 bit compiler where int passed into assembly needs to be explicitely cast to 'w' register. 2015-05-05 23:40:03 +00:00
psnr.h jpeg psnr avoid duplicates with libyuv by checking HAVE_JPEG 2014-06-26 21:55:38 +00:00
ssim.cc jpeg psnr avoid duplicates with libyuv by checking HAVE_JPEG 2014-06-26 21:55:38 +00:00
ssim.h jpeg psnr avoid duplicates with libyuv by checking HAVE_JPEG 2014-06-26 21:55:38 +00:00