Searched defs:nut (Results 1 - 5 of 5) sorted by relevance
| /third_party/ffmpeg/libavcodec/ |
| H A D | remove_extradata_bsf.c | 110 int nut; in hevc_split() local
|
| H A D | hevc_parser.c | 268 int nut; in hevc_find_frame_end() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | nut.c | 255 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val) in ff_nut_reset_ts() argument 285 int ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts) in ff_nut_add_sp() argument 316 ff_nut_free_sp(NUTContext *nut) ff_nut_free_sp() argument [all...] |
| H A 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; build_frame_code() local 328 put_tt(NUTContext *nut, AVRational *time_base, AVIOContext *bc, uint64_t val) put_tt() argument 350 put_packet(NUTContext *nut, AVIOContext *bc, AVIOContext *dyn_bc, uint64_t startcode) put_packet() argument 371 write_mainheader(NUTContext *nut, AVIOContext *bc) write_mainheader() argument 454 NUTContext *nut = avctx->priv_data; write_streamheader() local 516 write_globalinfo(NUTContext *nut, AVIOContext *bc) write_globalinfo() argument 544 write_streaminfo(NUTContext *nut, AVIOContext *bc, int stream_id) write_streaminfo() argument 586 write_chapter(NUTContext *nut, AVIOContext *bc, int id) write_chapter() argument 614 write_index(NUTContext *nut, AVIOContext *bc) write_index() argument 668 NUTContext *nut = avctx->priv_data; write_headers() local 720 NUTContext *nut = s->priv_data; nut_write_header() local 804 get_needed_flags(NUTContext *nut, StreamContext *nus, FrameCode *fc, AVPacket *pkt) get_needed_flags() argument 833 find_best_header_idx(NUTContext *nut, AVPacket *pkt) find_best_header_idx() argument 979 NUTContext *nut = s->priv_data; nut_write_packet() local 1202 NUTContext *nut = s->priv_data; nut_write_trailer() local 1225 NUTContext *nut = s->priv_data; nut_write_deinit() local [all...] |
| H A D | nutdec.c | 90 static int get_packetheader(NUTContext *nut, AVIOContext *bc, in get_packetheader() argument 193 static int decode_main_header(NUTContext *nut) in decode_main_header() argument 379 decode_stream_header(NUTContext *nut) decode_stream_header() argument 503 decode_info_header(NUTContext *nut) decode_info_header() argument 626 decode_syncpoint(NUTContext *nut, int64_t *ts, int64_t *back_ptr) decode_syncpoint() argument 670 find_duration(NUTContext *nut, int64_t filesize) find_duration() argument 682 find_and_decode_index(NUTContext *nut) find_and_decode_index() argument 798 NUTContext *nut = s->priv_data; nut_read_close() local 812 NUTContext *nut = s->priv_data; nut_read_header() local 1005 decode_frame_header(NUTContext *nut, int64_t *pts, int *stream_id, uint8_t *header_idx, int frame_code) decode_frame_header() argument 1088 decode_frame(NUTContext *nut, AVPacket *pkt, int frame_code) decode_frame() argument 1158 NUTContext *nut = s->priv_data; nut_read_packet() local 1217 NUTContext *nut = s->priv_data; nut_read_timestamp() local 1244 NUTContext *nut = s->priv_data; read_seek() local [all...] |
Completed in 4 milliseconds