Go to the source code of this file.
Functions |
static void | fill_picture_parameters (AVCodecContext *avctx, struct dxva_context *ctx, const struct MpegEncContext *s, DXVA_PictureParameters *pp) |
static void | fill_quantization_matrices (AVCodecContext *avctx, struct dxva_context *ctx, const struct MpegEncContext *s, DXVA_QmatrixData *qm) |
static void | fill_slice (AVCodecContext *avctx, const struct MpegEncContext *s, DXVA_SliceInfo *slice, unsigned position, const uint8_t *buffer, unsigned size) |
static int | commit_bitstream_and_slice_buffer (AVCodecContext *avctx, DXVA2_DecodeBufferDesc *bs, DXVA2_DecodeBufferDesc *sc) |
static int | start_frame (AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) |
static int | decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
static int | end_frame (AVCodecContext *avctx) |
Macro Definition Documentation
Function Documentation
static int commit_bitstream_and_slice_buffer |
( |
AVCodecContext * |
avctx, |
|
|
DXVA2_DecodeBufferDesc * |
bs, |
|
|
DXVA2_DecodeBufferDesc * |
sc |
|
) |
| |
|
static |
static int decode_slice |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
buffer, |
|
|
uint32_t |
size |
|
) |
| |
|
static |
static void fill_slice |
( |
AVCodecContext * |
avctx, |
|
|
const struct MpegEncContext * |
s, |
|
|
DXVA_SliceInfo * |
slice, |
|
|
unsigned |
position, |
|
|
const uint8_t * |
buffer, |
|
|
unsigned |
size |
|
) |
| |
|
static |
Variable Documentation
Initial value: {
.name = "mpeg2_dxva2",
}
Definition at line 263 of file dxva2_mpeg2.c.