Searched refs:sDepthDataOutput_ (Results 1 – 2 of 2) sorted by relevance
49 thread_local sptr<DepthDataOutput> DepthDataOutputNapi::sDepthDataOutput_ = nullptr; member in OHOS::CameraStandard::DepthDataOutputNapi331 obj->depthDataOutput_ = sDepthDataOutput_; in DepthDataOutputNapiConstructor()407 &sDepthDataOutput_); in CreateDepthDataOutput()408 if (!CameraNapiUtils::CheckError(env, retCode) || sDepthDataOutput_ == nullptr) { in CreateDepthDataOutput()413 sDepthDataOutput_ = nullptr; in CreateDepthDataOutput()
151 static thread_local sptr<DepthDataOutput> sDepthDataOutput_; variable