VLC 4.0.0-dev
Loading...
Searching...
No Matches
chrono.h File Reference
Include dependency graph for chrono.h:

Go to the source code of this file.

Data Structures

struct  vout_chrono_t
 

Functions

static void vout_chrono_Init (vout_chrono_t *chrono, int shift, vlc_tick_t avg_initial)
 
static void vout_chrono_Start (vout_chrono_t *chrono)
 
static vlc_tick_t vout_chrono_GetHigh (vout_chrono_t *chrono)
 
static vlc_tick_t vout_chrono_GetLow (vout_chrono_t *chrono)
 
static void vout_chrono_Stop (vout_chrono_t *chrono)
 

Function Documentation

◆ vout_chrono_GetHigh()

static vlc_tick_t vout_chrono_GetHigh ( vout_chrono_t chrono)
inlinestatic

◆ vout_chrono_GetLow()

static vlc_tick_t vout_chrono_GetLow ( vout_chrono_t chrono)
inlinestatic

◆ vout_chrono_Init()

◆ vout_chrono_Start()

static void vout_chrono_Start ( vout_chrono_t chrono)
inlinestatic

◆ vout_chrono_Stop()