*HACK* assume android requests 1 more buffer then we specify
authorLajos Molnar <lajos@google.com>
Thu, 1 Aug 2013 20:20:12 +0000 (13:20 -0700)
committerLajos Molnar <lajos@google.com>
Thu, 1 Aug 2013 20:39:48 +0000 (13:39 -0700)
commit5752d65d5209598b0d7c3752ee0d3d39a78af73b
tree1904963e0d2d02c8e6d7865873d11dd08c692a78
parente8210a67695ab8abc48af9e0291971d37961291d
*HACK* assume android requests 1 more buffer then we specify

This used to be usually 2, but for synchronous surfaces that are
used most commonly, it is now 1.

The proper fix would be to allow android to request arbitrarily
more buffers than we specify to account for different buffer
consumer requirements, but that does not work with current code
base.

Change-Id: Ieeafda28b547343d420e7b74e0e5c4a7033673b8
Signed-off-by: Lajos Molnar <lajos@google.com>
Bug: 9970482
exynos_omx/openmax/exynos_omx/component/video/dec/h264/Exynos_OMX_H264dec.c
exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/Exynos_OMX_Mpeg4dec.c
exynos_omx/openmax/exynos_omx/component/video/dec/vp8/Exynos_OMX_Vp8dec.c