Searched refs:SessionRemovePhotoOutput (Results 1 - 9 of 9) sorted by relevance
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/ |
H A D | camera_manager_ndk.h | 133 Camera_ErrorCode SessionRemovePhotoOutput(void);
|
H A D | module_test.cpp | 472 static napi_value SessionRemovePhotoOutput(napi_env env, napi_callback_info info) in SessionRemovePhotoOutput() function 476 Camera_ErrorCode ret = ndkCamera_->SessionRemovePhotoOutput(); in SessionRemovePhotoOutput() 993 { "sessionRemovePhotoOutput", nullptr, SessionRemovePhotoOutput, nullptr, nullptr, nullptr, in Init()
|
H A D | camera_manager.cpp | 672 Camera_ErrorCode NDKCamera::SessionRemovePhotoOutput(void) in SessionRemovePhotoOutput() function in NDKCamera
|
/test/xts/acts/multimedia/camera/camera_ndk_xts/OHCameraNdk/entry/src/main/cpp/ |
H A D | camera_manager.h | 131 Camera_ErrorCode SessionRemovePhotoOutput(int useCaseCode); // 删除拍照输出。
|
H A D | camera_manager.cpp | 849 Camera_ErrorCode NDKCamera::SessionRemovePhotoOutput(int useCaseCode) in SessionRemovePhotoOutput() function in NDKCamera
|
H A D | mian.cpp | 1041 Camera_ErrorCode code = ndkCamera->SessionRemovePhotoOutput(index); in OHCaptureSessionRemovePhotoOutput()
|
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/cpp/ |
H A D | camera_manager_ndk.h | 187 Camera_ErrorCode SessionRemovePhotoOutput(void);
|
H A D | main.cpp | 440 static napi_value SessionRemovePhotoOutput(napi_env env, napi_callback_info info) in SessionRemovePhotoOutput() function 444 Camera_ErrorCode ret = ndkCamera_->SessionRemovePhotoOutput(); in SessionRemovePhotoOutput() 2388 { "sessionRemovePhotoOutput", nullptr, SessionRemovePhotoOutput, nullptr, nullptr, nullptr, in Init()
|
H A D | camera_manager.cpp | 778 Camera_ErrorCode NDKCamera::SessionRemovePhotoOutput(void) in SessionRemovePhotoOutput() function in NDKCamera
|
Completed in 21 milliseconds