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, mtime_t avg_initial) |
| static void | vout_chrono_Clean (vout_chrono_t *chrono) |
| static void | vout_chrono_Start (vout_chrono_t *chrono) |
| static mtime_t | vout_chrono_GetHigh (vout_chrono_t *chrono) |
| static mtime_t | vout_chrono_GetLow (vout_chrono_t *chrono) |
| static void | vout_chrono_Stop (vout_chrono_t *chrono) |
| static void | vout_chrono_Reset (vout_chrono_t *chrono) |
| static void vout_chrono_Clean | ( | vout_chrono_t * | chrono | ) | [inline, static] |
References VLC_UNUSED.
Referenced by ThreadClean(), and vout_chrono_Reset().
| static mtime_t vout_chrono_GetHigh | ( | vout_chrono_t * | chrono | ) | [inline, static] |
References vout_chrono_t::avg, and vout_chrono_t::var.
Referenced by ThreadDisplayPicture(), and vout_chrono_Stop().
| static mtime_t vout_chrono_GetLow | ( | vout_chrono_t * | chrono | ) | [inline, static] |
References __MAX, vout_chrono_t::avg, and vout_chrono_t::var.
| static void vout_chrono_Init | ( | vout_chrono_t * | chrono, | |
| int | shift, | |||
| mtime_t | avg_initial | |||
| ) | [inline, static] |
References vout_chrono_t::avg, vout_chrono_t::avg_initial, vout_chrono_t::shift, vout_chrono_t::shift_var, vout_chrono_t::start, and vout_chrono_t::var.
Referenced by ThreadInit(), and vout_chrono_Reset().
| static void vout_chrono_Reset | ( | vout_chrono_t * | chrono | ) | [inline, static] |
References vout_chrono_t::avg_initial, vout_chrono_t::shift, vout_chrono_Clean(), and vout_chrono_Init().
| static void vout_chrono_Start | ( | vout_chrono_t * | chrono | ) | [inline, static] |
References mdate(), and vout_chrono_t::start.
Referenced by ThreadDisplayRenderPicture().
| static void vout_chrono_Stop | ( | vout_chrono_t * | chrono | ) | [inline, static] |
References vout_chrono_t::avg, mdate(), vout_chrono_t::shift, vout_chrono_t::shift_var, vout_chrono_t::start, vout_chrono_t::var, VLC_TS_INVALID, and vout_chrono_GetHigh().
Referenced by ThreadDisplayRenderPicture().
1.7.1