H A D | hdi_drm_composition.cpp | 56 int32_t HdiDrmComposition::SetCrtcProperty(DrmPlane &drmPlane, in SetCrtcProperty() argument 63 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropCrtc_xId(), 0); in SetCrtcProperty() 64 DISPLAY_LOGD("set the fb planeid %{public}d, GetPropCrtc_xId %{public}d, crop.x %{public}d", drmPlane.GetId(), in SetCrtcProperty() 65 drmPlane.GetPropCrtc_xId(), 0); in SetCrtcProperty() 68 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropCrtc_yId(), 0); in SetCrtcProperty() 69 DISPLAY_LOGD("set the fb planeid %{public}d, GetPropCrtc_yId %{public}d, crop.y %{public}d", drmPlane.GetId(), in SetCrtcProperty() 70 drmPlane.GetPropCrtc_yId(), 0); in SetCrtcProperty() 73 ret = drmModeAtomicAddProperty(pset, drmPlane in SetCrtcProperty() 86 SetSrcProperty(DrmPlane &drmPlane, drmModeAtomicReqPtr pset, int32_t bufferW, int32_t bufferH) SetSrcProperty() argument 118 ApplyPlane(HdiDrmLayer &layer, HdiLayer &hlayer, DrmPlane &drmPlane, drmModeAtomicReqPtr pset) ApplyPlane() argument 212 auto &drmPlane = mPlanes[j]; RemoveUnusePlane() local 230 auto &drmPlane = mPlanes[j]; FindPlaneAndApply() local [all...] |