This structure is used to manage clock drift and reception jitters. More...

Data Fields | |
| vlc_mutex_t | lock |
| clock_point_t | last |
| mtime_t | i_ts_max |
| mtime_t | i_buffering_duration |
| mtime_t | i_next_drift_update |
| average_t | drift |
| struct { | |
| mtime_t pi_value [(3)] | |
| unsigned i_index | |
| } | late |
| clock_point_t | ref |
| bool | b_has_reference |
| mtime_t | i_external_clock |
| bool | b_has_external_clock |
| bool | b_paused |
| int | i_rate |
| mtime_t | i_pts_delay |
| mtime_t | i_pause_date |
This structure is used to manage clock drift and reception jitters.
XXX input_clock_GetTS can be called from any threads. All others functions MUST be called from one and only one thread.
Referenced by input_clock_ChangeSystemOrigin(), input_clock_New(), input_clock_Reset(), and input_clock_Update().
Referenced by ClockStreamToSystem(), ClockSystemToStream(), input_clock_ChangePause(), input_clock_ChangeRate(), input_clock_ChangeSystemOrigin(), input_clock_ConvertTS(), input_clock_GetState(), input_clock_GetSystemOrigin(), input_clock_GetWakeup(), input_clock_New(), input_clock_Reset(), and input_clock_Update().
Referenced by input_clock_ChangePause(), and input_clock_New().
Referenced by input_clock_ConvertTS(), input_clock_GetWakeup(), input_clock_New(), and input_clock_Update().
| unsigned input_clock_t::i_index |
Referenced by input_clock_New(), input_clock_SetJitter(), and input_clock_Update().
Referenced by input_clock_New(), and input_clock_Update().
Referenced by input_clock_ChangePause(), and input_clock_New().
Referenced by input_clock_ConvertTS(), input_clock_New(), input_clock_Reset(), and input_clock_Update().
| struct { ... } input_clock_t::late |
Referenced by input_clock_GetJitter(), input_clock_New(), input_clock_SetJitter(), and input_clock_Update().
Referenced by input_clock_ChangePause(), input_clock_ChangeRate(), input_clock_ChangeSystemOrigin(), input_clock_ConvertTS(), input_clock_Delete(), input_clock_GetJitter(), input_clock_GetRate(), input_clock_GetState(), input_clock_GetSystemOrigin(), input_clock_GetWakeup(), input_clock_New(), input_clock_Reset(), input_clock_SetJitter(), and input_clock_Update().
Referenced by input_clock_GetJitter(), input_clock_New(), input_clock_SetJitter(), and input_clock_Update().
1.7.1