Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libcamera2ndk/
Dstubs_riscv64.cc59 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraOutputTarget_create);
133 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraOutputTarget_create); in init_stub_library()
Dstubs_arm64.cc59 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraOutputTarget_create);
133 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraOutputTarget_create); in init_stub_library()
Dstubs_arm.cc59 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraOutputTarget_create);
133 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraOutputTarget_create); in init_stub_library()
/frameworks/av/camera/ndk/
Dlibcamera2ndk.map.txt42 ACameraOutputTarget_create;
DNdkCaptureRequest.cpp29 camera_status_t ACameraOutputTarget_create( in ACameraOutputTarget_create() function
/frameworks/av/camera/ndk/include/camera/
DNdkCaptureRequest.h102 camera_status_t ACameraOutputTarget_create(ANativeWindow* window,
/frameworks/av/camera/ndk/ndk_vendor/tests/
DAImageReaderVendorTest.cpp177 ret = ACameraOutputTarget_create(mImgReaderAnw, &mReqImgReaderOutput); in initCamera()
194 ret = ACameraOutputTarget_create(physicalStream.anw, &outputTarget); in initCamera()