OSDN Git Service

bug fix: output colorformat configuration fixed
authorRam Mohan M <ram.mohan@ittiam.com>
Tue, 4 Jul 2017 13:51:19 +0000 (19:21 +0530)
committerPawin Vongmasa <pawin@google.com>
Fri, 18 Aug 2017 04:29:32 +0000 (21:29 -0700)
commit1441864f4c22ec7ae3fc8dd0e7bd525c45b52f13
tree91b82124511aeb9e31cb387b0b9d9388d412da58
parent727b2ba98c81b962cfd3cfbaf8b706cce37cb096
bug fix: output colorformat configuration fixed

The eColorFormat field in OMX_PARAM_PORTDEFINITIONTYPE structure
has no effect on the component. This has to be configured from
OMX_VIDEO_PARAM_PORTFORMATTYPE. This is corrected. This color format
information is passed to graphic buffer during its allocation

Bug: 63796949

Merged-In: I51b1e59631647d1291ecfac373781ac5e5a0ffd5
Change-Id: I51b1e59631647d1291ecfac373781ac5e5a0ffd5
media/omx/1.0/vts/functional/common/Android.bp [changed mode: 0755->0644]
media/omx/1.0/vts/functional/common/media_hidl_test_common.cpp [changed mode: 0755->0644]
media/omx/1.0/vts/functional/video/VtsHalMediaOmxV1_0TargetVideoDecTest.cpp