FFmpeg
|
#include "hwconfig.h"
#include "mpegutils.h"
#include "mpegvideo.h"
#include "internal.h"
#include "vaapi_decode.h"
Go to the source code of this file.
Functions | |
static int | mpeg2_get_f_code (const MpegEncContext *s) |
Reconstruct bitstream f_code. More... | |
static int | mpeg2_get_is_frame_start (const MpegEncContext *s) |
Determine frame start: first field for field picture or frame picture. More... | |
static int | vaapi_mpeg2_start_frame (AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) |
static int | vaapi_mpeg2_end_frame (AVCodecContext *avctx) |
static int | vaapi_mpeg2_decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
Variables | |
const AVHWAccel | ff_mpeg2_vaapi_hwaccel |
|
inlinestatic |
Reconstruct bitstream f_code.
Definition at line 30 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 37 of file vaapi_mpeg2.c.
Referenced by vaapi_mpeg2_start_frame().
|
static |
Definition at line 42 of file vaapi_mpeg2.c.
|
static |
Definition at line 115 of file vaapi_mpeg2.c.
|
static |
Definition at line 131 of file vaapi_mpeg2.c.
const AVHWAccel ff_mpeg2_vaapi_hwaccel |
Definition at line 175 of file vaapi_mpeg2.c.