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

previous_total variable

Syntax

static __IO uint32_t LostFrames = 0, previous_total = 0;

References

LocationReferrerText
video_player_win.c:156
static __IO uint32_t LostFrames = 0, previous_total = 0;
video_player_win.c:1254_cbNotify()
previous_total = 0;
video_player_win.c:1258_cbNotify()
if((FrameIndex - previous_total) >= VIDEO_FRAME_TIME)
video_player_win.c:1267_cbNotify()
previous_total = FrameIndex;
video_player_win.c:1319_StartPlay()
previous_total = 0;

Data Use

Functions writing previous_total
Functions reading previous_total
all items filtered out
previous_total
all items filtered out
Type of previous_total
previous_total
uint32_t
all items filtered out