|
FFmpeg
|
#include <vdpau/vdpau.h>#include "libavutil/pixdesc.h"#include "avcodec.h"#include "internal.h"#include "vp9data.h"#include "vp9dec.h"#include "hwconfig.h"#include "vdpau.h"#include "vdpau_internal.h"Go to the source code of this file.
Functions | |
| static int | vdpau_vp9_start_frame (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
| static int | vdpau_vp9_decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
| static int | vdpau_vp9_end_frame (AVCodecContext *avctx) |
| static int | vdpau_vp9_init (AVCodecContext *avctx) |
Variables | |
| static const uint8_t | start_code_prefix [3] = { 0x00, 0x00, 0x01 } |
| const AVHWAccel | ff_vp9_vdpau_hwaccel |
|
static |
Definition at line 33 of file vdpau_vp9.c.
|
static |
Definition at line 167 of file vdpau_vp9.c.
|
static |
Definition at line 187 of file vdpau_vp9.c.
|
static |
Definition at line 202 of file vdpau_vp9.c.
|
static |
Definition at line 165 of file vdpau_vp9.c.
Referenced by vdpau_vp9_decode_slice().
| const AVHWAccel ff_vp9_vdpau_hwaccel |
Definition at line 227 of file vdpau_vp9.c.
1.8.17