FFmpeg
|
#include <stdint.h>
#include <string.h>
#include <mfx/mfxvideo.h>
#include "libavutil/common.h"
#include "libavutil/fifo.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "internal.h"
#include "qsv_internal.h"
#include "qsvdec.h"
#include "qsv.h"
Go to the source code of this file.
Data Structures | |
struct | QSVOtherContext |
Macros | |
#define | OFFSET(x) offsetof(QSVOtherContext, x) |
#define | VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM |
Functions | |
static void | qsv_clear_buffers (QSVOtherContext *s) |
static av_cold int | qsv_decode_close (AVCodecContext *avctx) |
static av_cold int | qsv_decode_init (AVCodecContext *avctx) |
static int | qsv_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
static void | qsv_decode_flush (AVCodecContext *avctx) |
Variables | |
static const AVOption | options [] |
#define OFFSET | ( | x | ) | offsetof(QSVOtherContext, x) |
Definition at line 180 of file qsvdec_other.c.
#define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM |
Definition at line 181 of file qsvdec_other.c.
|
static |
Definition at line 48 of file qsvdec_other.c.
Referenced by qsv_decode_close(), and qsv_decode_flush().
|
static |
Definition at line 59 of file qsvdec_other.c.
Referenced by qsv_decode_init().
|
static |
Definition at line 77 of file qsvdec_other.c.
|
static |
Definition at line 117 of file qsvdec_other.c.
|
static |
Definition at line 172 of file qsvdec_other.c.
|
static |
Definition at line 182 of file qsvdec_other.c.