Home
last modified time | relevance | path

Searched refs:SetDepthProfiles (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dcamera_output_capability.h238 void SetDepthProfiles(std::vector<DepthProfile> depthProfiles);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_output_capability.cpp255 void CameraOutputCapability::SetDepthProfiles(std::vector<DepthProfile> depthProfiles) in SetDepthProfiles() function in OHOS::CameraStandard::CameraOutputCapability
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp1744 cameraOutputCapability->SetDepthProfiles(depthProfiles_); in GetSupportedOutputCapability()