Skip to content

Commit

Permalink
Merge UP1A.230201.002
Browse files Browse the repository at this point in the history
Change-Id: I59ce8b44b859feb92d4c4702238f2cba66b50586
  • Loading branch information
Rob Seymour committed Feb 21, 2023
2 parents 8ca3ceb + f001730 commit d8e82f6
Show file tree
Hide file tree
Showing 124 changed files with 5,145 additions and 4,378 deletions.
4 changes: 2 additions & 2 deletions apex/ld.config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace.default.links = platform
# TODO: replace the following when apex has a way to auto-generate this list
# namespace.default.link.platform.shared_libs = %LLNDK_LIBRARIES%
# namespace.default.link.platform.shared_libs += %SANITIZER_RUNTIME_LIBRARIES%
namespace.default.link.platform.shared_libs = libEGL.so:libGLESv1_CM.so:libGLESv2.so:libGLESv3.so:libRS.so:libandroid_net.so:libc.so:libcgrouprc.so:libclang_rt.asan-aarch64-android.so:libclang_rt.asan-arm-android.so:libclang_rt.hwasan-aarch64-android.so:libclang_rt.asan-i686-android.so:libclang_rt.asan-x86_64-android.so:libdl.so:libft2.so:liblog.so:libm.so:libmediandk.so:libnativewindow.so:libneuralnetworks.so:libsync.so:libvndksupport.so:libdl_android.so:libvulkan.so:libbinder_ndk.so
namespace.default.link.platform.shared_libs = libEGL.so:libGLESv1_CM.so:libGLESv2.so:libGLESv3.so:libandroid_net.so:libc.so:libcgrouprc.so:libclang_rt.asan-aarch64-android.so:libclang_rt.asan-arm-android.so:libclang_rt.hwasan-aarch64-android.so:libclang_rt.asan-i686-android.so:libclang_rt.asan-x86_64-android.so:libdl.so:libft2.so:liblog.so:libm.so:libmediandk.so:libnativewindow.so:libneuralnetworks.so:libsync.so:libvndksupport.so:libdl_android.so:libvulkan.so:libbinder_ndk.so

###############################################################################
# "platform" namespace
Expand Down Expand Up @@ -138,7 +138,7 @@ namespace.sphal.links = platform
# TODO: replace the following when apex has a way to auto-generate this list
# namespace.sphal.link.platform.shared_libs = %LLNDK_LIBRARIES%
# namespace.sphal.link.platform.shared_libs += %SANITIZER_RUNTIME_LIBRARIES%
namespace.sphal.link.platform.shared_libs = libEGL.so:libGLESv1_CM.so:libGLESv2.so:libGLESv3.so:libRS.so:libandroid_net.so:libc.so:libcgrouprc.so:libclang_rt.asan-aarch64-android.so:libclang_rt.asan-arm-android.so:libclang_rt.hwasan-aarch64-android.so:libclang_rt.asan-i686-android.so:libclang_rt.asan-x86_64-android.so:libdl.so:libft2.so:liblog.so:libm.so:libmediandk.so:libnativewindow.so:libneuralnetworks.so:libsync.so:libvndksupport.so:libvulkan.so:libbinder_ndk.so
namespace.sphal.link.platform.shared_libs = libEGL.so:libGLESv1_CM.so:libGLESv2.so:libGLESv3.so:libandroid_net.so:libc.so:libcgrouprc.so:libclang_rt.asan-aarch64-android.so:libclang_rt.asan-arm-android.so:libclang_rt.hwasan-aarch64-android.so:libclang_rt.asan-i686-android.so:libclang_rt.asan-x86_64-android.so:libdl.so:libft2.so:liblog.so:libm.so:libmediandk.so:libnativewindow.so:libneuralnetworks.so:libsync.so:libvndksupport.so:libvulkan.so:libbinder_ndk.so

# Add a link for libz.so which is llndk on devices where VNDK is not enforced.
namespace.sphal.link.platform.shared_libs += libz.so
Expand Down
12 changes: 0 additions & 12 deletions camera/ndk/include/camera/NdkCameraDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -470,18 +470,6 @@ camera_status_t ACaptureSessionOutputContainer_remove(
* <a href="http://developer.android.com/reference/android/media/CamcorderProfile.html">
* CamcorderProfiles</a>.</li>
*
* <li>For efficient YUV processing with <a href=
* "http://developer.android.com/reference/android/renderscript/package-summary.html">
* RenderScript</a>:
* Create a RenderScript
* <a href="http://developer.android.com/reference/android/renderscript/Allocation.html">
* Allocation</a> with a supported YUV
* type, the IO_INPUT flag, and one of the YUV output sizes returned by
* {@link ACAMERA_SCALER_AVAILABLE_STREAM_CONFIGURATIONS},
* Then obtain the Surface with
* <a href="http://developer.android.com/reference/android/renderscript/Allocation.html#getSurface()">
* Allocation#getSurface}</a>.</li>
*
* <li>For access to RAW, uncompressed YUV, or compressed JPEG data in the application: Create an
* {@link AImageReader} object using the {@link AImageReader_new} method with one of the supported
* output formats given by {@link ACAMERA_SCALER_AVAILABLE_STREAM_CONFIGURATIONS}. Then obtain a
Expand Down
40 changes: 0 additions & 40 deletions cmds/stagefright/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -210,46 +210,6 @@ cc_binary {
],
}

cc_binary {
name: "mediafilter",

srcs: [
"filters/argbtorgba.rscript",
"filters/nightvision.rscript",
"filters/saturation.rscript",
"mediafilter.cpp",
],

header_libs: [
"libmediadrm_headers",
"libmediametrics_headers",
"libstagefright_headers",
"rs-headers",
],

shared_libs: [
"libstagefright",
"liblog",
"libutils",
"libbinder",
"libstagefright_foundation",
"libmedia_omx",
"libui",
"libgui",
"libRScpp",
],

static_libs: ["libstagefright_mediafilter"],

cflags: [
"-Wno-multichar",
],

sanitize: {
cfi: true,
},
}

cc_binary {
name: "muxer",

Expand Down
38 changes: 0 additions & 38 deletions cmds/stagefright/filters/nightvision.rscript

This file was deleted.

40 changes: 0 additions & 40 deletions cmds/stagefright/filters/saturation.rscript

This file was deleted.

Loading

0 comments on commit d8e82f6

Please sign in to comment.