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

Video_Info variable

Syntax

References

LocationReferrerText
videoplayer_win.c:140
GUI_MOVIE_INFO Video_Info;
videoplayer_win.c:568_cbNotify()
progress = 100 * GUI_MOVIE_GetFrameIndex(hMovie)/ Video_Info.NumFrames;
videoplayer_win.c:574_cbNotify()
if(GUI_MOVIE_GetFrameIndex(hMovie) >= (Video_Info.NumFrames - 1))
videoplayer_win.c:639_StartPlay()
videoplayer_win.c:641_StartPlay()
if((Video_Info.xSize == 0) || (Video_Info.ySize == 0) ||
videoplayer_win.c:642_StartPlay()
(Video_Info.xSize > 1024) || (Video_Info.ySize > 768))
videoplayer_win.c:654_StartPlay()
nx = (XSize * 1000) / Video_Info.xSize;
videoplayer_win.c:655_StartPlay()
ny = (YSize * 1000) / Video_Info.ySize;
videoplayer_win.c:663_StartPlay()
XPos = XPos + (XSize - ((Video_Info.xSize * n) / 1000)) / 2;
videoplayer_win.c:664_StartPlay()
YPos = YPos + (YSize - ((Video_Info.ySize * n) / 1000)) / 2;
videoplayer_win.c:669_StartPlay()
if((Video_Info.xSize > LCD_GetXSize()) ||(Video_Info.ySize > LCD_GetYSize()))
videoplayer_win.c:671_StartPlay()
nx = (LCD_GetXSize() * 1000) / Video_Info.xSize;
videoplayer_win.c:672_StartPlay()
ny = (LCD_GetYSize() * 1000) / Video_Info.ySize;
videoplayer_win.c:680_StartPlay()
XPos = (LCD_GetXSize() - ((Video_Info.xSize * n) / 1000)) / 2;
videoplayer_win.c:681_StartPlay()
YPos = (LCD_GetYSize() - ((Video_Info.ySize * n) / 1000)) / 2;
videoplayer_win.c:687_StartPlay()
XPos = (LCD_GetXSize() - Video_Info.xSize) / 2;
videoplayer_win.c:688_StartPlay()
YPos = (LCD_GetYSize() - Video_Info.ySize) / 2;
videoplayer_win.c:751_ShowFullScreen()
if((Video_Info.xSize > LCD_GetXSize()) ||(Video_Info.ySize > LCD_GetYSize()))
videoplayer_win.c:753_ShowFullScreen()
nx = (LCD_GetXSize() * 1000) / Video_Info.xSize;
videoplayer_win.c:754_ShowFullScreen()
ny = (LCD_GetYSize() * 1000) / Video_Info.ySize;
videoplayer_win.c:762_ShowFullScreen()
XPos = (LCD_GetXSize() - ((Video_Info.xSize * n) / 1000)) / 2;
videoplayer_win.c:763_ShowFullScreen()
YPos = (LCD_GetYSize() - ((Video_Info.ySize * n) / 1000)) / 2;
videoplayer_win.c:769_ShowFullScreen()
XPos = (LCD_GetXSize() - Video_Info.xSize) / 2;
videoplayer_win.c:770_ShowFullScreen()
YPos = (LCD_GetYSize() - Video_Info.ySize) / 2;
videoplayer_win.c:794_CloseFullScreen()
nx = (XSize * 1000) / Video_Info.xSize;
videoplayer_win.c:795_CloseFullScreen()
ny = (YSize * 1000) / Video_Info.ySize;
videoplayer_win.c:803_CloseFullScreen()
XPos = XPos + (XSize - ((Video_Info.xSize * n) / 1000)) / 2;
videoplayer_win.c:804_CloseFullScreen()
YPos = YPos + (YSize - ((Video_Info.ySize * n) / 1000)) / 2;
videoplayer_win.c:1359_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