#include "config_components.h"
#include "dxva2_internal.h"
#include "hwaccel_internal.h"
#include "mpegutils.h"
#include "mpegvideodec.h"
#include "vc1.h"
#include "vc1data.h"
Go to the source code of this file.
|
void | ff_dxva2_vc1_fill_picture_parameters (AVCodecContext *avctx, AVDXVAContext *ctx, DXVA_PictureParameters *pp) |
|
void | ff_dxva2_vc1_fill_slice (AVCodecContext *avctx, DXVA_SliceInfo *slice, unsigned position, unsigned size) |
|
static int | commit_bitstream_and_slice_buffer (AVCodecContext *avctx, DECODER_BUFFER_DESC *bs, DECODER_BUFFER_DESC *sc) |
|
static int | dxva2_vc1_start_frame (AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) |
|
static int | dxva2_vc1_decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
|
static int | dxva2_vc1_end_frame (AVCodecContext *avctx) |
|
◆ MAX_SLICES
◆ ff_dxva2_vc1_fill_picture_parameters()
◆ ff_dxva2_vc1_fill_slice()
void ff_dxva2_vc1_fill_slice |
( |
AVCodecContext * |
avctx, |
|
|
DXVA_SliceInfo * |
slice, |
|
|
unsigned |
position, |
|
|
unsigned |
size |
|
) |
| |
◆ commit_bitstream_and_slice_buffer()
◆ dxva2_vc1_start_frame()
◆ dxva2_vc1_decode_slice()
static int dxva2_vc1_decode_slice |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
buffer, |
|
|
uint32_t |
size |
|
) |
| |
|
static |
◆ dxva2_vc1_end_frame()