Lines Matching defs:flags
204 These flags can be passed in AVCodecContext.flags before initialization.
343 These flags can be passed in AVCodecContext.export_side_data before initialization.
469 int flags;
481 * rv10: additional flags
848 * slice flags
1135 * If AV_GET_BUFFER_FLAG_REF is set in flags then the frame may be reused
1167 int (*get_buffer2)(struct AVCodecContext *s, AVFrame *frame, int flags);
1308 * error concealment flags
1394 * - encoding: Set by libavcodec if flags & AV_CODEC_FLAG_PSNR.
1933 * Bit set of AV_HWACCEL_FLAG_* flags, which affect hardware accelerated
1999 * Bit set of AV_CODEC_EXPORT_DATA_* flags, which affects the kind of
2033 * The flags field may contain a combination of AV_GET_ENCODE_BUFFER_FLAG_ flags.
2036 * Implementations of this callback may ignore flags they don't understand.
2037 * If AV_GET_ENCODE_BUFFER_FLAG_REF is set in flags then the packet may be reused
2048 int (*get_encode_buffer)(struct AVCodecContext *s, AVPacket *pkt, int flags);
2302 int flags;
2468 int avcodec_default_get_buffer2(AVCodecContext *s, AVFrame *frame, int flags);
2475 int avcodec_default_get_encode_buffer(AVCodecContext *s, AVPacket *pkt, int flags);
2822 int flags;
3070 * @param[out] loss_ptr Combination of flags informing you what kind of losses will occur.