FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
QSVContext Struct Reference

#include <qsvdec.h>

Data Fields

mfxSession session
 
mfxSession internal_session
 
QSVFramesContext frames_ctx
 
QSVFramework_frames
 a linked list of frames currently being used by QSV More...
 
AVFifoBufferasync_fifo
 
int zero_consume_run
 
AVCodecParserContextparser
 
AVCodecContextavctx_internal
 
enum AVPixelFormat orig_pix_fmt
 
uint32_t fourcc
 
mfxFrameInfo frame_info
 
int async_depth
 
int iopattern
 
char * load_plugins
 
mfxExtBuffer ** ext_buffers
 
int nb_ext_buffers
 

Detailed Description

Definition at line 38 of file qsvdec.h.

Field Documentation

mfxSession QSVContext::session

Definition at line 40 of file qsvdec.h.

Referenced by ff_qsv_decode_close(), qsv_decode(), qsv_decode_init(), and qsv_init_session().

mfxSession QSVContext::internal_session

Definition at line 44 of file qsvdec.h.

Referenced by ff_qsv_decode_close(), and qsv_init_session().

QSVFramesContext QSVContext::frames_ctx

Definition at line 46 of file qsvdec.h.

Referenced by alloc_frame(), ff_qsv_decode_close(), and qsv_init_session().

QSVFrame* QSVContext::work_frames

a linked list of frames currently being used by QSV

Definition at line 51 of file qsvdec.h.

Referenced by ff_qsv_decode_close(), find_frame(), get_surface(), and qsv_clear_unused_frames().

AVFifoBuffer* QSVContext::async_fifo

Definition at line 53 of file qsvdec.h.

Referenced by ff_qsv_decode_close(), qsv_decode(), and qsv_decode_init().

int QSVContext::zero_consume_run

Definition at line 54 of file qsvdec.h.

Referenced by qsv_decode().

AVCodecParserContext* QSVContext::parser

Definition at line 57 of file qsvdec.h.

Referenced by ff_qsv_decode_close(), and ff_qsv_process_data().

AVCodecContext* QSVContext::avctx_internal

Definition at line 58 of file qsvdec.h.

Referenced by ff_qsv_decode_close(), and ff_qsv_process_data().

enum AVPixelFormat QSVContext::orig_pix_fmt

Definition at line 59 of file qsvdec.h.

Referenced by ff_qsv_decode_flush(), and ff_qsv_process_data().

uint32_t QSVContext::fourcc

Definition at line 60 of file qsvdec.h.

Referenced by ff_qsv_process_data(), and qsv_decode_init().

mfxFrameInfo QSVContext::frame_info

Definition at line 61 of file qsvdec.h.

Referenced by alloc_frame(), and qsv_decode_init().

int QSVContext::async_depth

Definition at line 64 of file qsvdec.h.

Referenced by qsv_decode_init().

int QSVContext::iopattern

Definition at line 65 of file qsvdec.h.

Referenced by qsv_decode_init(), and qsv_init_session().

char* QSVContext::load_plugins

Definition at line 67 of file qsvdec.h.

Referenced by qsv_decode_init(), and qsv_init_session().

mfxExtBuffer** QSVContext::ext_buffers

Definition at line 69 of file qsvdec.h.

Referenced by qsv_decode_init().

int QSVContext::nb_ext_buffers

Definition at line 70 of file qsvdec.h.

Referenced by qsv_decode_init().


The documentation for this struct was generated from the following file: