FFmpeg
|
#include "libavutil/opt.h"
#include "libavutil/common.h"
#include "libavutil/mem.h"
#include "libavutil/pixdesc.h"
#include "libavutil/hwcontext_d3d12va_internal.h"
#include "avcodec.h"
#include "cbs.h"
#include "cbs_h265.h"
#include "hw_base_encode_h265.h"
#include "h2645data.h"
#include "h265_profile_level.h"
#include "codec_internal.h"
#include "d3d12va_encode.h"
Go to the source code of this file.
Data Structures | |
struct | D3D12VAEncodeHEVCPicture |
struct | D3D12VAEncodeHEVCContext |
struct | D3D12VAEncodeHEVCLevel |
Macros | |
#define | D3D_PROFILE_DESC(name) { sizeof(D3D12_VIDEO_ENCODER_PROFILE_HEVC), { .pHEVCProfile = (D3D12_VIDEO_ENCODER_PROFILE_HEVC *)&profile_ ## name } } |
#define | OFFSET(x) offsetof(D3D12VAEncodeHEVCContext, x) |
#define | FLAGS (AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM) |
#define | PROFILE(name, value) |
#define | LEVEL(name, value) |
Variables | |
static const D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_SUPPORT_HEVC | hevc_config_support_sets [] |
static const D3D12VAEncodeHEVCLevel | hevc_levels [] |
static const D3D12_VIDEO_ENCODER_PROFILE_HEVC | profile_main = D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN |
static const D3D12_VIDEO_ENCODER_PROFILE_HEVC | profile_main10 = D3D12_VIDEO_ENCODER_PROFILE_HEVC_MAIN10 |
static const D3D12VAEncodeProfile | d3d12va_encode_hevc_profiles [] |
static const D3D12VAEncodeType | d3d12va_encode_type_hevc |
static const AVOption | d3d12va_encode_hevc_options [] |
static const FFCodecDefault | d3d12va_encode_hevc_defaults [] |
static const AVClass | d3d12va_encode_hevc_class |
const FFCodec | ff_hevc_d3d12va_encoder |
#define D3D_PROFILE_DESC | ( | name | ) | { sizeof(D3D12_VIDEO_ENCODER_PROFILE_HEVC), { .pHEVCProfile = (D3D12_VIDEO_ENCODER_PROFILE_HEVC *)&profile_ ## name } } |
Definition at line 131 of file d3d12va_encode_hevc.c.
#define OFFSET | ( | x | ) | offsetof(D3D12VAEncodeHEVCContext, x) |
Definition at line 705 of file d3d12va_encode_hevc.c.
#define FLAGS (AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM) |
Definition at line 706 of file d3d12va_encode_hevc.c.
|
static |
Definition at line 139 of file d3d12va_encode_hevc.c.
Referenced by d3d12va_encode_hevc_get_encoder_caps(), and d3d12va_encode_hevc_init_sequence_params().
|
static |
Definition at line 151 of file d3d12va_encode_hevc.c.
Referenced by d3d12va_encode_hevc_init_sequence_params().
|
static |
Definition at line 163 of file d3d12va_encode_hevc.c.
Referenced by d3d12va_encode_hevc_write_sequence_header().
|
static |
Definition at line 189 of file d3d12va_encode_hevc.c.
Referenced by d3d12va_encode_hevc_write_sequence_header().
|
static |
Definition at line 207 of file d3d12va_encode_hevc.c.
|
static |
Definition at line 233 of file d3d12va_encode_hevc.c.
|
static |
Definition at line 361 of file d3d12va_encode_hevc.c.
|
static |
Definition at line 437 of file d3d12va_encode_hevc.c.
|
static |
Definition at line 499 of file d3d12va_encode_hevc.c.
|
static |
Definition at line 529 of file d3d12va_encode_hevc.c.
|
static |
Definition at line 540 of file d3d12va_encode_hevc.c.
|
static |
Definition at line 667 of file d3d12va_encode_hevc.c.
|
static |
Definition at line 691 of file d3d12va_encode_hevc.c.
|
static |
Definition at line 63 of file d3d12va_encode_hevc.c.
Referenced by d3d12va_encode_hevc_get_encoder_caps().
|
static |
Definition at line 112 of file d3d12va_encode_hevc.c.
Referenced by d3d12va_encode_hevc_set_level().
|
static |
Definition at line 128 of file d3d12va_encode_hevc.c.
|
static |
Definition at line 129 of file d3d12va_encode_hevc.c.
|
static |
Definition at line 133 of file d3d12va_encode_hevc.c.
|
static |
Definition at line 639 of file d3d12va_encode_hevc.c.
Referenced by d3d12va_encode_hevc_init().
|
static |
Definition at line 707 of file d3d12va_encode_hevc.c.
|
static |
Definition at line 756 of file d3d12va_encode_hevc.c.
|
static |
Definition at line 769 of file d3d12va_encode_hevc.c.
const FFCodec ff_hevc_d3d12va_encoder |
Definition at line 776 of file d3d12va_encode_hevc.c.