Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libcamera2ndk/
Dstubs_riscv64.cc83 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutputContainer_create);
157 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutputContainer_create); in init_stub_library()
Dstubs_arm64.cc83 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutputContainer_create);
157 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutputContainer_create); in init_stub_library()
Dstubs_arm.cc83 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutputContainer_create);
157 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutputContainer_create); in init_stub_library()
/frameworks/av/camera/ndk/
Dlibcamera2ndk.map.txt66 ACaptureSessionOutputContainer_create;
DNdkCameraDevice.cpp105 camera_status_t ACaptureSessionOutputContainer_create( in ACaptureSessionOutputContainer_create() function
/frameworks/av/camera/ndk/include/camera/
DNdkCameraDevice.h334 camera_status_t ACaptureSessionOutputContainer_create(
/frameworks/av/camera/ndk/ndk_vendor/tests/
DAImageReaderVendorTest.cpp90 ret = ACaptureSessionOutputContainer_create(&mOutputs); in initCamera()