Lines Matching defs:AVInputFormat
636 typedef struct AVInputFormat { struct
641 const char *name;
648 const char *long_name;
655 int flags;
682 ff_const59 struct AVInputFormat *next; argument
687 int raw_codec_id;
692 int priv_data_size;
699 int (*read_probe)(const AVProbeData *);
706 int (*read_header)(struct AVFormatContext *);
716 int (*read_packet)(struct AVFormatContext *, AVPacket *pkt);
722 int (*read_close)(struct AVFormatContext *);
732 int (*read_seek)(struct AVFormatContext *,
739 int64_t (*read_timestamp)(struct AVFormatContext *s, int stream_index,
746 int (*read_play)(struct AVFormatContext *);
752 int (*read_pause)(struct AVFormatContext *);
779 } AVInputFormat; typedef