FFmpeg
Functions
nvdec_vp9.c File Reference
#include "config_components.h"
#include "libavutil/pixdesc.h"
#include "avcodec.h"
#include "nvdec.h"
#include "decode.h"
#include "hwaccel_internal.h"
#include "internal.h"
#include "vp9shared.h"

Go to the source code of this file.

Functions

static int nvdec_vp9_start_frame (AVCodecContext *avctx, const AVBufferRef *buffer_ref, const uint8_t *buffer, uint32_t size)
 
static int nvdec_vp9_frame_params (AVCodecContext *avctx, AVBufferRef *hw_frames_ctx, enum AVPixelFormat hw_format)
 

Function Documentation

◆ nvdec_vp9_start_frame()

static int nvdec_vp9_start_frame ( AVCodecContext avctx,
const AVBufferRef buffer_ref,
const uint8_t *  buffer,
uint32_t  size 
)
static

Definition at line 34 of file nvdec_vp9.c.

◆ nvdec_vp9_frame_params()

static int nvdec_vp9_frame_params ( AVCodecContext avctx,
AVBufferRef hw_frames_ctx,
enum AVPixelFormat  hw_format 
)
static

Definition at line 170 of file nvdec_vp9.c.