/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/ |
H A D | rs_screen_props.cpp | 20 RSScreenProps::RSScreenProps(std::string propName, uint32_t propId, uint64_t value) in RSScreenProps() argument 21 : propName_(propName), propId_(propId), value_(value) in RSScreenProps() 30 void RSScreenProps::SetPropId(uint32_t propId) in SetPropId() argument 32 propId_ = propId; in SetPropId() 72 uint32_t propId; in Unmarshalling() local 77 if (!parcel.ReadUint32(propId)) { in Unmarshalling() 83 RSScreenProps* screenProps = new RSScreenProps(propName, propId, value); in Unmarshalling()
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | drm_plane.cpp | 72 mPropCrtc_xId = prop.propId; in GetCrtcProp() 77 mPropCrtc_yId = prop.propId; in GetCrtcProp() 82 mPropCrtc_wId = prop.propId; in GetCrtcProp() 87 mPropCrtc_hId = prop.propId; in GetCrtcProp() 107 mPropSrc_xId = prop.propId; in GetSrcProp() 112 mPropSrc_yId = prop.propId; in GetSrcProp() 117 mPropSrc_wId = prop.propId; in GetSrcProp() 122 mPropSrc_hId = prop.propId; in GetSrcProp() 171 mPropFbId = prop.propId; in Init() 178 mPropCrtcId = prop.propId; in Init() [all …]
|
H A D | drm_crtc.cpp | 43 mModePropId = prop.propId; in Init() 48 mOutFencePropId = prop.propId; in Init() 52 mActivePropId = prop.propId; in Init()
|
H A D | hdi_drm_composition.cpp | 125 int propId = drmPlane.GetPropFenceInId(); in ApplyPlane() local 131 if (propId != 0) { in ApplyPlane() 134 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), propId, fenceFd); in ApplyPlane() 136 drmPlane.GetId(), propId, fenceFd); in ApplyPlane()
|
H A D | drm_connector.cpp | 86 mPropDpmsId = prop.propId; in Init() 92 mPropCrtcId = prop.propId; in Init() 98 mPropBrightnessId = prop.propId; in Init()
|
H A D | drm_device.cpp | 114 prop.propId = p->prop_id; in GetProperty()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/ |
H A D | _property_object_v10.md | 21 | unsigned int [propId](#propid) | 属性ID | 38 ### propId subsection 41 unsigned int PropertyObject::propId
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | drm_plane.cpp | 37 mPropFbId = prop.propId; in Init() 41 mPropFenceInId = prop.propId; in Init() 44 mPropCrtcId = prop.propId; in Init()
|
H A D | drm_crtc.cpp | 31 mModePropId = prop.propId; in Init() 36 mOutFencePropId = prop.propId; in Init() 40 mActivePropId = prop.propId; in Init()
|
H A D | hdi_drm_composition.cpp | 61 int propId = drmPlane.GetPropFenceInId(); in ApplyPlane() local 63 if (propId != 0) { in ApplyPlane() 66 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), propId, fenceFd); in ApplyPlane() 68 drmPlane.GetId(), propId, fenceFd); in ApplyPlane()
|
H A D | drm_connector.cpp | 81 mPropDpmsId = prop.propId; in Init() 87 mPropCrtcId = prop.propId; in Init() 93 mPropBrightnessId = prop.propId; in Init()
|
H A D | drm_device.h | 35 uint32_t propId; member
|
H A D | drm_device.cpp | 114 prop.propId = p->prop_id; in GetProperty()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/ |
H A D | rs_screen_props.h | 32 RSScreenProps(std::string propName, uint32_t propId, uint64_t value); 38 void SetPropId(uint32_t propId);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_display_type.h | 33 uint32_t propId; /**< Property id which was decided in the DRM internal */ member
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | drm_device.h | 47 uint32_t propId; member
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/cpp_target/display/composer/v1_0/ |
H A D | display_composer_type.cpp.txt | 79 if (!data.WriteUint32(dataBlock.propId)) { 80 HDF_LOGE("%{public}s: write dataBlock.propId failed!", __func__); 100 if (!data.ReadUint32(dataBlock.propId)) { 101 HDF_LOGE("%{public}s: read dataBlock.propId failed!", __func__);
|
H A D | display_composer_type.h.txt | 298 uint32_t propId;
|
/ohos5.0/drivers/peripheral/display/interfaces/include/ |
H A D | display_type.h | 420 uint32_t propId; /**< Property id which was decided in the DRM internal */ member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_device_impl.cpp | 159 .propId = hdiInfo.props[i].propId, in GetScreenCapability()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/dump_ast_target/ |
H A D | dump.txt | 394 unsigned int propId;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.cpp | 524 … propIndex, capability_.props[propIndex].name.c_str(), capability_.props[propIndex].propId, in PropDump()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/dump_ast_target/ |
H A D | dump.txt | 548 unsigned int propId;
|
/ohos5.0/drivers/interface/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 317 unsigned int propId; /**< Property id which was decided in the DRM internal */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/foo/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 317 unsigned int propId; /**< Property id which was decided in the DRM internal */
|