FFmpeg
|
#include "libavutil/internal.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "amfenc.h"
#include "codec_internal.h"
#include <AMF/components/PreAnalysis.h>
Go to the source code of this file.
Macros | |
#define | OFFSET(x) offsetof(AmfContext, x) |
#define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
static av_cold int | amf_encode_init_hevc (AVCodecContext *avctx) |
Variables | |
static const AVOption | options [] |
static const FFCodecDefault | defaults [] |
static const AVClass | hevc_amf_class |
const FFCodec | ff_hevc_amf_encoder |
#define OFFSET | ( | x | ) | offsetof(AmfContext, x) |
Definition at line 26 of file amfenc_hevc.c.
#define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 27 of file amfenc_hevc.c.
|
static |
Color Range (Support for older Drivers)
Color Depth
Color Transfer Characteristics (AMF matches ISO/IEC)
Color Primaries (AMF matches ISO/IEC)
Definition at line 157 of file amfenc_hevc.c.
Definition at line 29 of file amfenc_hevc.c.
|
static |
Definition at line 509 of file amfenc_hevc.c.
|
static |
Definition at line 520 of file amfenc_hevc.c.
const FFCodec ff_hevc_amf_encoder |
Definition at line 527 of file amfenc_hevc.c.