OSDN Git Service

AArch64: Use long for pointers in VideoEditor classes
authorAshok Bhat <ashok.bhat@arm.com>
Tue, 17 Dec 2013 14:13:08 +0000 (14:13 +0000)
committerNarayan Kamath <narayan@google.com>
Tue, 7 Jan 2014 12:49:41 +0000 (12:49 +0000)
commit44ba5c1b4ef33ff50dacb2eb5553d01405e77f4d
tree1c84566cb6974d644a0771efadc085a74329ab0b
parent670327544184dbd6274de9127ceaf20dfd5801b4
AArch64: Use long for pointers in VideoEditor classes

For storing pointers, long is used in VideoEditor
classes, as native pointers can be 64-bit.

In addition, some minor changes have been done
to conform with standard JNI practice (e.g. use
of jint instead of int in JNI function prototypes)

Change-Id: Ifff3a28f2ab6774ee89d31770ad63451c8726431
Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
Signed-off-by: Marcus Oakland <marcus.oakland@arm.com>
Signed-off-by: Kévin PETIT <kevin.petit@arm.com>
media/java/android/media/videoeditor/MediaArtistNativeHelper.java
media/jni/mediaeditor/VideoEditorClasses.cpp
media/jni/mediaeditor/VideoEditorMain.cpp