FFmpeg
|
#include <stdint.h>
#include <sys/types.h>
#include <mfxvideo.h>
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "qsv.h"
#include "qsvenc.h"
Go to the source code of this file.
Data Structures | |
struct | QSVMJPEGEncContext |
Macros | |
#define | OFFSET(x) offsetof(QSVMJPEGEncContext, 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 = "mjpeg_qsv encoder" | |
item_name = av_default_item_name | |
option = options | |
version = LIBAVUTIL_VERSION_INT | |
}; | |
static const FFCodecDefault | qsv_enc_defaults [] |
const FFCodec | ff_mjpeg_qsv_encoder |
#define OFFSET | ( | x | ) | offsetof(QSVMJPEGEncContext, x) |
Definition at line 62 of file qsvenc_jpeg.c.
#define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 63 of file qsvenc_jpeg.c.
|
static |
Definition at line 40 of file qsvenc_jpeg.c.
|
static |
Definition at line 47 of file qsvenc_jpeg.c.
|
static |
Definition at line 55 of file qsvenc_jpeg.c.
|
static |
Definition at line 64 of file qsvenc_jpeg.c.
|
private |
Definition at line 70 of file qsvenc_jpeg.c.
|
private |
Definition at line 71 of file qsvenc_jpeg.c.
|
private |
Definition at line 72 of file qsvenc_jpeg.c.
|
private |
Definition at line 73 of file qsvenc_jpeg.c.
const { ... } |
|
static |
Definition at line 76 of file qsvenc_jpeg.c.
const FFCodec ff_mjpeg_qsv_encoder |
Definition at line 81 of file qsvenc_jpeg.c.