OSDN Git Service

bug fix: handle OMX_EventBufferFlag events
authorRam Mohan M <ram.mohan@ittiam.com>
Thu, 22 Jun 2017 08:23:12 +0000 (13:53 +0530)
committerPawin Vongmasa <pawin@google.com>
Mon, 7 Aug 2017 21:21:12 +0000 (14:21 -0700)
commitc8df8940e1595f8d35cbd1df744eb3460a4c2d77
tree437924e79afa45d6d6c9292ac087399d02690b01
parent029633dcd0cf6d95c2c7f37738392660c34dcd17
bug fix: handle OMX_EventBufferFlag events

OMX_EventBufferFlag event is sent when the component has processed a buffer
with its EOS flag set. This event is not sent by soft omx components.
Vendor components can send this. From IOMX point of view, this event is
not sent for processing

bug:64102197
Merged-In: I3a978a885b1e4446f82f2356ae677f70ea6f8150
Change-Id: I3a978a885b1e4446f82f2356ae677f70ea6f8150
media/omx/1.0/vts/functional/audio/VtsHalMediaOmxV1_0TargetAudioDecTest.cpp
media/omx/1.0/vts/functional/common/media_hidl_test_common.cpp
media/omx/1.0/vts/functional/common/media_hidl_test_common.h
media/omx/1.0/vts/functional/video/VtsHalMediaOmxV1_0TargetVideoDecTest.cpp