OSDN Git Service

AArch64: Correction to OMX_U32 and OMX_S32
authorMarcus Oakland <marcus.oakland@arm.com>
Tue, 25 Mar 2014 17:53:43 +0000 (17:53 +0000)
committerGlenn Kasten <gkasten@android.com>
Wed, 2 Apr 2014 18:20:01 +0000 (11:20 -0700)
commit849de60c1eae2ec28f0b468b9ec16b339aad17e9
treece7a9111860222c7497afb5e280c110607a1fe7d
parent17b5ca1e665a1bbe17387b36fcce8f6b52513d5e
AArch64: Correction to OMX_U32 and OMX_S32

The types of OMX_U32 and OMX_S32 were appropriate to a 32-bit system
but were not appropriate to a 64-bit system. They have been changed to
make them portable between the two systems. With this change and a
change to frameworks/av/media/libstagefright/foundation/AString.cpp,
the android.media.cts.DecoderTest#testFlush CTS test passes.

Change-Id: I8e16c7169f54599c23fea71585b531e48541c78a
Signed-off-by: Marcus Oakland <marcus.oakland@arm.com>
include/media/openmax/OMX_Types.h