Home
last modified time | relevance | path

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

/test/xts/hats/hdf/hdf_lite/display/
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 esurface->width = (uint32_t)g_displayTest.displayInfo.width; in DestSurfaceInit()
104 esurface->height = (uint32_t)g_displayTest.displayInfo.height; in DestSurfaceInit()
107 esurface->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.width, g_displayTest.displayInfo.height}; in SetLayerDirtyRegionTest()
[all …]
Ddisplay_test.h72 DisplayInfo displayInfo; member