Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_composer.cpp24 mPostComp = std::move(post); in HdiComposer()
31 ret = mPostComp->SetLayers(layers, clientLayer); in Prepare()
41 ret = mPostComp->Apply(modeSet); in Commit()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_composer.h58 return mPostComp.get(); in GetPostCompostion()
63 std::unique_ptr<HdiComposition> mPostComp; variable