OSDN Git Service

stagefright: remove allottedSize equality check in IOMX::useBuffer
authorLajos Molnar <lajos@google.com>
Thu, 27 Oct 2016 00:41:56 +0000 (17:41 -0700)
committerLajos Molnar <lajos@google.com>
Thu, 27 Oct 2016 01:55:39 +0000 (01:55 +0000)
commit58388aa7be1c6963eb4b8464d46938ba9b0a04b0
tree806cfa977b6f624fdca1ec1950bfda775cdb9761
parentdb358e20c6752f82a53d35c884ce58a923bd31b3
stagefright: remove allottedSize equality check in IOMX::useBuffer

This was meant for buffers shared cross-process, but we are not gaining
anything from this check even if it was at the correct place.

Bug: 32436178
Change-Id: I6919e8ac6e35092273e171f49f6711ba577ba2e6
media/libstagefright/omx/OMXNodeInstance.cpp