FFmpeg
|
#include "vaapi_internal.h"
Go to the source code of this file.
Functions | |
static int | mpeg2_get_f_code (MpegEncContext *s) |
Reconstruct bitstream f_code. | |
static int | mpeg2_get_is_frame_start (MpegEncContext *s) |
Determine frame start: first field for field picture or frame picture. | |
static int | vaapi_mpeg2_start_frame (AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) |
static int | vaapi_mpeg2_decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
Variables | |
AVHWAccel | ff_mpeg2_vaapi_hwaccel |
|
inlinestatic |
Reconstruct bitstream f_code.
Definition at line 26 of file vaapi_mpeg2.c.
Referenced by vaapi_mpeg2_start_frame().
|
inlinestatic |
Determine frame start: first field for field picture or frame picture.
Definition at line 33 of file vaapi_mpeg2.c.
Referenced by vaapi_mpeg2_start_frame().
|
static |
Definition at line 38 of file vaapi_mpeg2.c.
|
static |
Definition at line 101 of file vaapi_mpeg2.c.
AVHWAccel ff_mpeg2_vaapi_hwaccel |
Definition at line 135 of file vaapi_mpeg2.c.