Home
last modified time | relevance | path

Searched refs:DrmPlane (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_drm_composition.h59 …int32_t ApplyPlane(HdiDrmLayer &layer, HdiLayer &hlayer, DrmPlane &drmPlane, drmModeAtomicReqPtr p…
60 …int32_t SetSrcProperty(DrmPlane &drmPlane, drmModeAtomicReqPtr pset, int32_t bufferW, int32_t buff…
61 …int32_t SetCrtcProperty(DrmPlane &drmPlane, drmModeAtomicReqPtr pset, int32_t bufferW, int32_t buf…
67 std::vector<std::shared_ptr<DrmPlane>> mPrimPlanes;
68 std::vector<std::shared_ptr<DrmPlane>> mOverlayPlanes;
69 std::vector<std::shared_ptr<DrmPlane>> mPlanes;
H A Ddrm_device.h65 std::vector<std::shared_ptr<DrmPlane>> GetDrmPlane(uint32_t pipe, uint32_t type);
69 int32_t GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop);
93 std::vector<std::shared_ptr<DrmPlane>> mPlanes;
H A Ddrm_plane.h102 class DrmPlane {
104 explicit DrmPlane(drmModePlane &p);
105 virtual ~DrmPlane();
H A Dhdi_device_common.h29 class DrmPlane; variable
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_plane.cpp22 DrmPlane::DrmPlane(drmModePlane &p) in DrmPlane() function in OHOS::HDI::DISPLAY::DrmPlane
26 DrmPlane::~DrmPlane() in ~DrmPlane()
31 int32_t DrmPlane::Init(DrmDevice &drmDevice) in Init()
H A Dhdi_drm_composition.h58 int32_t ApplyPlane(HdiDrmLayer &layer, const DrmPlane &drmPlane, drmModeAtomicReqPtr pset);
62 std::vector<std::shared_ptr<DrmPlane>> mPrimPlanes;
63 std::vector<std::shared_ptr<DrmPlane>> mOverlayPlanes;
64 std::vector<std::shared_ptr<DrmPlane>> mPlanes;
H A Ddrm_plane.h33 class DrmPlane {
35 explicit DrmPlane(drmModePlane &p);
36 virtual ~DrmPlane();
H A Ddrm_device.h47 std::vector<std::shared_ptr<DrmPlane>> GetDrmPlane(uint32_t pipe, uint32_t type);
51 int32_t GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop);
74 std::vector<std::shared_ptr<DrmPlane>> mPlanes;
H A Ddrm_device.cpp100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &pr… in GetPlaneProperty()
222 std::shared_ptr<DrmPlane> drmPlane = std::make_shared<DrmPlane>(*p); in FindAllPlane()
266 std::vector<std::shared_ptr<DrmPlane>> DrmDevice::GetDrmPlane(uint32_t pipe, uint32_t type) in GetDrmPlane()
268 std::vector<std::shared_ptr<DrmPlane>> planes; in GetDrmPlane()
H A Dhdi_drm_composition.cpp56 int32_t HdiDrmComposition::ApplyPlane(HdiDrmLayer &layer, const DrmPlane &drmPlane, drmModeAtomicRe… in ApplyPlane()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_plane.cpp51 DrmPlane::DrmPlane(drmModePlane &p) in DrmPlane() function in OHOS::HDI::DISPLAY::DrmPlane
56 DrmPlane::~DrmPlane() in ~DrmPlane()
61 int DrmPlane::GetCrtcProp(DrmDevice &drmDevice) in GetCrtcProp()
96 int DrmPlane::GetSrcProp(DrmDevice &drmDevice) in GetSrcProp()
131 int DrmPlane::GetNameProp(DrmDevice &drmDevice) in GetNameProp()
161 int32_t DrmPlane::Init(DrmDevice &drmDevice) in Init()
H A Ddrm_device.cpp100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &pr… in GetPlaneProperty()
246 std::shared_ptr<DrmPlane> drmPlane = std::make_shared<DrmPlane>(*p); in FindAllPlane()
275 std::vector<std::shared_ptr<DrmPlane>> DrmDevice::GetDrmPlane(uint32_t pipe, uint32_t type) in GetDrmPlane()
277 std::vector<std::shared_ptr<DrmPlane>> planes; in GetDrmPlane()
H A Dhdi_drm_composition.cpp56 int32_t HdiDrmComposition::SetCrtcProperty(DrmPlane &drmPlane, in SetCrtcProperty()
86 int32_t HdiDrmComposition::SetSrcProperty(DrmPlane &drmPlane, in SetSrcProperty()
120 DrmPlane &drmPlane, in ApplyPlane()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_device_common.h30 class DrmPlane; variable