| 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 168 of file qsvdec_other.c.
| #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM | 
Definition at line 169 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 105 of file qsvdec_other.c.
| 
 | static | 
Definition at line 160 of file qsvdec_other.c.
| 
 | static | 
Definition at line 170 of file qsvdec_other.c.
 1.8.17
 1.8.17