Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Dhdi_drm_composition.cpp34 mOverlayPlanes.clear(); in Init()
40 mOverlayPlanes = mDrmDevice->GetDrmPlane(mCrtc->GetPipe(), DRM_PLANE_TYPE_OVERLAY); in Init()
43 mPlanes.insert(mPlanes.end(), mOverlayPlanes.begin(), mOverlayPlanes.end()); in Init()
H A Dhdi_drm_composition.h63 std::vector<std::shared_ptr<DrmPlane>> mOverlayPlanes; variable
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_drm_composition.cpp35 mOverlayPlanes.clear(); in Init()
41 mOverlayPlanes = mDrmDevice->GetDrmPlane(mCrtc->GetPipe(), DRM_PLANE_TYPE_OVERLAY); in Init()
43 mPlanes.insert(mPlanes.end(), mOverlayPlanes.begin(), mOverlayPlanes.end()); in Init()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_drm_composition.h68 std::vector<std::shared_ptr<DrmPlane>> mOverlayPlanes; variable