|
FFmpeg
|
#include <stdint.h>#include <sys/types.h>#include <mfx/mfxvideo.h>#include "libavutil/avutil.h"#include "avcodec.h"#include "qsv_internal.h"Go to the source code of this file.
Data Structures | |
| struct | QSVEncContext |
Functions | |
| int | ff_qsv_enc_init (AVCodecContext *avctx, QSVEncContext *q) |
| int | ff_qsv_encode (AVCodecContext *avctx, QSVEncContext *q, AVPacket *pkt, const AVFrame *frame, int *got_packet) |
| int | ff_qsv_enc_close (AVCodecContext *avctx, QSVEncContext *q) |
| int ff_qsv_enc_init | ( | AVCodecContext * | avctx, |
| QSVEncContext * | q | ||
| ) |
Definition at line 185 of file qsvenc.c.
Referenced by qsv_enc_init().
| int ff_qsv_encode | ( | AVCodecContext * | avctx, |
| QSVEncContext * | q, | ||
| AVPacket * | pkt, | ||
| const AVFrame * | frame, | ||
| int * | got_packet | ||
| ) |
Definition at line 362 of file qsvenc.c.
Referenced by qsv_enc_frame().
| int ff_qsv_enc_close | ( | AVCodecContext * | avctx, |
| QSVEncContext * | q | ||
| ) |
Definition at line 423 of file qsvenc.c.
Referenced by qsv_enc_close().
1.8.6