Searched refs:av_rescale_delta (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | mathematics.h | 223 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 D | mathematics.c | 168 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 D | ffmpeg.c | 1870 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 7 milliseconds