|
FFmpeg
|
#include <stdint.h>#include <sys/types.h>#include <mfx/mfxvideo.h>#include "libavutil/opt.h"#include "avcodec.h"#include "internal.h"#include "h264.h"#include "qsv.h"#include "qsv_internal.h"#include "qsvenc.h"Go to the source code of this file.
Data Structures | |
| struct | QSVH264EncContext |
Macros | |
| #define | OFFSET(x) offsetof(QSVH264EncContext, 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 = "h264_qsv encoder" | |
| item_name = av_default_item_name | |
| option = options | |
| version = LIBAVUTIL_VERSION_INT | |
| }; | |
| static const AVCodecDefault | qsv_enc_defaults [] |
| AVCodec | ff_h264_qsv_encoder |
| #define OFFSET | ( | x | ) | offsetof(QSVH264EncContext, x) |
Definition at line 65 of file qsvenc_h264.c.
| #define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 66 of file qsvenc_h264.c.
|
static |
Definition at line 43 of file qsvenc_h264.c.
|
static |
Definition at line 50 of file qsvenc_h264.c.
|
static |
Definition at line 58 of file qsvenc_h264.c.
|
static |
Definition at line 67 of file qsvenc_h264.c.
| class_name = "h264_qsv encoder" |
Definition at line 88 of file qsvenc_h264.c.
| item_name = av_default_item_name |
Definition at line 89 of file qsvenc_h264.c.
| option = options |
Definition at line 90 of file qsvenc_h264.c.
| version = LIBAVUTIL_VERSION_INT |
Definition at line 91 of file qsvenc_h264.c.
| const { ... } |
|
static |
Definition at line 94 of file qsvenc_h264.c.
| AVCodec ff_h264_qsv_encoder |
Definition at line 106 of file qsvenc_h264.c.
1.8.6