|
FFmpeg
|
#include "avcodec.h"#include "nvdec.h"#include "decode.h"#include "internal.h"#include "av1dec.h"Go to the source code of this file.
Functions | |
| static int | get_bit_depth_from_seq (const AV1RawSequenceHeader *seq) |
| static int | nvdec_av1_start_frame (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
| static int | nvdec_av1_decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
| static int | nvdec_av1_frame_params (AVCodecContext *avctx, AVBufferRef *hw_frames_ctx) |
Variables | |
| const AVHWAccel | ff_av1_nvdec_hwaccel |
|
static |
Definition at line 30 of file nvdec_av1.c.
Referenced by nvdec_av1_start_frame().
|
static |
Definition at line 40 of file nvdec_av1.c.
|
static |
Definition at line 287 of file nvdec_av1.c.
|
static |
Definition at line 334 of file nvdec_av1.c.
| const AVHWAccel ff_av1_nvdec_hwaccel |
Definition at line 340 of file nvdec_av1.c.
1.8.17