FFmpeg
|
#include "config_components.h"
#include "libavutil/avassert.h"
#include "libavutil/hwcontext_d3d12va_internal.h"
#include "hevc/data.h"
#include "hevc/hevcdec.h"
#include "dxva2_internal.h"
#include "d3d12va_decode.h"
#include <dxva.h>
Go to the source code of this file.
Data Structures | |
struct | HEVCDecodePictureContext |
Macros | |
#define | MAX_SLICES 256 |
#define | START_CODE 65536 |
#define | START_CODE_SIZE 3 |
Functions | |
static void | fill_slice_short (DXVA_Slice_HEVC_Short *slice, unsigned position, unsigned size) |
static int | d3d12va_hevc_start_frame (AVCodecContext *avctx, av_unused const AVBufferRef *buffer_ref, av_unused const uint8_t *buffer, av_unused uint32_t size) |
static int | d3d12va_hevc_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_hevc_end_frame (AVCodecContext *avctx) |
static av_cold int | d3d12va_hevc_decode_init (AVCodecContext *avctx) |
#define MAX_SLICES 256 |
Definition at line 33 of file d3d12va_hevc.c.
#define START_CODE 65536 |
Definition at line 100 of file d3d12va_hevc.c.
#define START_CODE_SIZE 3 |
Definition at line 101 of file d3d12va_hevc.c.
|
static |
Definition at line 44 of file d3d12va_hevc.c.
Referenced by d3d12va_hevc_decode_slice().
|
static |
Definition at line 52 of file d3d12va_hevc.c.
|
static |
Definition at line 79 of file d3d12va_hevc.c.
|
static |
Definition at line 102 of file d3d12va_hevc.c.
Referenced by d3d12va_hevc_end_frame().
|
static |
Definition at line 152 of file d3d12va_hevc.c.
|
static |
Definition at line 166 of file d3d12va_hevc.c.