FFmpeg
|
dxva2_vc1.c File Reference
Include dependency graph for dxva2_vc1.c:
Go to the source code of this file.
Data Structures | |
struct | dxva2_picture_context |
Functions | |
static void | fill_picture_parameters (AVCodecContext *avctx, struct dxva_context *ctx, const VC1Context *v, DXVA_PictureParameters *pp) |
static void | fill_slice (AVCodecContext *avctx, DXVA_SliceInfo *slice, unsigned position, unsigned size) |
static int | commit_bitstream_and_slice_buffer (AVCodecContext *avctx, DXVA2_DecodeBufferDesc *bs, DXVA2_DecodeBufferDesc *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) |
Variables | |
AVHWAccel | ff_vc1_dxva2_hwaccel |
Function Documentation
|
static |
Definition at line 158 of file dxva2_vc1.c.
Referenced by dxva2_vc1_end_frame().
|
static |
Definition at line 233 of file dxva2_vc1.c.
Referenced by dxva2_vc1_end_frame().
|
static |
Definition at line 257 of file dxva2_vc1.c.
|
static |
Definition at line 214 of file dxva2_vc1.c.
Referenced by dxva2_vc1_end_frame().
|
static |
Definition at line 35 of file dxva2_vc1.c.
Referenced by dxva2_vc1_start_frame().
|
static |
Definition at line 139 of file dxva2_vc1.c.
Referenced by dxva2_vc1_decode_slice().
Variable Documentation
AVHWAccel ff_vc1_dxva2_hwaccel |
Initial value:
= {
.name = "vc1_dxva2",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_VC1,
.pix_fmt = AV_PIX_FMT_DXVA2_VLD,
.start_frame = dxva2_vc1_start_frame,
.decode_slice = dxva2_vc1_decode_slice,
.end_frame = dxva2_vc1_end_frame,
}
Definition: libavcodec/avcodec.h:173
static int dxva2_vc1_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
Definition: dxva2_vc1.c:233
HW decoding through DXVA2, Picture.data[3] contains a LPDIRECT3DSURFACE9 pointer. ...
Definition: pixfmt.h:135
static int dxva2_vc1_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size)
Definition: dxva2_vc1.c:214
Definition: avutil.h:143
Definition: dxva2_h264.c:27
Definition at line 288 of file dxva2_vc1.c.
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11