Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dinternal.h767 int ff_rfps_add_frame(AVFormatContext *ic, AVStream *st, int64_t dts);
Dutils.c3384 int ff_rfps_add_frame(AVFormatContext *ic, AVStream *st, int64_t ts) function
3965 ff_rfps_add_frame(ic, st, pkt->dts);
Dmov.c3975 ff_rfps_add_frame(mov->fc, st, current_dts); in mov_build_index()