|
VLC
2.1.0-git
|
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) |
|
inlinestatic |
References VLC_UNUSED.
Referenced by ThreadClean(), and vout_chrono_Reset().
|
inlinestatic |
References vout_chrono_t::avg, and vout_chrono_t::var.
Referenced by ThreadDisplayPicture(), and vout_chrono_Stop().
|
inlinestatic |
References vout_chrono_t::avg, and vout_chrono_t::var.
|
inlinestatic |
References vout_chrono_t::avg, vout_chrono_t::avg_initial, vout_chrono_t::shift, vout_chrono_t::shift_var, vout_chrono_t::start, vout_chrono_t::var, and VLC_TS_INVALID.
Referenced by ThreadInit(), and vout_chrono_Reset().
|
inlinestatic |
References vout_chrono_t::avg_initial, vout_chrono_t::shift, vout_chrono_Clean(), and vout_chrono_Init().
|
inlinestatic |
References mdate(), and vout_chrono_t::start.
Referenced by ThreadDisplayRenderPicture().
|
inlinestatic |
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.8.1.2