Searched refs:preComp (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/ |
H A D | fb_display.cpp | 74 auto preComp = std::make_unique<HdiGfxComposition>(); in Init() local 75 DISPLAY_CHK_RETURN((preComp == nullptr), DISPLAY_FAILURE, in Init() 77 ret = preComp->Init(); in Init() 85 mComposer = std::make_unique<HdiComposer>(std::move(preComp), std::move(postComp)); in Init()
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | drm_display.cpp | 53 auto preComp = std::make_unique<HdiGfxComposition>(); in Init() local 54 DISPLAY_CHK_RETURN((preComp == nullptr), DISPLAY_FAILURE, in Init() 56 ret = preComp->Init(); in Init() 64 mComposer = std::make_unique<HdiComposer>(std::move(preComp), std::move(postComp)); in Init()
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | drm_display.cpp | 56 auto preComp = std::make_unique<HdiGfxComposition>(); in Init() local 57 DISPLAY_CHK_RETURN((preComp == nullptr), DISPLAY_FAILURE, in Init() 59 ret = preComp->Init(); in Init() 67 mComposer = std::make_unique<HdiComposer>(std::move(preComp), std::move(postComp)); in Init()
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-dayu200-on_standard-demo.md | 2079 auto preComp = std::make_unique<HdiGfxComposition>(); 2080 DISPLAY_CHK_RETURN((preComp == nullptr), DISPLAY_FAILURE, 2082 …ret = preComp->Init(); …
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-dayu200-on_standard-demo.md | 2092 auto preComp = std::make_unique<HdiGfxComposition>(); 2093 DISPLAY_CHK_RETURN((preComp == nullptr), DISPLAY_FAILURE, 2095 …ret = preComp->Init(); …
|