Home
last modified time | relevance | path

Searched refs:ACaptureSessionOutputContainer_create (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libcamera2ndk/
H A Dstubs_arm.cc76 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutputContainer_create);
143 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutputContainer_create); in init_stub_library()
H A Dstubs_arm64.cc76 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutputContainer_create);
143 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutputContainer_create); in init_stub_library()
/aosp12/frameworks/av/camera/ndk/
H A Dlibcamera2ndk.map.txt59 ACaptureSessionOutputContainer_create;
H A DNdkCameraDevice.cpp112 camera_status_t ACaptureSessionOutputContainer_create( in ACaptureSessionOutputContainer_create() function
/aosp12/frameworks/av/camera/ndk/include/camera/
H A DNdkCameraDevice.h334 camera_status_t ACaptureSessionOutputContainer_create(
/aosp12/frameworks/av/camera/ndk/ndk_vendor/tests/
H A DAImageReaderVendorTest.cpp90 ret = ACaptureSessionOutputContainer_create(&mOutputs); in initCamera()