Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A Ddcamera_client_demo.cpp346 CameraStandard::Size picSize = profile.GetSize(); in GetPreviewProfiles() local
347 DHLOGI("width: %{public}d, height: %{public}d", picSize.width, picSize.height); in GetPreviewProfiles()
348 if (IsValid(picSize)) { in GetPreviewProfiles()
349 previewResolution.push_back(picSize); in GetPreviewProfiles()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/src/
H A Ddcamera_handler.cpp325 CameraStandard::Size picSize = profile.GetSize(); in ProcessProfile() local
331 …DHLOGI("width: %{public}d, height: %{public}d, format: %{public}d", picSize.width, picSize.height,… in ProcessProfile()
333 if (IsValid(type, picSize)) { in ProcessProfile()
334 …std::string resolutionValue = std::to_string(picSize.width) + "*" + std::to_string(picSize.height); in ProcessProfile()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp576 void RenderImage::FireLoadEvent(const Size& picSize, const std::string& errorMsg) const in FireLoadEvent() argument
584picSize.Width(), picSize.Height(), GetLayoutSize().Width(), GetLayoutSize().Height(), 1)); in FireLoadEvent()
595 .append(std::to_string(picSize.Width())) in FireLoadEvent()
597 .append(std::to_string(picSize.Height())) in FireLoadEvent()
603 .append(std::to_string(picSize.Width())) in FireLoadEvent()
605 .append(std::to_string(picSize.Height())) in FireLoadEvent()
H A Drender_image.h300 void FireLoadEvent(const Size& picSize, const std::string& errorMsg = "") const;