Home
last modified time | relevance | path

Searched refs:SetRequestWidthAndHeight (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface.h145 virtual void SetRequestWidthAndHeight(int32_t width, int32_t height) = 0;
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dconsumer_surface.h155 void SetRequestWidthAndHeight(int32_t width, int32_t height) override;
H A Dproducer_surface.h148 void SetRequestWidthAndHeight(int32_t width, int32_t height) override;
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dvideo_resize_filter.cpp222 surface->SetRequestWidthAndHeight(width, height); in SetOutputSurface()
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dconsumer_surface.cpp729 void ConsumerSurface::SetRequestWidthAndHeight(int32_t width, int32_t height) in SetRequestWidthAndHeight() function in OHOS::ConsumerSurface
H A Dproducer_surface.cpp1008 void ProducerSurface::SetRequestWidthAndHeight(int32_t width, int32_t height) in SetRequestWidthAndHeight() function in OHOS::ProducerSurface
H A Dnative_window.cpp713 window->surface->SetRequestWidthAndHeight(width, height); in NativeWindowSetRequestWidthAndHeight()