Lines Matching refs:displayInfo
64 layInfo->width = (uint32_t)g_displayTest.displayInfo.width;
65 layInfo->height = (uint32_t)g_displayTest.displayInfo.height;
103 surface->width = (uint32_t)g_displayTest.displayInfo.width;
104 surface->height = (uint32_t)g_displayTest.displayInfo.height;
107 surface->stride = g_displayTest.displayInfo.width * bpp / BITS_PER_BYTE;
184 ret = g_displayTest.layerFuncs->GetDisplayInfo(g_displayTest.devId, &g_displayTest.displayInfo);
190 HDF_LOGI("%s: dispInfo width = %d", __func__, g_displayTest.displayInfo.width);
191 HDF_LOGI("%s: dispInfo height = %d", __func__, g_displayTest.displayInfo.height);
192 HDF_LOGI("%s: dispInfo rotAngle = %d", __func__, g_displayTest.displayInfo.rotAngle);
246 IRect rect = {0, 0, g_displayTest.displayInfo.width, g_displayTest.displayInfo.height};
273 WriteDataToBuf(g_displayTest.displayInfo.width, g_displayTest.displayInfo.height, pBuf);
326 uint32_t layerBufSize = g_displayTest.displayInfo.width * g_displayTest.displayInfo.height * PIXEL_BYTE;
366 uint32_t layerBufSize = g_displayTest.displayInfo.width * g_displayTest.displayInfo.height * PIXEL_BYTE;