OSDN Git Service

Signal eof flag for each input buffer
authorRam Mohan M <ram.mohan@ittiam.com>
Thu, 24 Aug 2017 11:33:56 +0000 (17:03 +0530)
committerPawin Vongmasa <pawin@google.com>
Sun, 17 Sep 2017 11:09:18 +0000 (04:09 -0700)
commit0cf6b3df5ba7cb5bd56f88377401286f157cc7d9
tree37aa907be2b815c4f9fbd5503fa18c69ebd88a76
parent3f2c1c1b1c42a545d0ac613ecdeae65d31e5e850
Signal eof flag for each input buffer

As the client sends single frame worth of data for processing all
the time, at the time of dispatch, signal eof flag for each buffer.

Also code that was repititive and doesnt serve any need is removed.

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_0Host \
-l INFO

Bug: 63796949

Change-Id: I530cbe69c27f5e4b1fae56ab808ef63107586275
media/omx/1.0/vts/functional/audio/VtsHalMediaOmxV1_0TargetAudioDecTest.cpp
media/omx/1.0/vts/functional/audio/VtsHalMediaOmxV1_0TargetAudioEncTest.cpp
media/omx/1.0/vts/functional/video/VtsHalMediaOmxV1_0TargetVideoDecTest.cpp
media/omx/1.0/vts/functional/video/VtsHalMediaOmxV1_0TargetVideoEncTest.cpp