Home
last modified time | relevance | path

Searched refs:surfaceWidth_ (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_element.cpp433 surfaceWidth_ = textureWidth * viewScale; in OnXComponentSizeInit()
435 surfaceDelegate_->SetBounds(offsetX, offsetY, surfaceWidth_, surfaceHeight_); in OnXComponentSizeInit()
494 surfaceWidth_ = textureWidth * viewScale; in OnXComponentSizeChange()
496 surfaceDelegate_->SetBounds(offsetX, offsetY, surfaceWidth_, surfaceHeight_); in OnXComponentSizeChange()
529 surfaceDelegate_->SetBounds(surfaceX, surfaceY, surfaceWidth_, surfaceHeight_); in OnXComponentPositionChange()
H A Dxcomponent_element.h103 int32_t surfaceWidth_ = 0; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Ddecoder_surface_filter.cpp912 " nextH=" PUBLIC_LOG_D32, surfaceWidth_, surfaceHeight_, width, height); in OnOutputFormatChanged()
917 if (surfaceWidth_ == 0 || surfaceWidth_ == 0) { in OnOutputFormatChanged()
919 surfaceWidth_ = width; in OnOutputFormatChanged()
923 if (surfaceWidth_ == width && surfaceHeight_ == height) { in OnOutputFormatChanged()
927 surfaceWidth_ = width; in OnOutputFormatChanged()
931 PUBLIC_LOG_D32, surfaceWidth_, surfaceHeight_); in OnOutputFormatChanged()
932 std::pair<int32_t, int32_t> videoSize {surfaceWidth_, surfaceHeight_}; in OnOutputFormatChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.cpp118 surfaceWidth_ = outSidePipelineContext_.Upgrade()->NormalizeToPx(rootWidth); in UpdateRootElementSize()
133 [weakContext, surfaceWidth = surfaceWidth_, surfaceHeight = surfaceHeight_]() { in UpdateSurfaceSize()
151 pipelineContext_->OnSurfaceChanged(surfaceWidth_, surfaceHeight_); in UpdateSurfaceSizeWithAnimathion()
363 pipelineContext_->OnSurfaceChanged(surfaceWidth_, surfaceHeight_); in RunSameCard()
H A Dsub_container.h186 double surfaceWidth_ = 1.0f; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_sub_container.cpp34 surfaceWidth_ = 0; in UpdateRootElementSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/plugin/
H A Dplugin_sub_container_test.cpp222 EXPECT_EQ(pluginSubContainer.surfaceWidth_, 1.0f);
225 EXPECT_EQ(pluginSubContainer.surfaceWidth_, 0.0f);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_director.h105 int surfaceWidth_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_sub_container.cpp143 surfaceWidth_ = outSidePipelineContext_.Upgrade()->NormalizeToPx(rootWidth); in UpdateRootElementSize()
157 [weakContext, surfaceWidth = surfaceWidth_, surfaceHeight = surfaceHeight_]() { in UpdateSurfaceSize()
H A Dplugin_sub_container.h173 double surfaceWidth_ = 1.0f; variable
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Ddecoder_surface_filter.h162 int32_t surfaceWidth_{0};