Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dnut.h137 int ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts);
H A Dnut.c285 int ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts) in ff_nut_add_sp() function
H A Dnutenc.c1066 if ((ret = ff_nut_add_sp(nut, nut->last_syncpoint_pos, 0 /*unused*/, pkt->dts)) < 0) in nut_write_packet()
H A Dnutdec.c663 if ((ret = ff_nut_add_sp(nut, nut->last_syncpoint_pos, *back_ptr, *ts)) < 0) in decode_syncpoint()

Completed in 5 milliseconds