Home
last modified time | relevance | path

Searched refs:SetWidthAndHeight (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/graphic/surface_lite/test/unittest/
H A Dgraphic_surface_test.cpp217 surface->SetWidthAndHeight(0, 1080);
222 surface->SetWidthAndHeight(7681, 1080);
227 surface->SetWidthAndHeight(7680, 1080);
232 surface->SetWidthAndHeight(1920, 1080);
237 surface->SetWidthAndHeight(1920, 0);
242 surface->SetWidthAndHeight(1920, 7681);
247 surface->SetWidthAndHeight(1920, 7680);
252 surface->SetWidthAndHeight(1280, 720);
334 surface->SetWidthAndHeight(99, 90);
571 surface->SetWidthAndHeight(101, 202); // set width(101), height(202)
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dslider_component.cpp147 SetWidthAndHeight(); in PostUpdate()
173 SetWidthAndHeight(); in OnViewAttached()
192 void SliderComponent::SetWidthAndHeight() in SetWidthAndHeight() function in OHOS::ACELite::SliderComponent
H A Dslider_component.h47 void SetWidthAndHeight();
H A Dcamera_component.cpp282 captureSurface_->SetWidthAndHeight(IMAG_W_PIXELS, IMAG_H_PIXELS); in CreateNativeViews()
364 previewSurface->SetWidthAndHeight(IMAG_W_PIXELS, IMAG_H_PIXELS); in PostRender()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-multimedia-camera-record-guide.md28 surface->SetWidthAndHeight(1920, 1080);
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Degl_surface.h38 virtual GSError SetWidthAndHeight(int32_t width, int32_t height) = 0;
/ohos5.0/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_queue_producer.cpp97 product->SetWidthAndHeight(width, height); in OnSetWidthAndHeight()
291 void BufferQueueProducer::SetWidthAndHeight(uint32_t width, uint32_t height) in SetWidthAndHeight() function in OHOS::BufferQueueProducer
294 bufferQueue_->SetWidthAndHeight(width, height); in SetWidthAndHeight()
H A Dsurface_impl.cpp102 void SurfaceImpl::SetWidthAndHeight(uint32_t width, uint32_t height) in SetWidthAndHeight() function in OHOS::SurfaceImpl
107 producer_->SetWidthAndHeight(width, height); in SetWidthAndHeight()
H A Dbuffer_client_producer.h88 void SetWidthAndHeight(uint32_t width, uint32_t height) override;
H A Dbuffer_queue_producer.h95 void SetWidthAndHeight(uint32_t width, uint32_t height) override;
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/utils/
H A Dimage_common_type.cpp35 void VideoConfigParams::SetWidthAndHeight(int32_t width, int32_t height) in SetWidthAndHeight() function in OHOS::DistributedHardware::VideoConfigParams
/ohos5.0/docs/zh-cn/device-dev/guide/
H A Ddevice-camera-control-demo-videoguide.md28 surface->SetWidthAndHeight(1920, 1080);
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-multimedia-camera-record-guide.md28 surface->SetWidthAndHeight(1920, 1080);
/ohos5.0/foundation/graphic/surface_lite/interfaces/innerkits/
H A Dbuffer_producer.h105 virtual void SetWidthAndHeight(uint32_t width, uint32_t height) = 0;
H A Dsurface_impl.h70 void SetWidthAndHeight(uint32_t width, uint32_t height) override;
H A Dbuffer_queue.h107 void SetWidthAndHeight(uint32_t width, uint32_t height);
/ohos5.0/foundation/graphic/surface_lite/interfaces/kits/
H A Dsurface.h105 virtual void SetWidthAndHeight(uint32_t width, uint32_t height) = 0;
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/utils/
H A Dimage_common_type.h58 void SetWidthAndHeight(int32_t width, int32_t height);
/ohos5.0/docs/en/device-dev/guide/
H A Ddevice-camera-control-demo-videoguide.md23 surface->SetWidthAndHeight(1920, 1080);
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dlite_win.cpp85 surface_->SetWidthAndHeight(config_.rect.GetWidth(), config_.rect.GetHeight()); in CreateSurface()
111 surface_->SetWidthAndHeight(width, height); in ResizeSurface()
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_data_source.cpp50 surface->SetWidthAndHeight(SURFACE_DEFAULT_HEIGHT, SURFACE_DEFAULT_WIDTH); in GetSurface()
H A Drecorder_video_source.cpp71 surface->SetWidthAndHeight(width, height); in SetSurfaceSize()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_surface_view.cpp33 surface_->SetWidthAndHeight(GetWidth(), GetHeight()); in UISurfaceView()
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/lite/
H A Dstream_tunnel.cpp161 bufferQueue_->SetWidthAndHeight(config.width, config.height); in Config()
/ohos5.0/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_wm_requestor.cpp224 surface_->SetWidthAndHeight(layerInfo_.width, layerInfo_.height); in Screenshot()

12