Searched refs:layInfo (Results 1 – 3 of 3) sorted by relevance
62 static void GetLayerInfo(LayerInfo *layInfo) in GetLayerInfo() argument64 layInfo->width = (uint32_t)g_displayTest.displayInfo.width; in GetLayerInfo()65 layInfo->height = (uint32_t)g_displayTest.displayInfo.height; in GetLayerInfo()66 layInfo->bpp = LAYER_BPP; in GetLayerInfo()67 layInfo->pixFormat = PIXEL_FMT_RGBA_5551; in GetLayerInfo()68 layInfo->type = LAYER_TYPE_GRAPHIC; in GetLayerInfo()199 LayerInfo layInfo; in CreateLayerTest() local203 GetLayerInfo(&layInfo); in CreateLayerTest()205 …ret = g_displayTest.layerFuncs->CreateLayer(g_displayTest.devId, &layInfo, &g_displayTest.layerId); in CreateLayerTest()
220 static void GetLayerInfo(LayerInfo *layInfo)222 layInfo->width = g_displayTest.displayInfo.width;223 layInfo->height = g_displayTest.displayInfo.height;224 layInfo->bpp = LAYER_BPP;225 layInfo->pixFormat = PIXEL_FMT_RGBA_5551;226 layInfo->type = LAYER_TYPE_GRAPHIC;275 LayerInfo layInfo;276 GetLayerInfo(&layInfo);277 … ret = g_displayTest.layerFuncs->OpenLayer(g_displayTest.devId, &layInfo, &g_displayTest.layerId);