Home
last modified time | relevance | path

Searched refs:get_master_clock (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/fftools/
Dffplay.c1440 static double get_master_clock(VideoState *is) in get_master_clock() function
1534 diff = get_clock(&is->vidclk) - get_master_clock(is); in compute_target_delay()
1714 av_diff = get_master_clock(is) - get_clock(&is->vidclk); in video_refresh()
1716 av_diff = get_master_clock(is) - get_clock(&is->audclk); in video_refresh()
1721 get_master_clock(is), in video_refresh()
1792 double diff = dpts - get_master_clock(is); in get_video_frame()
2303 diff = get_clock(&is->audclk) - get_master_clock(is); in synchronize_audio()
3252 int64_t pos = get_master_clock(is) * AV_TIME_BASE; in seek_chapter()
3386 pos = get_master_clock(cur_stream); in event_loop()