Searched refs:NUTContext (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | nut.h | 91 typedef struct NUTContext { struct 118 } NUTContext; typedef 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);
|
H A D | nutenc.c | 130 NUTContext *nut = s->priv_data; in find_header_idx() 146 NUTContext *nut = s->priv_data; in build_elision_headers() 168 NUTContext *nut = s->priv_data; in build_frame_code() 328 static void put_tt(NUTContext *nut, AVRational *time_base, AVIOContext *bc, uint64_t val) in put_tt() 350 static void put_packet(NUTContext *nut, AVIOContext *bc, AVIOContext *dyn_bc, in put_packet() 371 static void write_mainheader(NUTContext *nut, AVIOContext *bc) in write_mainheader() 454 NUTContext *nut = avctx->priv_data; in write_streamheader() 516 static int write_globalinfo(NUTContext *nut, AVIOContext *bc) in write_globalinfo() 544 static int write_streaminfo(NUTContext *nut, AVIOContext *bc, int stream_id) { in write_streaminfo() 586 static int write_chapter(NUTContext *nu [all...] |
H A D | nutdec.c | 90 static int get_packetheader(NUTContext *nut, AVIOContext *bc, in get_packetheader() 193 static int decode_main_header(NUTContext *nut) in decode_main_header() 379 static int decode_stream_header(NUTContext *nut) in decode_stream_header() 503 static int decode_info_header(NUTContext *nut) in decode_info_header() 626 static int decode_syncpoint(NUTContext *nut, int64_t *ts, int64_t *back_ptr) in decode_syncpoint() 670 static int64_t find_duration(NUTContext *nut, int64_t filesize) in find_duration() 682 static int find_and_decode_index(NUTContext *nut) in find_and_decode_index() 798 NUTContext *nut = s->priv_data; in nut_read_close() 812 NUTContext *nut = s->priv_data; in nut_read_header() 1005 static int decode_frame_header(NUTContext *nu [all...] |
H A 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()
|
Completed in 4 milliseconds