Video_Info is only used within MB1063.
 
Symbols
loading...
Files
loading...

Video_Info variable

Syntax

References

LocationReferrerText
videoplayer_win.c:141
GUI_MOVIE_INFO Video_Info;
videoplayer_win.c:569_cbNotify()
progress = 100 * GUI_MOVIE_GetFrameIndex(hMovie)/ Video_Info.NumFrames;
videoplayer_win.c:575_cbNotify()
if(GUI_MOVIE_GetFrameIndex(hMovie) >= (Video_Info.NumFrames - 1))
videoplayer_win.c:641_StartPlay()
videoplayer_win.c:643_StartPlay()
if((Video_Info.xSize == 0) || (Video_Info.ySize == 0) ||
videoplayer_win.c:644_StartPlay()
(Video_Info.xSize > 1024) || (Video_Info.ySize > 768))
videoplayer_win.c:656_StartPlay()
nx = (XSize * 1000) / Video_Info.xSize;
videoplayer_win.c:657_StartPlay()
ny = (YSize * 1000) / Video_Info.ySize;
videoplayer_win.c:665_StartPlay()
XPos = XPos + (XSize - ((Video_Info.xSize * n) / 1000)) / 2;
videoplayer_win.c:666_StartPlay()
YPos = YPos + (YSize - ((Video_Info.ySize * n) / 1000)) / 2;
videoplayer_win.c:671_StartPlay()
if((Video_Info.xSize > LCD_GetXSize()) ||(Video_Info.ySize > LCD_GetYSize()))
videoplayer_win.c:673_StartPlay()
nx = (LCD_GetXSize() * 1000) / Video_Info.xSize;
videoplayer_win.c:674_StartPlay()
ny = (LCD_GetYSize() * 1000) / Video_Info.ySize;
videoplayer_win.c:682_StartPlay()
XPos = (LCD_GetXSize() - ((Video_Info.xSize * n) / 1000)) / 2;
videoplayer_win.c:683_StartPlay()
YPos = (LCD_GetYSize() - ((Video_Info.ySize * n) / 1000)) / 2;
videoplayer_win.c:689_StartPlay()
XPos = (LCD_GetXSize() - Video_Info.xSize) / 2;
videoplayer_win.c:690_StartPlay()
YPos = (LCD_GetYSize() - Video_Info.ySize) / 2;
videoplayer_win.c:753_ShowFullScreen()
if((Video_Info.xSize > LCD_GetXSize()) ||(Video_Info.ySize > LCD_GetYSize()))
videoplayer_win.c:755_ShowFullScreen()
nx = (LCD_GetXSize() * 1000) / Video_Info.xSize;
videoplayer_win.c:756_ShowFullScreen()
ny = (LCD_GetYSize() * 1000) / Video_Info.ySize;
videoplayer_win.c:764_ShowFullScreen()
XPos = (LCD_GetXSize() - ((Video_Info.xSize * n) / 1000)) / 2;
videoplayer_win.c:765_ShowFullScreen()
YPos = (LCD_GetYSize() - ((Video_Info.ySize * n) / 1000)) / 2;
videoplayer_win.c:771_ShowFullScreen()
XPos = (LCD_GetXSize() - Video_Info.xSize) / 2;
videoplayer_win.c:772_ShowFullScreen()
YPos = (LCD_GetYSize() - Video_Info.ySize) / 2;
videoplayer_win.c:796_CloseFullScreen()
nx = (XSize * 1000) / Video_Info.xSize;
videoplayer_win.c:797_CloseFullScreen()
ny = (YSize * 1000) / Video_Info.ySize;
videoplayer_win.c:805_CloseFullScreen()
XPos = XPos + (XSize - ((Video_Info.xSize * n) / 1000)) / 2;
videoplayer_win.c:806_CloseFullScreen()
YPos = YPos + (YSize - ((Video_Info.ySize * n) / 1000)) / 2;
videoplayer_win.c:1395_cbDialog()
newpos = (SLIDER_GetValue(hItem) * Video_Info.NumFrames)/100;

Data Use

Functions reading Video_Info
Video_Info
Type of Video_Info
Video_Info
all items filtered out