Home
last modified time | relevance | path

Searched refs:displayInfo (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/display/test/unittest/lite/
H A Ddisplay_test.c64 layInfo->width = (uint32_t)g_displayTest.displayInfo.width; in GetLayerInfo()
65 layInfo->height = (uint32_t)g_displayTest.displayInfo.height; in GetLayerInfo()
103 surface->width = (uint32_t)g_displayTest.displayInfo.width; in DestSurfaceInit()
104 surface->height = (uint32_t)g_displayTest.displayInfo.height; in DestSurfaceInit()
107 surface->stride = g_displayTest.displayInfo.width * bpp / BITS_PER_BYTE; in DestSurfaceInit()
184 ret = g_displayTest.layerFuncs->GetDisplayInfo(g_displayTest.devId, &g_displayTest.displayInfo); in GetDisplayInfoTest()
190 HDF_LOGI("%s: dispInfo width = %d", __func__, g_displayTest.displayInfo.width); in GetDisplayInfoTest()
191 HDF_LOGI("%s: dispInfo height = %d", __func__, g_displayTest.displayInfo.height); in GetDisplayInfoTest()
192 HDF_LOGI("%s: dispInfo rotAngle = %d", __func__, g_displayTest.displayInfo.rotAngle); in GetDisplayInfoTest()
246 IRect rect = {0, 0, g_displayTest.displayInfo in SetLayerDirtyRegionTest()
[all...]
H A Ddisplay_test.h72 DisplayInfo displayInfo; member

Completed in 2 milliseconds