FFmpeg
|
#include <stdint.h>
#include <sys/types.h>
#include <mfx/mfxvideo.h>
#include "libavutil/fifo.h"
#include "libavutil/frame.h"
#include "libavutil/pixfmt.h"
#include "avcodec.h"
#include "qsv_internal.h"
Go to the source code of this file.
Data Structures | |
struct | QSVContext |
Functions | |
int | ff_qsv_map_pixfmt (enum AVPixelFormat format) |
int | ff_qsv_decode (AVCodecContext *s, QSVContext *q, AVFrame *frame, int *got_frame, AVPacket *avpkt) |
void | ff_qsv_decode_reset (AVCodecContext *avctx, QSVContext *q) |
int | ff_qsv_decode_close (QSVContext *q) |
int ff_qsv_map_pixfmt | ( | enum AVPixelFormat | format | ) |
int ff_qsv_decode | ( | AVCodecContext * | s, |
QSVContext * | q, | ||
AVFrame * | frame, | ||
int * | got_frame, | ||
AVPacket * | avpkt | ||
) |
Definition at line 493 of file qsvdec.c.
Referenced by qsv_decode_frame().
void ff_qsv_decode_reset | ( | AVCodecContext * | avctx, |
QSVContext * | q | ||
) |
Definition at line 549 of file qsvdec.c.
Referenced by qsv_decode_flush().
int ff_qsv_decode_close | ( | QSVContext * | q | ) |
Definition at line 592 of file qsvdec.c.
Referenced by qsv_decode_close().