Home
last modified time | relevance | path

Searched refs:get_timebase (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dhls.c2264 static AVRational get_timebase(struct playlist *pls) in get_timebase() function
2275 int64_t scaled_ts_a = av_rescale_q(ts_a, get_timebase(pls_a), MPEG_TIME_BASE_Q); in compare_ts_with_wrapdetect()
2276 int64_t scaled_ts_b = av_rescale_q(ts_b, get_timebase(pls_b), MPEG_TIME_BASE_Q); in compare_ts_with_wrapdetect()
2313 get_timebase(pls), AV_TIME_BASE_Q); in hls_read_packet()
2335 tb = get_timebase(pls); in hls_read_packet()

Completed in 5 milliseconds