#include <vdpau/vdpau.h>
#include "libavutil/pixdesc.h"
#include "avcodec.h"
#include "internal.h"
#include "av1dec.h"
#include "hwconfig.h"
#include "vdpau.h"
#include "vdpau_internal.h"
Go to the source code of this file.
◆ get_bit_depth_from_seq()
◆ vdpau_av1_start_frame()
static int vdpau_av1_start_frame |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
buffer, |
|
|
uint32_t |
size |
|
) |
| |
|
static |
◆ vdpau_av1_decode_slice()
static int vdpau_av1_decode_slice |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
buffer, |
|
|
uint32_t |
size |
|
) |
| |
|
static |
◆ vdpau_av1_end_frame()
◆ vdpau_av1_init()
◆ ff_av1_vdpau_hwaccel
Initial value:= {
.name = "av1_vdpau",
}
Definition at line 356 of file vdpau_av1.c.