summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)Xin Li2020-08-271-1/+1
|\ | | | | | | | | | | Bug: 166295507 Merged-In: I69a69f0bd988eedd220f8aaab9932e871fe8a2c0 Change-Id: I32a7ca28f66d8350a9a1bebe88d5aa7481a4ce0b
| * Disable macOS build am: f32771b560 am: d9a3dbcacd am: a0566b03a3Harish Mahendrakar2019-09-091-0/+5
| |\ | | | | | | | | | | | | | | | am: fd3529e50b Change-Id: I0e208d4b7370289e0dcdfca113e3e11990540c6a
| * \ Merge "Fix memory leak in test application"Ray Essick2019-08-301-1/+1
| |\ \
| | * | Fix memory leak in test applicationHarish Mahendrakar2019-07-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | s_app_ctxt.display_thread_handle in main() was allocated unconditionally, but freed only if s_app_ctxt.display was 1. Now free is unconditional. Test: poc in bug Bug: 137794044 Change-Id: I2c92e88d1cd808d4ce29f7c449918699062cd335
* | | | Merge "Replace memalign with posix_memalign"Ray Essick2020-08-041-4/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Replace memalign with posix_memalignHarish Mahendrakar2019-09-201-4/+6
| |/ / | | | | | | | | | | | | | | | Bug: 140696633 Test: Build and test binaries Change-Id: I3477a9864d18c88dab3959901da2a526e5d59828
* / / Disable macOS buildHarish Mahendrakar2019-09-091-0/+5
|/ / | | | | | | | | | | | | | | | | | | There is no memalign on Darwin. So disable the build for macOS till memalign is replaced with an alternative. Test: Review Bug: 140696633 Change-Id: Ie3bf9ee178faa58f6c8495f6469d4702034feb79
* | Updated test/Android.bp to build cc_test instead of cc_binaryHarish Mahendrakar2019-08-211-4/+2
| | | | | | | | | | | | | | | | This makes it consistent with other projects like libavc etc Test: mm -j checkbuild Bug: 139670930 Change-Id: I5e1f8a6cc0479e19696c69e1b3b342f6b0be51f9
* | Add host support for libmpeg2Harish Mahendrakar2019-08-151-1/+1
|/ | | | | | Test: Build libmpeg2 on host Bug: 139379050 Change-Id: Icf1b286b3673a6fa575fa07e6924a81e9aef7bc0
* Merge "Adding Error Check for Output Buffer Size" into mnc-dev am: ↵Venkatarama Avadhani2018-01-081-0/+7
|\ | | | | | | | | | | | | | | 3f4f265255 am: 385836df25 am: 6357821b9b am: bab1b91ab6 am: d479565898 am: 27b272fe56 am: b6a6c5f7a8 am: 30c43b20a1 am: 8a9eb79e3b am: 05884f74db am: 33a9a4b9da am: b728daee53 Change-Id: Ice235bf414e839467a3703247291e3b77c8058dd
| * Merge "Adding Error Check for Output Buffer Size" into mnc-dev am: ↵Venkatarama Avadhani2018-01-081-0/+7
| |\ | | | | | | | | | | | | | | | | | | | | | 3f4f265255 am: 385836df25 am: 6357821b9b am: bab1b91ab6 am: d479565898 am: 27b272fe56 am: b6a6c5f7a8 am: 30c43b20a1 am: 8a9eb79e3b am: 05884f74db am: 33a9a4b9da Change-Id: I81fc9043d4c7914bae70c5c06eeea0ffb3ff33f6
| | * Merge "Adding Error Check for Output Buffer Size" into mnc-dev am: ↵Venkatarama Avadhani2018-01-081-0/+7
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3f4f265255 am: 385836df25 am: 6357821b9b am: bab1b91ab6 am: d479565898 am: 27b272fe56 am: b6a6c5f7a8 am: 30c43b20a1 am: 8a9eb79e3b am: 05884f74db Change-Id: I5488212359097406d4bed3dc693fe3fe1a7bf7cf
| | | * Merge "Adding Error Check for Output Buffer Size" into mnc-dev am: ↵Venkatarama Avadhani2018-01-081-0/+7
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3f4f265255 am: 385836df25 am: 6357821b9b am: bab1b91ab6 am: d479565898 am: 27b272fe56 am: b6a6c5f7a8 am: 30c43b20a1 am: 8a9eb79e3b Change-Id: I745328fa193213d102f59216aea9339657683ddc
| | | | * Merge "Adding Error Check for Output Buffer Size" into mnc-dev am: ↵Venkatarama Avadhani2018-01-081-0/+7
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3f4f265255 am: 385836df25 am: 6357821b9b am: bab1b91ab6 am: d479565898 Change-Id: I7e037f1ee186331f2348f6e7d69bed7ce61b2f7d
| | | | | * Merge "Adding Error Check for Output Buffer Size" into mnc-devVenkatarama Avadhani2018-01-081-0/+7
| | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 3f4f265255 Change-Id: Ief25234b04ff9bc58ce52b339b21bde50b701f7f
| | | | | | * Adding Error Check for Output Buffer SizeVenkatarama Avadhani2018-01-031-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The output buffer size given by the application, needs to be checked in every process call. This is required in the case of resolution change. Bug: 70399408 Test: manual Change-Id: Id0d615e44d30f61702b3839be7b679d7d77a2411
| | | | | * | Added deinterlacerHarish Mahendrakar2015-10-161-2/+14
| | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Decoder output is deinterlaced if a picture is signalled as interlaced Added SIMD optimizations for arm, armv8 and x86/x64 Bug: 20932810 Change-Id: I6079922f4fc8f1d3680e5169a4d8e70efe8ea471
| | | | * | DO NOT MERGE Added support for exporting seq header, seq extn and seq ↵Harish Mahendrakar2016-07-121-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | display extn info Bug: 27442922 Change-Id: Idebc69a2bac22c61ec06176e563c93f80d103eee
* | | | | | Use -Werror in external/libmpeg2 am: 185f255722 am: 0f4d331bb1Chih-Hung Hsieh2017-10-091-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | am: 1223c6316b Change-Id: I20280025064229542bbd122b41ee199bb9146b2a
| * | | | | Use -Werror in external/libmpeg2Chih-Hung Hsieh2017-09-281-0/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I99ca80d03cb33ec08abfeaee3c6ec8ab372f66cc
* / / / / Handle Unsupported Dimensions in Test AppVenkatarama Avadhani2017-06-151-1/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exit if the decoder was initialised with dimensions smaller than the stream dimensions. Bug: 37452661 Test: ran POC from bug before/after Change-Id: I43c457b5f47037f1caa73c9f1684e5cc5cffa44e
* | | | Convert external/libmpeg2 to Android.bpandroid-wear-o-preview-4android-wear-o-preview-3android-o-preview-3android-o-preview-2android-n-iot-preview-4n-iot-preview-4Colin Cross2017-04-263-18/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See build/soong/README.md for more information. Reapplies I9d246052f8b77a8f8c5b3e9f13358adea1c3a93e with a fix for building arm without neon. Test: m -j checkbuild Change-Id: I25ede8b612b662461d8cfca9ab69307c6efbb27f
* | | | Revert "Convert external/libmpeg2 to Android.bp"Colin Cross2017-04-253-16/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 981ea77f2f760fbcaf03ab36e84d72336004f9e4. Reason for revert:. Broke non-neon builds Change-Id: I52b298b00f98052ef5f249f88f853b0172aed3de
* | | | Convert external/libmpeg2 to Android.bpColin Cross2017-04-253-18/+16
|/ / / | | | | | | | | | | | | | | | | | | See build/soong/README.md for more information. Test: m -j checkbuild Change-Id: I9d246052f8b77a8f8c5b3e9f13358adea1c3a93e
* | | Added support for exporting seq header, seq extn and seq display extn infoandroid-wear-n-preview-2android-wear-7.1.1_r1android-n-preview-5android-n-iot-preview-2nougat-mr1-wear-releasen-iot-preview-2Harish Mahendrakar2016-06-161-0/+24
| | | | | | | | | | | | | | | | | | Bug: 27442922 Change-Id: Idebc69a2bac22c61ec06176e563c93f80d103eee
* | | Moved android_errorWriteLog calls under #ifdef __ANDROID__Harish Mahendrakar2016-05-231-1/+1
|/ / | | | | | | | | Also added liblog shared library to test\decoder.mk Change-Id: I91b30b8e09b4704a411dd5677350f0ed299623bf
* / Added deinterlacerHarish Mahendrakar2015-08-211-2/+14
|/ | | | | | | Decoder output is deinterlaced if a picture is signalled as interlaced Added SIMD optimizations for arm, armv8 and x86/x64 Change-Id: I6079922f4fc8f1d3680e5169a4d8e70efe8ea471
* Initial versionVenkatarama Avadhani2015-04-073-0/+3153
Change-Id: I5a9473876e596e7461e91f971b0243f694f7e8fb