Lines Matching defs:flags
524 * can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER,
529 int flags;
553 * Internal flags. See FF_FMT_FLAG_* in internal.h.
559 * Write a packet. If AVFMT_ALLOW_FLUSH is set in flags,
611 AVFrame **frame, unsigned flags);
671 * Can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER, AVFMT_SHOW_IDS,
675 int flags;
713 * Internal flags. See FF_FMT_FLAG_* in internal.h.
732 * Read one packet and put it in 'pkt'. pts and flags are also
751 * @param flags Selects which direction should be preferred if no exact
756 int stream_index, int64_t timestamp, int flags);
783 int (*read_seek2)(struct AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags);
819 int flags:2;
1015 * Stream disposition - a combination of AV_DISPOSITION_* flags.
1083 * indicate a user-triggered event. The muxer will clear the flags for
1164 int flags;
1211 typedef int (*AVOpenCallback)(struct AVFormatContext *s, AVIOContext **pb, const char *url, int flags,
1277 * iformat/oformat.flags. In such a case, the (de)muxer will handle
1356 int flags;
1545 * indicate a user-triggered event. The muxer will clear the flags for
1615 * avio flags, used to force AVIO_FLAG_DIRECT.
1788 * @param flags a combination of AVIO_FLAG_*
1799 int flags, AVDictionary **options);
2186 * @param flags flags; none are currently defined
2199 int flags);
2240 * @param flags flags which select direction and seeking mode
2244 int flags);
2252 * If flags contain AVSEEK_FLAG_BYTE, then all timestamps are in bytes and
2254 * If flags contain AVSEEK_FLAG_FRAME, then all timestamps are in frames
2258 * If flags contain AVSEEK_FLAG_ANY, then non-keyframes are treated as
2260 * If flags contain AVSEEK_FLAG_BACKWARD, it is ignored.
2267 * @param flags flags
2272 int avformat_seek_file(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags);
2646 * @param flags if AVSEEK_FLAG_BACKWARD then the returned index will correspond
2652 int av_index_search_timestamp(AVStream *st, int64_t timestamp, int flags);
2680 * @param flags If AVSEEK_FLAG_BACKWARD then the returned entry will correspond
2692 int flags);
2700 int size, int distance, int flags);
2758 * @param flags AV_FRAME_FILENAME_FLAGS_*
2762 const char *path, int number, int flags);