Searched refs:g_display (Results 1 - 2 of 2) sorted by relevance
/device/qemu/riscv32_virt/liteos_m/board/ui/ |
H A D | fbdev.cpp | 34 static DisplayDesc g_display = {}; member 50 if (g_display.layerFuncs->Flush != nullptr) { in FbdevFlush() 52 g_display.layerFuncs->Flush(g_display.devId, g_display.layerId, &g_display.buffer); in FbdevFlush() 62 return g_display.rotateType; in GetLayerRotateType() 72 int32_t ret = LayerInitialize(&g_display.layerFuncs); in DisplayInit() 73 if (ret != DISPLAY_SUCCESS || g_display.layerFuncs == nullptr) { in DisplayInit() 77 if (g_display in DisplayInit() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/ |
H A D | hifb_main.c | 893 static char g_display[8] = "off"; /* 8 open vo or not */ variable 1232 /* parse the \arg video && g_softcursor && g_display string */ in hifb_init() 1273 /* parse the \arg video && g_softcursor && g_display string */ in hifb_init() 1412 /* Graphic layer interrupt g_display processing */ in hifb_interrupt_route() 1452 * 2, as long as there is a vertical timing interrupt, it is necessary to drive the g_display in hifb_interrupt_route() 5047 * case 1 : if VO support Zoom, we only change screen size, g_display size keep not change 5048 * case 2: if VO can't support zoom, g_display size should keep the same as screen size 5056 /* If the chip does not support scaling, it is consistent with the process of setting the g_display area. */ 5068 * but now if the g_display H size is the same as the screen, VO will not do flicker resist, so should choose 5236 * Description : pan g_display [all...] |
Completed in 9 milliseconds