Libav
|
Go to the source code of this file.
Functions | |
int64_t | av_gettime (void) |
Get the current time in microseconds. More... | |
int | av_usleep (unsigned usec) |
Sleep for a period of time. More... | |
int64_t av_gettime | ( | void | ) |
Get the current time in microseconds.
Definition at line 37 of file time.c.
Referenced by audio_read_packet(), av_des_mac(), bktr_getframe(), config_input(), dct_error(), enqueue_packet(), fbdev_read_packet(), ff_ntp_time(), ff_rtp_check_and_send_back_rr(), ff_rtp_send_rtcp_feedback(), ff_rtsp_open_transport_ctx(), ff_rtsp_setup_output_streams(), filter_frame(), get_external_clock(), get_input_packet(), get_video_clock(), get_video_frame(), getutime(), grab_read_packet(), hls_read(), idct248_error(), main(), nut_write_packet(), parse_playlist(), print_report(), process_callback(), pulse_read_packet(), read_data(), rtcp_parse_packet(), rtp_parse_one_packet(), rtsp_read_packet(), sap_write_header(), sap_write_packet(), sdl_audio_callback(), stream_pause(), transcode(), transcode_init(), video_audio_display(), video_refresh_timer(), x11grab_read_header(), and x11grab_read_packet().
int av_usleep | ( | unsigned | usec | ) |
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.
usec | Number of microseconds to sleep. |
Definition at line 54 of file time.c.
Referenced by ff_dxva2_common_end_frame(), hls_read(), main(), process_input(), read_data(), refresh_thread(), retry_transfer_wrapper(), rtmp_http_read(), and select_input_file().