Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_hardware_thread.cpp565 auto renderFrameConfig = RSBaseRenderUtil::GetFrameBufferRequestConfig(screenInfo, in Redraw() local
577 …auto renderFrameConfig = RSBaseRenderUtil::GetFrameBufferRequestConfig(screenInfo, true, isProtect… in Redraw() local
580 renderFrameConfig.width = static_cast<int32_t>(screenInfo.phyWidth); in Redraw()
581 renderFrameConfig.height = static_cast<int32_t>(screenInfo.phyHeight); in Redraw()
589 auto renderFrame = uniRenderEngine_->RequestFrame(frameBufferSurfaceOhos_, renderFrameConfig, in Redraw()