• Home
  • History
  • Annotate
  • only in /frameworks/base/media/mca/filterfw/jni/
History log of /frameworks/base/media/mca/filterfw/jni/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
34db51cdd7633983169d5b538f2ae2931f670b86 16-Dec-2014 Ying Wang <wangying@google.com> Cleanup Obsolete LOCAL_PRELINK_MODULE.

Bug: 18675947
Change-Id: If4909c5f8495136d381b289a3d55e811313abccc
ndroid.mk
57f637279a5b53022cdf742e329303abcf5eccaa 24-Nov-2014 Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org> Add -Wno-unused-parameter to LOCAL_CFLAGS

Some JNI functions ignore the JNI environment and class information, but
still take the parameters -- causing a build failure with clang (and gcc
with -Wextra enabled). Ignore this.

Change-Id: I049fcf65991b19d2416fce105699311803b43cfc
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
ndroid.mk
ff1d8a6635fb6441615778a47e2881129574a5b1 12-Nov-2014 Dan Albert <danalbert@google.com> Move frameworks/base over to libc++.

Bug: 15193147
Change-Id: I96109d2d383f0c8a4aaa611f29fcf887afb3c69e
ni_util.h
e5160e7e59f96aa457e7a4217197150086e8b7ca 11-Nov-2014 Andreas Gampe <agampe@google.com> Frameworks/base: Wall Werror in media/mca

Turn on -Wall -Werror in media/mca. Fix warnings.

Change-Id: I2a43df1d0639babe240b91942a5ea3f8babdef93
ndroid.mk
ni_gl_environment.cpp
ni_init.cpp
075e9a19ce645752f8282bc19c91b25978a7dc52 06-Jan-2014 Ashok Bhat <ashok.bhat@arm.com> AArch64: Use long for pointers in media classes

For storing pointers, long is used in media 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: Idc4ca0124d03df7f9cef412488abafd020e5e774
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>
ni_gl_environment.cpp
52800617946c456e78ed010c82d0ec4358368164 15-Feb-2013 Mathias Agopian <mathias@google.com> Refactoring: Rename SurfaceTextureClient to Surface

Change-Id: I5a218ca11abeeec05e3a4c3cfc581bcc788814ea
ni_gl_environment.cpp
d47f7d8b5fe3a3861d7cbdc5f912235407823c8e 18-Dec-2012 Andy McFadden <fadden@android.com> Rename ISurfaceTexture and SurfaceTexture

The C++ class names don't match what the classes do, so rename
ISurfaceTexture to IGraphicBufferProducer, and SurfaceTexture to
GLConsumer.

Bug 7736700

Change-Id: I08e677faf2ebb418ef131d0a8008e01037db0e50
ni_gl_environment.cpp
ni_gl_environment.h
eba8254c8cae92d653c5203f65cb36f3fc724f9d 12-Dec-2012 Andrew Hsieh <andrewhsieh@google.com> Fix typo

Changed ANDROID_BITMAP_RESUT_SUCCESS -> ANDROID_BITMAP_RESULT_SUCCESS

Change-Id: I3d5525d7dacbf8f007e3230e1ca87b69245a96b1
ni_gl_frame.cpp
ni_native_frame.cpp
65953da4636fbf5f0a24b8f5f2b5fa7d76ff13d9 27-Mar-2012 Marius Renn <renn@google.com> Multi-Project Commit: Move of filterfw out of system/media (2 of 7)

This is part of the multi-project commit to move the filter-framework
from system/media/mca to frameworks/base/media/mca.

Note that the filter-framework will soon be replaced with a refactored
version currently under API review (also to go under frameworks/base).
This move is done now to unblock the PDK efforts.

Change-Id: I9f42be5a12a9e8157512be11f04e38e4548970be
ndroid.mk
ni_gl_environment.cpp
ni_gl_environment.h
ni_gl_frame.cpp
ni_gl_frame.h
ni_init.cpp
ni_native_buffer.cpp
ni_native_buffer.h
ni_native_frame.cpp
ni_native_frame.h
ni_native_program.cpp
ni_native_program.h
ni_shader_program.cpp
ni_shader_program.h
ni_util.cpp
ni_util.h
ni_vertex_frame.cpp
ni_vertex_frame.h