Searched refs:picSize (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/ |
H A D | dcamera_client_demo.cpp | 346 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 D | dcamera_handler.cpp | 325 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 D | render_image.cpp | 576 void RenderImage::FireLoadEvent(const Size& picSize, const std::string& errorMsg) const in FireLoadEvent() argument 584 … picSize.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 D | render_image.h | 300 void FireLoadEvent(const Size& picSize, const std::string& errorMsg = "") const;
|