aboutsummaryrefslogtreecommitdiff
path: root/files/unit_test
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2017-11-30 11:51:44 -0800
committerChong Zhang <chz@google.com>2019-05-13 17:33:31 -0700
commit11bb2a3be01f61b53f458a1b376705484de29573 (patch)
tree30f659a0c05a3c2aa94e963acdea54af96292524 /files/unit_test
parentff44b8d05f7df16fb29c47ddf734c3a2f35a7f97 (diff)
downloadlibyuv-11bb2a3be01f61b53f458a1b376705484de29573.tar.gz
NV21ToABGR for Android camera conversions
Bug: libyuv:762 Test: NV21ToABGR unittest Change-Id: I71448ab83930339083f07eeafccf240c6cb41c48 Reviewed-on: https://chromium-review.googlesource.com/795212 Commit-Queue: Frank Barchard <fbarchard@chromium.org> Reviewed-by: Cheng Wang <wangcheng@google.com> (cherry-picked from https://chromium-review.googlesource.com/795212) bug: 129908793
Diffstat (limited to 'files/unit_test')
-rw-r--r--files/unit_test/convert_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/files/unit_test/convert_test.cc b/files/unit_test/convert_test.cc
index 04d5a404..41564351 100644
--- a/files/unit_test/convert_test.cc
+++ b/files/unit_test/convert_test.cc
@@ -735,6 +735,8 @@ TESTQPLANARTOB(I420Alpha, 2, 2, ABGR, 4, 4, 1, 2)
TESTBIPLANARTOB(NV12, 2, 2, ARGB, 4, 2)
TESTBIPLANARTOB(NV21, 2, 2, ARGB, 4, 2)
+TESTBIPLANARTOB(NV12, 2, 2, ABGR, 4, 2)
+TESTBIPLANARTOB(NV21, 2, 2, ABGR, 4, 2)
TESTBIPLANARTOB(NV12, 2, 2, RGB565, 2, 9)
#ifdef DO_THREE_PLANES