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:1258
if((FrameIndex - previous_total) >= VIDEO_FRAME_TIME)
video_player_win.c:1261
if((VIDEO_FRAME_TIME - LostFrames + 1) < VIDEO_FRAME_TIME)
video_player_win.c:1263
sprintf(tmp, "Rate : %lu fps", VIDEO_FRAME_TIME - LostFrames + 1);
video_player_win.c:1324
GUI_MOVIE_SetPeriod (*hmovie, VIDEO_FRAME_TIME);