/ohos5.0/foundation/graphic/surface_lite/test/unittest/ |
H A D | graphic_surface_test.cpp | 217 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 D | slider_component.cpp | 147 SetWidthAndHeight(); in PostUpdate() 173 SetWidthAndHeight(); in OnViewAttached() 192 void SliderComponent::SetWidthAndHeight() in SetWidthAndHeight() function in OHOS::ACELite::SliderComponent
|
H A D | slider_component.h | 47 void SetWidthAndHeight();
|
H A D | camera_component.cpp | 282 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 D | subsys-multimedia-camera-record-guide.md | 28 surface->SetWidthAndHeight(1920, 1080);
|
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | egl_surface.h | 38 virtual GSError SetWidthAndHeight(int32_t width, int32_t height) = 0;
|
/ohos5.0/foundation/graphic/surface_lite/frameworks/ |
H A D | buffer_queue_producer.cpp | 97 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 D | surface_impl.cpp | 102 void SurfaceImpl::SetWidthAndHeight(uint32_t width, uint32_t height) in SetWidthAndHeight() function in OHOS::SurfaceImpl 107 producer_->SetWidthAndHeight(width, height); in SetWidthAndHeight()
|
H A D | buffer_client_producer.h | 88 void SetWidthAndHeight(uint32_t width, uint32_t height) override;
|
H A D | buffer_queue_producer.h | 95 void SetWidthAndHeight(uint32_t width, uint32_t height) override;
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/utils/ |
H A D | image_common_type.cpp | 35 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 D | device-camera-control-demo-videoguide.md | 28 surface->SetWidthAndHeight(1920, 1080);
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-multimedia-camera-record-guide.md | 28 surface->SetWidthAndHeight(1920, 1080);
|
/ohos5.0/foundation/graphic/surface_lite/interfaces/innerkits/ |
H A D | buffer_producer.h | 105 virtual void SetWidthAndHeight(uint32_t width, uint32_t height) = 0;
|
H A D | surface_impl.h | 70 void SetWidthAndHeight(uint32_t width, uint32_t height) override;
|
H A D | buffer_queue.h | 107 void SetWidthAndHeight(uint32_t width, uint32_t height);
|
/ohos5.0/foundation/graphic/surface_lite/interfaces/kits/ |
H A D | surface.h | 105 virtual void SetWidthAndHeight(uint32_t width, uint32_t height) = 0;
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/utils/ |
H A D | image_common_type.h | 58 void SetWidthAndHeight(int32_t width, int32_t height);
|
/ohos5.0/docs/en/device-dev/guide/ |
H A D | device-camera-control-demo-videoguide.md | 23 surface->SetWidthAndHeight(1920, 1080);
|
/ohos5.0/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_win.cpp | 85 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 D | recorder_data_source.cpp | 50 surface->SetWidthAndHeight(SURFACE_DEFAULT_HEIGHT, SURFACE_DEFAULT_WIDTH); in GetSurface()
|
H A D | recorder_video_source.cpp | 71 surface->SetWidthAndHeight(width, height); in SetSurfaceSize()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_surface_view.cpp | 33 surface_->SetWidthAndHeight(GetWidth(), GetHeight()); in UISurfaceView()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/lite/ |
H A D | stream_tunnel.cpp | 161 bufferQueue_->SetWidthAndHeight(config.width, config.height); in Config()
|
/ohos5.0/foundation/window/window_manager_lite/frameworks/wms/ |
H A D | lite_wm_requestor.cpp | 224 surface_->SetWidthAndHeight(layerInfo_.width, layerInfo_.height); in Screenshot()
|