History log of /frameworks/base/core/jni/include/android_runtime/android_view_Surface.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d28e8283d39e7eb6c714511a0430d4cc836298cb 31-Mar-2017 Jiwen 'Steve' Cai <jwcai@google.com> ANativeWindow_toSurface implementation

This enables the conversion from an ANativeWindow (created by NDK API
such as: AImageReader_create) to a Java Surface, so that developers can
hookup a Java Producer to a native buffer consumer.

This CL also introduces android_view_Surface_createFromSurface helper
function in libandroid_runtime to convert a C++ sp<Surface> to a Java
Surface object.

Bug: 36862948
Test: android.media.cts.NativeImageReaderTest
Change-Id: Ia99adb654da505ac117a8e58153ac800df23a650
/frameworks/base/core/jni/include/android_runtime/android_view_Surface.h
172873f5e6754cb9c1cdb1c08b3b095770c1e3e3 17-Feb-2017 Romain Guy <romainguy@google.com> Merge "Add RGBA 10:10:10:2 format for surfaces"
8ec21062ded44fe28ea7cd50e24112dc1832b0e5 11-Feb-2017 Romain Guy <romainguy@google.com> Add RGBA 10:10:10:2 format for surfaces

Bug: 2984164
Test: CtsHardwareTestCases
Change-Id: I4a42cb9002d8f1f1362999f2739d06c712157620
/frameworks/base/core/jni/include/android_runtime/android_view_Surface.h
e68b4f73a92b4683a668608e1a64548eb7dbd27a 09-Feb-2017 Mathias Agopian <mathias@google.com> separate the JNI part of the NDK into their own source

Test: built and booted device
Bug: 35164655
Change-Id: I944c9f28730b82e8c428b5384dc57e1b296144b2
/frameworks/base/core/jni/include/android_runtime/android_view_Surface.h
f7e79d6eb3729b0555d1c88054f80467fc6c5303 16-Dec-2016 Romain Guy <romainguy@google.com> Remove RGBX_FP16 format

Bug: 32984164
Test: compile
Change-Id: I22ffe0991d3c4add68317a0554dcac6a7ac56d12
/frameworks/base/core/jni/include/android_runtime/android_view_Surface.h
71044fe7e5594f329f19b1a5e7f1ce2da6562082 14-Dec-2016 Colin Cross <ccross@android.com> Move libandroid_runtime headers into frameworks/base/core/jni

Move libandroid_runtime's headers into its source directory, and export
them to modules that link against libandroid_runtime. Also fixes
one unused-paramter warning that was hidden by the use of -isystem to
include frameworks/base/include.

Bug: 33630870
Test: m -j native
Change-Id: Id6c2561d6c7d82a7ca2d183f11b1d3d3dcb42843
/frameworks/base/core/jni/include/android_runtime/android_view_Surface.h