Searched defs:nut (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | nutenc.c | 130 NUTContext *nut = s->priv_data; in find_header_idx() local 146 NUTContext *nut = s->priv_data; in build_elision_headers() local 168 NUTContext *nut = s->priv_data; in build_frame_code() local 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() local 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 *nut, AVIOContext *bc, int id) in write_chapter() [all …]
|
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() local 812 NUTContext *nut = s->priv_data; in nut_read_header() local 1005 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()
|
/third_party/ffmpeg/libavcodec/ |
D | remove_extradata_bsf.c | 110 int nut; in hevc_split() local
|
D | hevc_parser.c | 268 int nut; in hevc_find_frame_end() local
|