Home
last modified time | relevance | path

Searched refs:CreateDepthData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Ddepth_data_napi.h31 …static napi_value CreateDepthData(napi_env env, napi_value format, napi_value depthMap, napi_value…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_napi.cpp112 napi_value DepthDataNapi::CreateDepthData(napi_env env, napi_value format, napi_value depthMap, in CreateDepthData() function in OHOS::CameraStandard::DepthDataNapi
H A Ddepth_data_output_napi.cpp119 result[1] = DepthDataNapi::CreateDepthData(env_, format, depthMap, qualityLevel, accuracy); in ExecuteDepthData()