Lines Matching defs:AVInputFormat
640 typedef struct AVInputFormat { struct
645 const char *name;
652 const char *long_name;
659 int flags;
687 ff_const59 struct AVInputFormat *next; argument
693 int raw_codec_id;
698 int priv_data_size;
705 int (*read_probe)(const AVProbeData *);
712 int (*read_header)(struct AVFormatContext *);
722 int (*read_packet)(struct AVFormatContext *, AVPacket *pkt);
728 int (*read_close)(struct AVFormatContext *);
738 int (*read_seek)(struct AVFormatContext *,
745 int64_t (*read_timestamp)(struct AVFormatContext *s, int stream_index,
752 int (*read_play)(struct AVFormatContext *);
758 int (*read_pause)(struct AVFormatContext *);
787 } AVInputFormat; typedef