Lines Matching refs:NUTContext
90 static int get_packetheader(NUTContext *nut, AVIOContext *bc,
193 static int decode_main_header(NUTContext *nut)
379 static int decode_stream_header(NUTContext *nut)
503 static int decode_info_header(NUTContext *nut)
626 static int decode_syncpoint(NUTContext *nut, int64_t *ts, int64_t *back_ptr)
670 static int64_t find_duration(NUTContext *nut, int64_t filesize)
682 static int find_and_decode_index(NUTContext *nut)
798 NUTContext *nut = s->priv_data;
812 NUTContext *nut = s->priv_data;
1005 static int decode_frame_header(NUTContext *nut, int64_t *pts, int *stream_id,
1088 static int decode_frame(NUTContext *nut, AVPacket *pkt, int frame_code)
1158 NUTContext *nut = s->priv_data;
1217 NUTContext *nut = s->priv_data;
1244 NUTContext *nut = s->priv_data;
1318 .priv_data_size = sizeof(NUTContext),