Home
last modified time | relevance | path

Searched refs:GetDepthProfiles (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
H A Dcamera_napi_object_types.cpp145 … nativeDepthProfiles = Hold<std::vector<DepthProfile>>(cameraOutputCapability_.GetDepthProfiles()); in GetCameraNapiObject()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dcamera_output_capability.h231 std::vector<DepthProfile> GetDepthProfiles();
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp397 if (!cap->GetDepthProfiles().empty()) { in Test3()
398 DepthProfile dp = cap->GetDepthProfiles()[0]; in Test3()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_output_capability.cpp250 std::vector<DepthProfile> CameraOutputCapability::GetDepthProfiles() in GetDepthProfiles() function in OHOS::CameraStandard::CameraOutputCapability