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 "hwaccel.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) |
Variables | |
const AVCodecHWConfigInternal * | ff_qsv_hw_configs [] |
int ff_qsv_process_data | ( | AVCodecContext * | avctx, |
QSVContext * | q, | ||
AVFrame * | frame, | ||
int * | got_frame, | ||
AVPacket * | pkt | ||
) |
Definition at line 524 of file qsvdec.c.
Referenced by qsv_decode_frame().
void ff_qsv_decode_flush | ( | AVCodecContext * | avctx, |
QSVContext * | q | ||
) |
Definition at line 622 of file qsvdec.c.
Referenced by qsv_decode_flush().
int ff_qsv_decode_close | ( | QSVContext * | q | ) |
Definition at line 485 of file qsvdec.c.
Referenced by qsv_decode_close().
const AVCodecHWConfigInternal* ff_qsv_hw_configs[] |