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

Data Fields

ParseContext pc
 
H264ParamSets ps
 
H264DSPContext h264dsp
 
H264POCContext poc
 
H264SEIContext sei
 
int is_avc
 
int nal_length_size
 
int got_first
 
int picture_structure
 
uint8_t parse_history [6]
 
int parse_history_count
 
int parse_last_mb
 
int64_t reference_dts
 
int last_frame_num
 
int last_picture_structure
 

Detailed Description

Definition at line 50 of file h264_parser.c.

Field Documentation

ParseContext H264ParseContext::pc

Definition at line 51 of file h264_parser.c.

Referenced by h264_close(), h264_find_frame_end(), and h264_parse().

H264ParamSets H264ParseContext::ps

Definition at line 52 of file h264_parser.c.

Referenced by h264_close(), h264_parse(), parse_nal_units(), and scan_mmco_reset().

H264DSPContext H264ParseContext::h264dsp

Definition at line 53 of file h264_parser.c.

Referenced by h264_find_frame_end(), and init().

H264POCContext H264ParseContext::poc

Definition at line 54 of file h264_parser.c.

Referenced by parse_nal_units().

H264SEIContext H264ParseContext::sei

Definition at line 55 of file h264_parser.c.

Referenced by h264_close(), and parse_nal_units().

int H264ParseContext::is_avc

Definition at line 56 of file h264_parser.c.

Referenced by h264_find_frame_end(), h264_parse(), and parse_nal_units().

int H264ParseContext::nal_length_size

Definition at line 57 of file h264_parser.c.

Referenced by h264_find_frame_end(), h264_parse(), and parse_nal_units().

int H264ParseContext::got_first

Definition at line 58 of file h264_parser.c.

Referenced by h264_parse().

int H264ParseContext::picture_structure

Definition at line 59 of file h264_parser.c.

Referenced by parse_nal_units(), and scan_mmco_reset().

uint8_t H264ParseContext::parse_history[6]

Definition at line 60 of file h264_parser.c.

Referenced by h264_find_frame_end().

int H264ParseContext::parse_history_count

Definition at line 61 of file h264_parser.c.

Referenced by h264_find_frame_end().

int H264ParseContext::parse_last_mb

Definition at line 62 of file h264_parser.c.

Referenced by h264_find_frame_end().

int64_t H264ParseContext::reference_dts

Definition at line 63 of file h264_parser.c.

Referenced by init().

int H264ParseContext::last_frame_num

Definition at line 64 of file h264_parser.c.

Referenced by init(), and parse_nal_units().

int H264ParseContext::last_picture_structure

Definition at line 64 of file h264_parser.c.

Referenced by parse_nal_units().


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