Searched refs:GetPropFbId (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_drm_composition.cpp | 156 …ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropFbId(), gemBuffer->GetFbId(… in ApplyPlane() 158 drmPlane.GetId(), drmPlane.GetPropFbId(), gemBuffer->GetFbId()); in ApplyPlane() 215 ret = drmModeAtomicAddProperty(pset, drmPlane->GetId(), drmPlane->GetPropFbId(), 0); in RemoveUnusePlane() 216 ret = drmModeAtomicAddProperty(pset, drmPlane->GetId(), drmPlane->GetPropFbId(), 0); in RemoveUnusePlane()
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | hdi_drm_composition.cpp | 77 …ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropFbId(), gemBuffer->GetFbId(… in ApplyPlane() 79 drmPlane.GetPropFbId(), gemBuffer->GetFbId()); in ApplyPlane()
|
H A D | drm_plane.h | 42 uint32_t GetPropFbId() const in GetPropFbId() function
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | drm_plane.h | 114 uint32_t GetPropFbId() const in GetPropFbId() function
|