Home
last modified time | relevance | path

Searched refs:IsDepthDataOutput (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_output_napi.h130 static bool IsDepthDataOutput(napi_env env, napi_value obj);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp431 bool DepthDataOutputNapi::IsDepthDataOutput(napi_env env, napi_value obj) in IsDepthDataOutput() function in OHOS::CameraStandard::DepthDataOutputNapi
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp1301 } else if (DepthDataOutputNapi::IsDepthDataOutput(env, argv[i])) { in GetJSArgsForCameraOutput()