| FFmpeg
    | 
#include <stdint.h>#include <sys/types.h>#include <mfx/mfxvideo.h>#include "libavutil/common.h"#include "libavutil/opt.h"#include "avcodec.h"#include "internal.h"#include "qsv.h"#include "qsv_internal.h"#include "qsvenc.h"Go to the source code of this file.
| Data Structures | |
| struct | QSVMpeg2EncContext | 
| Macros | |
| #define | OFFSET(x) offsetof(QSVMpeg2EncContext, x) | 
| #define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM | 
| Functions | |
| static av_cold int | qsv_enc_init (AVCodecContext *avctx) | 
| static int | qsv_enc_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) | 
| static av_cold int | qsv_enc_close (AVCodecContext *avctx) | 
| Variables | |
| static const AVOption | options [] | 
| class { | |
| class_name = "mpeg2_qsv encoder" | |
| item_name = av_default_item_name | |
| option = options | |
| version = LIBAVUTIL_VERSION_INT | |
| }; | |
| static const AVCodecDefault | qsv_enc_defaults [] | 
| const AVCodec | ff_mpeg2_qsv_encoder | 
| #define OFFSET | ( | x | ) | offsetof(QSVMpeg2EncContext, x) | 
Definition at line 63 of file qsvenc_mpeg2.c.
| #define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM | 
Definition at line 64 of file qsvenc_mpeg2.c.
| 
 | static | 
Definition at line 41 of file qsvenc_mpeg2.c.
| 
 | static | 
Definition at line 48 of file qsvenc_mpeg2.c.
| 
 | static | 
Definition at line 56 of file qsvenc_mpeg2.c.
| 
 | static | 
Definition at line 65 of file qsvenc_mpeg2.c.
| 
 | private | 
Definition at line 78 of file qsvenc_mpeg2.c.
| 
 | private | 
Definition at line 79 of file qsvenc_mpeg2.c.
| 
 | private | 
Definition at line 80 of file qsvenc_mpeg2.c.
| 
 | private | 
Definition at line 81 of file qsvenc_mpeg2.c.
| const { ... } | 
| 
 | static | 
Definition at line 84 of file qsvenc_mpeg2.c.
| const AVCodec ff_mpeg2_qsv_encoder | 
Definition at line 95 of file qsvenc_mpeg2.c.
 1.8.17
 1.8.17