Home
last modified time | relevance | path

Searched refs:GetDataAccuracy (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Ddepth_data_output.cpp72 SetDataAccuracy(GetDepthProfile()->GetDataAccuracy()); in Start()
H A Dcamera_output_capability.cpp131 DepthDataAccuracy DepthProfile::GetDataAccuracy() in GetDataAccuracy() function in OHOS::CameraStandard::DepthProfile
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dcamera_output_capability.h172 DepthDataAccuracy GetDataAccuracy();
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp116 nativeAccuracy = static_cast<int32_t>(depthProfile_->GetDataAccuracy()); in ExecuteDepthData()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp1615 "height: %{public}d", depthProfile.GetCameraFormat(), depthProfile.GetDataAccuracy(), in CreateDepthProfile4StreamType()