/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | hdi_drm_composition.h | 59 …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 D | drm_device.h | 65 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 D | drm_plane.h | 102 class DrmPlane { 104 explicit DrmPlane(drmModePlane &p); 105 virtual ~DrmPlane();
|
H A D | hdi_device_common.h | 29 class DrmPlane; variable
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | drm_plane.cpp | 22 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 D | hdi_drm_composition.h | 58 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 D | drm_plane.h | 33 class DrmPlane { 35 explicit DrmPlane(drmModePlane &p); 36 virtual ~DrmPlane();
|
H A D | drm_device.h | 47 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 D | drm_device.cpp | 100 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 D | hdi_drm_composition.cpp | 56 int32_t HdiDrmComposition::ApplyPlane(HdiDrmLayer &layer, const DrmPlane &drmPlane, drmModeAtomicRe… in ApplyPlane()
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | drm_plane.cpp | 51 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 D | drm_device.cpp | 100 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 D | hdi_drm_composition.cpp | 56 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 D | hdi_device_common.h | 30 class DrmPlane; variable
|