Home
last modified time | relevance | path

Searched refs:GetModeInfoPtr (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_display.cpp201 .width = mode.GetModeInfoPtr()->hdisplay, in PushFirstFrame()
202 .height = mode.GetModeInfoPtr()->vdisplay, in PushFirstFrame()
H A Ddrm_connector.h42 drmModeModeInfoPtr GetModeInfoPtr() in GetModeInfoPtr() function
H A Ddrm_connector.cpp286 drmModeModeInfo modeInfo = *(mode.GetModeInfoPtr()); in Init()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_display.cpp229 .width = mode.GetModeInfoPtr()->hdisplay, in PushFirstFrame()
230 .height = mode.GetModeInfoPtr()->vdisplay, in PushFirstFrame()
H A Ddrm_connector.cpp392 drmModeModeInfo modeInfo = *(mode.GetModeInfoPtr()); in Init()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Ddrm_connector.h41 drmModeModeInfoPtr GetModeInfoPtr() in GetModeInfoPtr() function