|
| | VCMTimingFake (Clock *clock) |
| |
| int64_t | RenderTimeMs (uint32_t frame_timestamp, int64_t now_ms) const override |
| |
| uint32_t | MaxWaitingTime (int64_t render_time_ms, int64_t now_ms) const override |
| |
| bool | GetTimings (int *decode_ms, int *max_decode_ms, int *current_delay_ms, int *target_delay_ms, int *jitter_buffer_ms, int *min_playout_delay_ms, int *render_delay_ms) const override |
| |
| | VCMTiming (Clock *clock, VCMTiming *master_timing=NULL) |
| |
| virtual | ~VCMTiming () |
| |
| void | Reset () |
| |
| void | ResetDecodeTime () |
| |
| void | set_render_delay (int render_delay_ms) |
| |
| void | SetJitterDelay (int required_delay_ms) |
| |
| void | set_min_playout_delay (int min_playout_delay_ms) |
| |
| int | min_playout_delay () |
| |
| void | set_max_playout_delay (int max_playout_delay_ms) |
| |
| int | max_playout_delay () |
| |
| void | UpdateCurrentDelay (uint32_t frame_timestamp) |
| |
| void | UpdateCurrentDelay (int64_t render_time_ms, int64_t actual_decode_time_ms) |
| |
| int32_t | StopDecodeTimer (uint32_t time_stamp, int32_t decode_time_ms, int64_t now_ms, int64_t render_time_ms) |
| |
| void | IncomingTimestamp (uint32_t time_stamp, int64_t last_packet_time_ms) |
| |
| int | TargetVideoDelay () const |
| |
| bool | EnoughTimeToDecode (uint32_t available_processing_time_ms) const |
| |
| | VCMTiming (Clock *clock, VCMTiming *master_timing=NULL) |
| |
| virtual | ~VCMTiming () |
| |
| void | Reset () |
| |
| void | ResetDecodeTime () |
| |
| void | set_render_delay (int render_delay_ms) |
| |
| void | SetJitterDelay (int required_delay_ms) |
| |
| void | set_min_playout_delay (int min_playout_delay_ms) |
| |
| int | min_playout_delay () |
| |
| void | set_max_playout_delay (int max_playout_delay_ms) |
| |
| int | max_playout_delay () |
| |
| void | UpdateCurrentDelay (uint32_t frame_timestamp) |
| |
| void | UpdateCurrentDelay (int64_t render_time_ms, int64_t actual_decode_time_ms) |
| |
| int32_t | StopDecodeTimer (uint32_t time_stamp, int32_t decode_time_ms, int64_t now_ms, int64_t render_time_ms) |
| |
| void | IncomingTimestamp (uint32_t time_stamp, int64_t last_packet_time_ms) |
| |
| int | TargetVideoDelay () const |
| |
| bool | EnoughTimeToDecode (uint32_t available_processing_time_ms) const |
| |