FFmpeg
|
#include "config_components.h"
#include "libavutil/avassert.h"
#include "libavutil/hwcontext_d3d12va_internal.h"
#include "libavutil/mem.h"
#include "av1dec.h"
#include "dxva2_internal.h"
#include "d3d12va_decode.h"
Go to the source code of this file.
Data Structures | |
struct | D3D12AV1DecodeContext |
struct | AV1DecodePictureContext |
Macros | |
#define | MAX_TILES 256 |
#define | D3D12_AV1_DECODE_CONTEXT(avctx) ((D3D12AV1DecodeContext *)D3D12VA_DECODE_CONTEXT(avctx)) |
Functions | |
static int | d3d12va_av1_start_frame (AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) |
static int | d3d12va_av1_decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
static int | update_input_arguments (AVCodecContext *avctx, D3D12_VIDEO_DECODE_INPUT_STREAM_ARGUMENTS *input_args, ID3D12Resource *buffer) |
static int | d3d12va_av1_end_frame (AVCodecContext *avctx) |
static int | d3d12va_av1_decode_init (AVCodecContext *avctx) |
static int | d3d12va_av1_decode_uninit (AVCodecContext *avctx) |
#define MAX_TILES 256 |
Definition at line 31 of file d3d12va_av1.c.
#define D3D12_AV1_DECODE_CONTEXT | ( | avctx | ) | ((D3D12AV1DecodeContext *)D3D12VA_DECODE_CONTEXT(avctx)) |
Definition at line 38 of file d3d12va_av1.c.
|
static |
Definition at line 48 of file d3d12va_av1.c.
|
static |
Definition at line 70 of file d3d12va_av1.c.
|
static |
Definition at line 110 of file d3d12va_av1.c.
Referenced by d3d12va_av1_end_frame(), and ff_d3d12va_common_end_frame().
|
static |
Definition at line 139 of file d3d12va_av1.c.
|
static |
Definition at line 154 of file d3d12va_av1.c.
|
static |
Definition at line 182 of file d3d12va_av1.c.