Lines Matching refs:NUTContext
130 NUTContext *nut = s->priv_data;
146 NUTContext *nut = s->priv_data;
168 NUTContext *nut = s->priv_data;
328 static void put_tt(NUTContext *nut, AVRational *time_base, AVIOContext *bc, uint64_t val)
350 static void put_packet(NUTContext *nut, AVIOContext *bc, AVIOContext *dyn_bc,
371 static void write_mainheader(NUTContext *nut, AVIOContext *bc)
454 NUTContext *nut = avctx->priv_data;
516 static int write_globalinfo(NUTContext *nut, AVIOContext *bc)
544 static int write_streaminfo(NUTContext *nut, AVIOContext *bc, int stream_id) {
586 static int write_chapter(NUTContext *nut, AVIOContext *bc, int id)
614 static int write_index(NUTContext *nut, AVIOContext *bc) {
668 NUTContext *nut = avctx->priv_data;
720 NUTContext *nut = s->priv_data;
804 static int get_needed_flags(NUTContext *nut, StreamContext *nus, FrameCode *fc,
833 static int find_best_header_idx(NUTContext *nut, AVPacket *pkt)
979 NUTContext *nut = s->priv_data;
1202 NUTContext *nut = s->priv_data;
1225 NUTContext *nut = s->priv_data;
1238 #define OFFSET(x) offsetof(NUTContext, x)
1261 .priv_data_size = sizeof(NUTContext),