Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dmathematics.h223 int64_t av_rescale_delta(AVRational in_tb, int64_t in_ts, AVRational fs_tb, int duration, int64_t *last, AVRational out_tb);
H A Dmathematics.c168 int64_t av_rescale_delta(AVRational in_tb, int64_t in_ts, AVRational fs_tb, int duration, int64_t *last, AVRational out_tb){ in av_rescale_delta() function
/third_party/ffmpeg/fftools/
H A Dffmpeg.c1870 opkt->dts = av_rescale_delta(ist->st->time_base, pkt->dts, in do_streamcopy()
2138 decoded_frame->pts = av_rescale_delta(decoded_frame_tb, decoded_frame->pts, in decode_audio()

Completed in 9 milliseconds