#include <vdpau/vdpau.h>
#include "avcodec.h"
#include "h264dec.h"
#include "h264_ps.h"
#include "hwaccel_internal.h"
#include "mpegutils.h"
#include "vdpau.h"
#include "vdpau_internal.h"
Go to the source code of this file.
◆ H264_RF_COUNT
◆ h264_foc()
◆ vdpau_h264_clear_rf()
static void vdpau_h264_clear_rf |
( |
VdpReferenceFrameH264 * |
rf | ) |
|
|
static |
◆ vdpau_h264_set_rf()
static void vdpau_h264_set_rf |
( |
VdpReferenceFrameH264 * |
rf, |
|
|
H264Picture * |
pic, |
|
|
int |
pic_structure |
|
) |
| |
|
static |
◆ vdpau_h264_set_reference_frames()
◆ vdpau_h264_start_frame()
static int vdpau_h264_start_frame |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
buffer, |
|
|
uint32_t |
size |
|
) |
| |
|
static |
◆ vdpau_h264_decode_slice()
static int vdpau_h264_decode_slice |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
buffer, |
|
|
uint32_t |
size |
|
) |
| |
|
static |
◆ vdpau_h264_end_frame()
◆ vdpau_h264_init()
◆ start_code_prefix
const uint8_t start_code_prefix[3] = { 0x00, 0x00, 0x01 } |
|
static |
◆ ff_h264_vdpau_hwaccel
Initial value:= {
.p.name = "h264_vdpau",
}
Definition at line 264 of file vdpau_h264.c.