Home
last modified time | relevance | path

Searched refs:DepthProfile (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dcamera_output_capability.h161 class DepthProfile : public Profile {
163 DepthProfile(CameraFormat format, DepthDataAccuracy dataAccuracy, Size size);
164 DepthProfile() = default;
165 virtual ~DepthProfile() = default;
166 DepthProfile& operator=(const DepthProfile& rhs)
231 std::vector<DepthProfile> GetDepthProfiles();
238 void SetDepthProfiles(std::vector<DepthProfile> depthProfiles);
264 std::vector<DepthProfile> depthProfiles_ = {};
H A Dcapture_output.h138 void SetDepthProfile(DepthProfile& depthProfile);
139 std::shared_ptr<DepthProfile> GetDepthProfile();
175 std::shared_ptr<DepthProfile> depthProfile_;
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Ddepth_data_output_napi.h74 void SetDepthProfile(std::shared_ptr<DepthProfile> depthProfile);
80 std::shared_ptr<DepthProfile> depthProfile_;
122 static napi_value CreateDepthDataOutput(napi_env env, DepthProfile& depthProfile);
159 static thread_local std::shared_ptr<DepthProfile> depthProfile_;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_output_capability.cpp127 DepthProfile::DepthProfile(CameraFormat format, DepthDataAccuracy dataAccuracy, Size size) : Profil… in DepthProfile() function in OHOS::CameraStandard::DepthProfile
131 DepthDataAccuracy DepthProfile::GetDataAccuracy() in GetDataAccuracy()
250 std::vector<DepthProfile> CameraOutputCapability::GetDepthProfiles() in GetDepthProfiles()
255 void CameraOutputCapability::SetDepthProfiles(std::vector<DepthProfile> depthProfiles) in SetDepthProfiles()
H A Dcapture_output.cpp179 void CaptureOutput::SetDepthProfile(DepthProfile& depthProfile) in SetDepthProfile()
182 depthProfile_ = std::make_shared<DepthProfile>(depthProfile); in SetDepthProfile()
185 std::shared_ptr<DepthProfile> CaptureOutput::GetDepthProfile() in GetDepthProfile()
/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/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp51 thread_local std::shared_ptr<DepthProfile> DepthDataOutputNapi::depthProfile_ = nullptr;
194 void DepthDataListener::SetDepthProfile(std::shared_ptr<DepthProfile> depthProfile) in SetDepthProfile()
378 napi_value DepthDataOutputNapi::CreateDepthDataOutput(napi_env env, DepthProfile& depthProfile) in CreateDepthDataOutput()
416 depthProfile_ = std::make_shared<DepthProfile>(depthProfile); in CreateDepthDataOutput()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_manager.h469 …sptr<DepthDataOutput> CreateDepthDataOutput(DepthProfile& depthProfile, sptr<IBufferProducer> &sur…
479 int CreateDepthDataOutput(DepthProfile& depthProfile, sptr<IBufferProducer> &surface,
857 std::vector<DepthProfile> depthProfiles_ = {};
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
H A Dcamera_napi_object_types.cpp145 …auto nativeDepthProfiles = Hold<std::vector<DepthProfile>>(cameraOutputCapability_.GetDepthProfile… in GetCameraNapiObject()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/input/
H A Dcamera_manager_napi.h212 DepthProfile depthProfile;
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp398 DepthProfile dp = cap->GetDepthProfiles()[0]; in Test3()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp719 sptr<DepthDataOutput> CameraManager::CreateDepthDataOutput(DepthProfile& depthProfile, sptr<IBuffer… in CreateDepthDataOutput()
731 int CameraManager::CreateDepthDataOutput(DepthProfile& depthProfile, sptr<IBufferProducer> &surface, in CreateDepthDataOutput()
1613 DepthProfile depthProfile = DepthProfile(format, dataAccuracy, size); in CreateDepthProfile4StreamType()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_manager_napi.cpp1011 DepthProfile depthProfile; in CreateDepthDataOutputInstance()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera-sys.md573 | depthProfiles | Array\<[DepthProfile](#depthprofile12)\> | 是 | 否 |…
673 ## DepthProfile<sup>12+</sup>
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera-sys.md574 | depthProfiles | Array\<[DepthProfile](#depthprofile12)\> | Yes | No…
674 ## DepthProfile<sup>12+</sup>