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

Data Fields

AVClassclass
 
QSVContext qsv
 
AVCodecParserContextparser
 
AVCodecContextavctx_internal
 
enum AVPixelFormat orig_pix_fmt
 
AVBitStreamFilterContextbsf
 
AVFifoBufferpacket_fifo
 
AVPacket input_ref
 
AVPacket pkt_filtered
 
uint8_tfiltered_data
 

Detailed Description

Definition at line 39 of file qsv_h264.c.

Field Documentation

AVClass* QSVH264Context::class

Definition at line 40 of file qsv_h264.c.

QSVContext QSVH264Context::qsv

Definition at line 41 of file qsv_h264.c.

Referenced by qsv_decode_close(), qsv_decode_frame(), qsv_decode_init(), and qsv_process_data().

AVCodecParserContext* QSVH264Context::parser

Definition at line 44 of file qsv_h264.c.

Referenced by qsv_decode_close(), qsv_decode_init(), and qsv_process_data().

AVCodecContext* QSVH264Context::avctx_internal

Definition at line 45 of file qsv_h264.c.

Referenced by qsv_decode_close(), qsv_decode_init(), and qsv_process_data().

enum AVPixelFormat QSVH264Context::orig_pix_fmt

Definition at line 46 of file qsv_h264.c.

Referenced by qsv_decode_flush(), qsv_decode_init(), and qsv_process_data().

AVBitStreamFilterContext* QSVH264Context::bsf

Definition at line 49 of file qsv_h264.c.

Referenced by qsv_decode_close(), qsv_decode_frame(), and qsv_decode_init().

AVFifoBuffer* QSVH264Context::packet_fifo

Definition at line 51 of file qsv_h264.c.

Referenced by qsv_clear_buffers(), qsv_decode_close(), qsv_decode_frame(), and qsv_decode_init().

AVPacket QSVH264Context::input_ref

Definition at line 53 of file qsv_h264.c.

Referenced by qsv_clear_buffers(), and qsv_decode_frame().

AVPacket QSVH264Context::pkt_filtered

Definition at line 54 of file qsv_h264.c.

Referenced by qsv_decode_frame(), and qsv_process_data().

uint8_t* QSVH264Context::filtered_data

Definition at line 55 of file qsv_h264.c.

Referenced by qsv_clear_buffers(), and qsv_decode_frame().


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