/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/ |
H A D | camera_output_capability.h | 161 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 D | capture_output.h | 138 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 D | depth_data_output_napi.h | 74 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 D | camera_output_capability.cpp | 127 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 D | capture_output.cpp | 179 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 D | camera_napi_object_types.h | 87 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 D | depth_data_output_napi.cpp | 51 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 D | camera_manager.h | 469 …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 D | camera_napi_object_types.cpp | 145 …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 D | camera_manager_napi.h | 212 DepthProfile depthProfile;
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/ |
H A D | time_lapse_photo_session_fuzzer.cpp | 398 DepthProfile dp = cap->GetDepthProfiles()[0]; in Test3()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
H A D | camera_manager.cpp | 719 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 D | camera_manager_napi.cpp | 1011 DepthProfile depthProfile; in CreateDepthDataOutputInstance()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/ |
H A D | js-apis-camera-sys.md | 573 | depthProfiles | Array\<[DepthProfile](#depthprofile12)\> | 是 | 否 |… 673 ## DepthProfile<sup>12+</sup>
|
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/ |
H A D | js-apis-camera-sys.md | 574 | depthProfiles | Array\<[DepthProfile](#depthprofile12)\> | Yes | No… 674 ## DepthProfile<sup>12+</sup>
|