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

VIDEO_FRAME_TIME macro

Syntax

#define VIDEO_FRAME_TIME 40

References

LocationText
video_player_win.c:104
#define VIDEO_FRAME_TIME 40
video_player_win.c:1249
if((FrameIndex - previous_total) >= VIDEO_FRAME_TIME)
video_player_win.c:1252
if((VIDEO_FRAME_TIME - LostFrames + 1) < VIDEO_FRAME_TIME)
video_player_win.c:1254
sprintf(tmp, "Rate : %lu fps", VIDEO_FRAME_TIME - LostFrames + 1);
video_player_win.c:1315
GUI_MOVIE_SetPeriod (*hmovie, VIDEO_FRAME_TIME);