#include <stdint.h>
Go to the source code of this file.
Get the current time in microseconds.
Definition at line 39 of file time.c.
Referenced by audio_get_output_timestamp(), audio_read_packet(), av_gettime_relative(), avf_read_header(), avf_read_packet(), bktr_getframe(), config_input(), convert_timestamp(), create_stream(), etime(), fbdev_read_packet(), ff_ntp_time(), ff_read_packet(), ff_rtsp_setup_output_streams(), fill_rand_int(), filter_frame(), gdigrab_read_header(), gdigrab_read_packet(), grab_read_header(), grab_read_packet(), http_server(), init_convert_timestamp(), nut_write_packet(), open_input_stream(), process_callback(), pulse_get_output_timestamp(), pulse_read_packet(), qtkit_read_header(), qtkit_read_packet(), read_packet(), sap_write_header(), seg_write_packet(), udp_read(), wait_frame(), x11grab_read_header(), and x11grab_read_packet().
Get the current time in microseconds since some unspecified starting point.
On platforms that support it, the time comes from a monotonic clock This property makes this time source ideal for measuring relative time. The returned values may not be monotonic on platforms where a monotonic clock is not available.
Definition at line 56 of file time.c.
Referenced by config_output(), dct_error(), enqueue_packet(), event_loop(), ff_network_wait_fd_timeout(), ff_rtp_check_and_send_back_rr(), ff_rtp_send_rtcp_feedback(), get_clock(), get_input_packet(), getutime(), hls_read(), idct248_error(), main(), parse_playlist(), read_data(), refresh_loop_wait_event(), retry_transfer_wrapper(), rtcp_parse_packet(), rtp_parse_one_packet(), rtsp_read_packet(), run_opencl_bench(), sap_write_packet(), sdl_audio_callback(), select_cur_seq_no(), set_clock(), stream_toggle_pause(), test_motion(), transcode(), transcode_init(), video_audio_display(), video_refresh(), and video_thread().
Indicates with a boolean result if the av_gettime_relative() time source is monotonic.
Sleep for a period of time.
Although the duration is expressed in microseconds, the actual delay may be rounded to the precision of the system timer.
Definition at line 76 of file time.c.
Referenced by ff_dxva2_common_end_frame(), ff_qsv_decode(), gdigrab_read_packet(), hls_read(), main(), read_data(), refresh_loop_wait_event(), retry_transfer_wrapper(), rtmp_http_read(), transcode_step(), and wait_frame().