Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dutils.c1534 static int64_t ts_to_samples(AVStream *st, int64_t ts) in ts_to_samples() function
1673 int64_t sample = ts_to_samples(st, pts); in read_frame_internal()
1674 int duration = ts_to_samples(st, pkt->duration); in read_frame_internal()