FFmpeg
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 53 of file h264_parser.c.

Field Documentation

◆ pc

ParseContext H264ParseContext::pc

Definition at line 54 of file h264_parser.c.

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

◆ ps

H264ParamSets H264ParseContext::ps

Definition at line 55 of file h264_parser.c.

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

◆ h264dsp

H264DSPContext H264ParseContext::h264dsp

Definition at line 56 of file h264_parser.c.

Referenced by h264_find_frame_end(), and init().

◆ poc

H264POCContext H264ParseContext::poc

Definition at line 57 of file h264_parser.c.

Referenced by parse_nal_units().

◆ sei

H264SEIContext H264ParseContext::sei

Definition at line 58 of file h264_parser.c.

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

◆ is_avc

int H264ParseContext::is_avc

Definition at line 59 of file h264_parser.c.

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

◆ nal_length_size

int H264ParseContext::nal_length_size

Definition at line 60 of file h264_parser.c.

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

◆ got_first

int H264ParseContext::got_first

Definition at line 61 of file h264_parser.c.

Referenced by h264_parse().

◆ picture_structure

int H264ParseContext::picture_structure

Definition at line 62 of file h264_parser.c.

Referenced by parse_nal_units(), and scan_mmco_reset().

◆ parse_history

uint8_t H264ParseContext::parse_history[6]

Definition at line 63 of file h264_parser.c.

Referenced by h264_find_frame_end().

◆ parse_history_count

int H264ParseContext::parse_history_count

Definition at line 64 of file h264_parser.c.

Referenced by h264_find_frame_end().

◆ parse_last_mb

int H264ParseContext::parse_last_mb

Definition at line 65 of file h264_parser.c.

Referenced by h264_find_frame_end().

◆ reference_dts

int64_t H264ParseContext::reference_dts

Definition at line 66 of file h264_parser.c.

Referenced by h264_parse(), and init().

◆ last_frame_num

int H264ParseContext::last_frame_num

Definition at line 67 of file h264_parser.c.

Referenced by init(), and parse_nal_units().

◆ last_picture_structure

int H264ParseContext::last_picture_structure

Definition at line 67 of file h264_parser.c.

Referenced by parse_nal_units().


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