Home
last modified time | relevance | path

Searched refs:SetWidthAndHeight (Results 1 - 25 of 26) sorted by relevance

12

/foundation/graphic/surface_lite/test/unittest/
H A Dgraphic_surface_test.cpp217 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 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()
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Degl_surface.h38 virtual GSError SetWidthAndHeight(int32_t width, int32_t height) = 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
/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);
/foundation/graphic/surface_lite/interfaces/kits/
H A Dsurface.h105 virtual void SetWidthAndHeight(uint32_t width, uint32_t height) = 0;
/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_client_producer.h88 void SetWidthAndHeight(uint32_t width, uint32_t height) override;
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_queue_producer.h95 void SetWidthAndHeight(uint32_t width, uint32_t height) override;
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 Dbuffer_client_producer.cpp185 void BufferClientProducer::SetWidthAndHeight(uint32_t width, uint32_t height) in SetWidthAndHeight() function in OHOS::BufferClientProducer
198 GRAPHIC_LOGW("SetWidthAndHeight failed"); in SetWidthAndHeight()
H A Dbuffer_queue.cpp344 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 Dimage_common_type.h58 void SetWidthAndHeight(int32_t width, int32_t height);
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_surface_view.cpp33 surface_->SetWidthAndHeight(GetWidth(), GetHeight()); in UISurfaceView()
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_video_source.cpp71 surface->SetWidthAndHeight(width, height); in SetSurfaceSize()
H A Drecorder_data_source.cpp50 surface->SetWidthAndHeight(SURFACE_DEFAULT_HEIGHT, SURFACE_DEFAULT_WIDTH); in GetSurface()
/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()
/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_wm_requestor.cpp224 surface_->SetWidthAndHeight(layerInfo_.width, layerInfo_.height); in Screenshot()
/foundation/multimedia/camera_lite/test/unittest/
H A Dcamera_lite_test.cpp350 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 Daudio_capturer_client.cpp113 surface->SetWidthAndHeight(SURFACE_WIDTH, SURFACE_HEIGHT); in InitSurface()
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/scale_conversion/
H A Dscale_convert_process_common.cpp42 processedConfig_.SetWidthAndHeight(targetConfig.GetWidth(), targetConfig.GetHeight()); in InitNode()

Completed in 15 milliseconds

12