Home
last modified time | relevance | path

Searched refs:CreateDepthDataOutputInstance (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/input/
H A Dcamera_manager_napi.h151 static napi_value CreateDepthDataOutputInstance(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_manager_napi.cpp658 DECLARE_NAPI_FUNCTION("createDepthDataOutput", CreateDepthDataOutputInstance), in Init()
1004 napi_value CameraManagerNapi::CreateDepthDataOutputInstance(napi_env env, napi_callback_info info) in CreateDepthDataOutputInstance() function in OHOS::CameraStandard::CameraManagerNapi