Go to the source code of this file.
◆ OFFSET
◆ VE
◆ amf_encode_init_hevc()
◆ options
◆ defaults
Initial value:= {
{ "refs", "-1" },
{ "aspect", "0" },
{ "b", "2M" },
{ "g", "250" },
{ "slices", "1" },
}
Definition at line 295 of file amfenc_hevc.c.
◆ hevc_amf_class
Initial value:= {
.class_name = "hevc_amf",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
static const AVOption options[]
Definition at line 303 of file amfenc_hevc.c.
◆ ff_hevc_amf_encoder
Initial value:= {
.name = "hevc_amf",
.wrapper_name = "amf",
}
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
#define AV_CODEC_CAP_HARDWARE
Codec is backed by a hardware implementation.
static const AVClass hevc_amf_class
static av_cold int amf_encode_init_hevc(AVCodecContext *avctx)
#define AV_CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
int ff_amf_send_frame(AVCodecContext *avctx, const AVFrame *frame)
Ecoding one frame - common function for all AMF encoders.
int av_cold ff_amf_encode_close(AVCodecContext *avctx)
Common encoder termination function.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
enum AVPixelFormat ff_amf_pix_fmts[]
Supported formats.
static const AVCodecDefault defaults[]
int ff_amf_receive_packet(AVCodecContext *avctx, AVPacket *avpkt)
static enum AVPixelFormat pix_fmts[]
Definition at line 310 of file amfenc_hevc.c.