Searched refs:depthProfile_ (Results 1 – 6 of 6) sorted by relevance
72 auto format = Hold<int32_t>(depthProfile_.format_); in GetCameraNapiObject()73 auto sizeObj = Hold<CameraNapiObjSize>(depthProfile_.size_); in GetCameraNapiObject()74 auto dataAccuracy = Hold<int32_t>(depthProfile_.dataAccuracy_); in GetCameraNapiObject()
51 thread_local std::shared_ptr<DepthProfile> DepthDataOutputNapi::depthProfile_ = nullptr; member in OHOS::CameraStandard::DepthDataOutputNapi83 int32_t depthDataWidth = static_cast<int32_t>(depthProfile_->GetSize().width); in ExecuteDepthData()84 int32_t depthDataHeight = static_cast<int32_t>(depthProfile_->GetSize().height); in ExecuteDepthData()104 nativeFormat = static_cast<int32_t>(depthProfile_->GetCameraFormat()); in ExecuteDepthData()116 nativeAccuracy = static_cast<int32_t>(depthProfile_->GetDataAccuracy()); in ExecuteDepthData()196 depthProfile_ = depthProfile; in SetDepthProfile()416 depthProfile_ = std::make_shared<DepthProfile>(depthProfile); in CreateDepthDataOutput()627 depthDataListener_->SetDepthProfile(depthProfile_); in RegisterDepthDataAvailableCallbackListener()
87 explicit CameraNapiObjDepthProfile(DepthProfile& depthProfile) : depthProfile_(depthProfile) {} in CameraNapiObjDepthProfile()91 DepthProfile& depthProfile_;
182 depthProfile_ = std::make_shared<DepthProfile>(depthProfile); in SetDepthProfile()188 return depthProfile_; in GetDepthProfile()
80 std::shared_ptr<DepthProfile> depthProfile_; variable159 static thread_local std::shared_ptr<DepthProfile> depthProfile_; variable
175 std::shared_ptr<DepthProfile> depthProfile_; variable