Home
last modified time | relevance | path

Searched refs:GetPlaneProperty (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_plane.cpp70 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_X_ID, prop); in GetCrtcProp()
75 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_Y_ID, prop); in GetCrtcProp()
80 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_W_ID, prop); in GetCrtcProp()
85 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_H_ID, prop); in GetCrtcProp()
105 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_X_ID, prop); in GetSrcProp()
110 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_Y_ID, prop); in GetSrcProp()
115 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_W_ID, prop); in GetSrcProp()
120 ret = drmDevice.GetPlaneProperty(*this, PROP_SRC_H_ID, prop); in GetSrcProp()
135 ret = drmDevice.GetPlaneProperty(*this, "NAME", prop); in GetNameProp()
170 ret = drmDevice.GetPlaneProperty(*thi in Init()
[all...]
H A Ddrm_device.cpp100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop) in GetPlaneProperty() function in OHOS::HDI::DrmDevice
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_plane.cpp36 ret = drmDevice.GetPlaneProperty(*this, PROP_FBID, prop); in Init()
39 ret = drmDevice.GetPlaneProperty(*this, PROP_IN_FENCE_FD, prop); in Init()
42 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_ID, prop); in Init()
45 ret = drmDevice.GetPlaneProperty(*this, PROP_TYPE, prop); in Init()
H A Ddrm_device.h51 int32_t GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop);
H A Ddrm_device.cpp100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop) in GetPlaneProperty() function in OHOS::HDI::DrmDevice
/drivers/peripheral/display/composer/vdi_base/include/
H A Ddrm_device.h69 int32_t GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop);

Completed in 3 milliseconds