Home
last modified time | relevance | path

Searched refs:depthProfile_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
H A Dcamera_napi_object_types.cpp72 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()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp51 thread_local std::shared_ptr<DepthProfile> DepthDataOutputNapi::depthProfile_ = nullptr; member in OHOS::CameraStandard::DepthDataOutputNapi
83 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()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/
H A Dcamera_napi_object_types.h87 explicit CameraNapiObjDepthProfile(DepthProfile& depthProfile) : depthProfile_(depthProfile) {} in CameraNapiObjDepthProfile()
91 DepthProfile& depthProfile_;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcapture_output.cpp182 depthProfile_ = std::make_shared<DepthProfile>(depthProfile); in SetDepthProfile()
188 return depthProfile_; in GetDepthProfile()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Ddepth_data_output_napi.h80 std::shared_ptr<DepthProfile> depthProfile_; variable
159 static thread_local std::shared_ptr<DepthProfile> depthProfile_; variable
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dcapture_output.h175 std::shared_ptr<DepthProfile> depthProfile_; variable