OSDN Git Service

bug fix: add missing color formats to the check for valid formats
authorRam Mohan M <ram.mohan@ittiam.com>
Mon, 28 Aug 2017 11:15:19 +0000 (16:45 +0530)
committerPawin Vongmasa <pawin@google.com>
Fri, 1 Sep 2017 12:56:54 +0000 (05:56 -0700)
commita7ea9ae197a22f90753bfc6f20de2ad94aea49f6
tree9c9d2489151686c51b30510cd54307dd67154c9c
parentdf5dd34d6526e4c8253890b7bdcc5c230b07b866
bug fix: add missing color formats to the check for valid formats

Component can support 420PackedPlanar and 420PackedSemiPlanar as
their choice of color formats. The current test application can
fail in this case. This is corrected.

Test: make vts -j99 BUILD_GOOGLE_VTS=true TARGET_PRODUCT=aosp_arm64 \
&& vts-tradefed run commandAndExit vts \
--skip-all-system-status-check --primary-abi-only \
--skip-preconditions --module VtsHalMediaOmxV1_0Test -l INFO

Bug: 63796949

Change-Id: I38bbbb40b34dcdd4526e87708667dc116af900f1
media/omx/1.0/vts/functional/video/VtsHalMediaOmxV1_0TargetVideoDecTest.cpp