FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
qsvdec.h File Reference
#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)
 

Function Documentation

int ff_qsv_process_data ( AVCodecContext avctx,
QSVContext q,
AVFrame frame,
int got_frame,
AVPacket pkt 
)

Definition at line 445 of file qsvdec.c.

Referenced by qsv_decode_frame().

void ff_qsv_decode_flush ( AVCodecContext avctx,
QSVContext q 
)

Definition at line 521 of file qsvdec.c.

Referenced by qsv_decode_flush().

int ff_qsv_decode_close ( QSVContext q)

Definition at line 406 of file qsvdec.c.

Referenced by qsv_decode_close().