/foundation/graphic/surface_lite/test/unittest/ |
H A D | graphic_surface_test.cpp | 217 surface->SetWidthAndHeight(0, 1080); in HWTEST_F() 222 surface->SetWidthAndHeight(7681, 1080); in HWTEST_F() 227 surface->SetWidthAndHeight(7680, 1080); in HWTEST_F() 232 surface->SetWidthAndHeight(1920, 1080); in HWTEST_F() 237 surface->SetWidthAndHeight(1920, 0); in HWTEST_F() 242 surface->SetWidthAndHeight(1920, 7681); in HWTEST_F() 247 surface->SetWidthAndHeight(1920, 7680); in HWTEST_F() 252 surface->SetWidthAndHeight(1280, 720); in HWTEST_F() 334 surface->SetWidthAndHeight(99, 90); in HWTEST_F() 571 surface->SetWidthAndHeight(10 in HWTEST_F() [all...] |
/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()
|
/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;
|
/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
|
/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);
|
/foundation/graphic/surface_lite/interfaces/kits/ |
H A D | surface.h | 105 virtual void SetWidthAndHeight(uint32_t width, uint32_t height) = 0;
|
/foundation/graphic/surface_lite/frameworks/ |
H A D | buffer_client_producer.h | 88 void SetWidthAndHeight(uint32_t width, uint32_t height) override;
|
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_queue_producer.h | 95 void SetWidthAndHeight(uint32_t width, uint32_t height) override;
|
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 | buffer_client_producer.cpp | 185 void BufferClientProducer::SetWidthAndHeight(uint32_t width, uint32_t height) in SetWidthAndHeight() function in OHOS::BufferClientProducer 198 GRAPHIC_LOGW("SetWidthAndHeight failed"); in SetWidthAndHeight()
|
H A D | buffer_queue.cpp | 344 void BufferQueue::SetWidthAndHeight(uint32_t width, uint32_t height) in SetWidthAndHeight() function in OHOS::BufferQueue
|
/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);
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_surface_view.cpp | 33 surface_->SetWidthAndHeight(GetWidth(), GetHeight()); in UISurfaceView()
|
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/ |
H A D | recorder_video_source.cpp | 71 surface->SetWidthAndHeight(width, height); in SetSurfaceSize()
|
H A D | recorder_data_source.cpp | 50 surface->SetWidthAndHeight(SURFACE_DEFAULT_HEIGHT, SURFACE_DEFAULT_WIDTH); in GetSurface()
|
/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()
|
/foundation/window/window_manager_lite/frameworks/wms/ |
H A D | lite_wm_requestor.cpp | 224 surface_->SetWidthAndHeight(layerInfo_.width, layerInfo_.height); in Screenshot()
|
/foundation/multimedia/camera_lite/test/unittest/ |
H A D | camera_lite_test.cpp | 350 surface->SetWidthAndHeight(WIDTH, HEIGHT); in StartRecord() 398 surface->GetSurface()->SetWidthAndHeight(WIDTH, HEIGHT); in StartPreview() 432 surface->SetWidthAndHeight(WIDTH, HEIGHT); in Capture() 1460 surface->SetWidthAndHeight(1920, 1080); in HWTEST_F() 1478 surface->SetWidthAndHeight(480, 360); in HWTEST_F() 1495 surface->SetWidthAndHeight(1920, 1080); in HWTEST_F()
|
/foundation/multimedia/audio_lite/frameworks/binder/ |
H A D | audio_capturer_client.cpp | 113 surface->SetWidthAndHeight(SURFACE_WIDTH, SURFACE_HEIGHT); in InitSurface()
|
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/scale_conversion/ |
H A D | scale_convert_process_common.cpp | 42 processedConfig_.SetWidthAndHeight(targetConfig.GetWidth(), targetConfig.GetHeight()); in InitNode()
|