Searched refs:vsinfo (Results 1 – 2 of 2) sorted by relevance
63 struct fb_var_screeninfo vsinfo; in DdiDecode_GetDisplayInfo() local64 vsinfo.xres = 0; in DdiDecode_GetDisplayInfo()65 vsinfo.yres = 0; in DdiDecode_GetDisplayInfo()70 if(ioctl(fd, FBIOGET_VSCREENINFO, &vsinfo) < 0) in DdiDecode_GetDisplayInfo()81 if(vsinfo.xres <= 0 || vsinfo.yres <= 0) in DdiDecode_GetDisplayInfo()83 vsinfo.xres = 1280; in DdiDecode_GetDisplayInfo()84 vsinfo.yres = 720; in DdiDecode_GetDisplayInfo()86 mediaDrvCtx->uiDisplayWidth = vsinfo.xres; in DdiDecode_GetDisplayInfo()87 mediaDrvCtx->uiDisplayHeight = vsinfo.yres; in DdiDecode_GetDisplayInfo()
1248 struct fb_var_screeninfo vsinfo; in GetDisplayInfo() local1249 vsinfo.xres = 0; in GetDisplayInfo()1250 vsinfo.yres = 0; in GetDisplayInfo()1255 if (ioctl(fd, FBIOGET_VSCREENINFO, &vsinfo) < 0) in GetDisplayInfo()1266 if (vsinfo.xres <= 0 || vsinfo.yres <= 0) in GetDisplayInfo()1268 vsinfo.xres = 1280; in GetDisplayInfo()1269 vsinfo.yres = 720; in GetDisplayInfo()1271 mediaDrvCtx->uiDisplayWidth = vsinfo.xres; in GetDisplayInfo()1272 mediaDrvCtx->uiDisplayHeight = vsinfo.yres; in GetDisplayInfo()