Searched refs:NUTContext (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | nut.h | 91 typedef struct NUTContext { struct 118 } NUTContext; argument 133 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val); 137 int ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts); 138 void ff_nut_free_sp(NUTContext *nut);
|
D | nutenc.c | 108 NUTContext *nut = s->priv_data; in find_header_idx() 124 NUTContext *nut = s->priv_data; in build_elision_headers() 146 NUTContext *nut = s->priv_data; in build_frame_code() 306 static void put_tt(NUTContext *nut, AVRational *time_base, AVIOContext *bc, uint64_t val) in put_tt() 328 static void put_packet(NUTContext *nut, AVIOContext *bc, AVIOContext *dyn_bc, in put_packet() 349 static void write_mainheader(NUTContext *nut, AVIOContext *bc) in write_mainheader() 432 NUTContext *nut = avctx->priv_data; in write_streamheader() 494 static int write_globalinfo(NUTContext *nut, AVIOContext *bc) in write_globalinfo() 522 static int write_streaminfo(NUTContext *nut, AVIOContext *bc, int stream_id) { in write_streaminfo() 564 static int write_chapter(NUTContext *nut, AVIOContext *bc, int id) in write_chapter() [all …]
|
D | nutdec.c | 89 static int get_packetheader(NUTContext *nut, AVIOContext *bc, in get_packetheader() 192 static int decode_main_header(NUTContext *nut) in decode_main_header() 371 static int decode_stream_header(NUTContext *nut) in decode_stream_header() 495 static int decode_info_header(NUTContext *nut) in decode_info_header() 618 static int decode_syncpoint(NUTContext *nut, int64_t *ts, int64_t *back_ptr) in decode_syncpoint() 662 static int64_t find_duration(NUTContext *nut, int64_t filesize) in find_duration() 674 static int find_and_decode_index(NUTContext *nut) in find_and_decode_index() 790 NUTContext *nut = s->priv_data; in nut_read_close() 804 NUTContext *nut = s->priv_data; in nut_read_header() 1000 static int decode_frame_header(NUTContext *nut, int64_t *pts, int *stream_id, in decode_frame_header() [all …]
|
D | nut.c | 255 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val) in ff_nut_reset_ts() 285 int ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts) in ff_nut_add_sp() 316 void ff_nut_free_sp(NUTContext *nut) in ff_nut_free_sp()
|