Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp49 thread_local sptr<DepthDataOutput> DepthDataOutputNapi::sDepthDataOutput_ = nullptr; member in OHOS::CameraStandard::DepthDataOutputNapi
331 obj->depthDataOutput_ = sDepthDataOutput_; in DepthDataOutputNapiConstructor()
407 &sDepthDataOutput_); in CreateDepthDataOutput()
408 if (!CameraNapiUtils::CheckError(env, retCode) || sDepthDataOutput_ == nullptr) { in CreateDepthDataOutput()
413 sDepthDataOutput_ = nullptr; in CreateDepthDataOutput()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Ddepth_data_output_napi.h151 static thread_local sptr<DepthDataOutput> sDepthDataOutput_; variable