|
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_process_data (AVCodecContext *avctx, QSVContext *q, AVFrame *frame, int *got_frame, AVPacket *pkt) |
| void | ff_qsv_decode_flush (AVCodecContext *avctx, QSVContext *q) |
| int | ff_qsv_decode_close (QSVContext *q) |
| int ff_qsv_process_data | ( | AVCodecContext * | avctx, |
| QSVContext * | q, | ||
| AVFrame * | frame, | ||
| int * | got_frame, | ||
| AVPacket * | pkt | ||
| ) |
Definition at line 459 of file qsvdec.c.
Referenced by qsv_decode_frame().
| void ff_qsv_decode_flush | ( | AVCodecContext * | avctx, |
| QSVContext * | q | ||
| ) |
Definition at line 535 of file qsvdec.c.
Referenced by qsv_decode_flush().
| int ff_qsv_decode_close | ( | QSVContext * | q | ) |
Definition at line 420 of file qsvdec.c.
Referenced by qsv_decode_close().
1.8.6