FFmpeg
|
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 |
Definition at line 53 of file h264_parser.c.
ParseContext H264ParseContext::pc |
Definition at line 54 of file h264_parser.c.
Referenced by h264_close(), h264_find_frame_end(), and h264_parse().
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().
H264DSPContext H264ParseContext::h264dsp |
Definition at line 56 of file h264_parser.c.
Referenced by h264_find_frame_end(), and init().
H264POCContext H264ParseContext::poc |
Definition at line 57 of file h264_parser.c.
Referenced by parse_nal_units().
H264SEIContext H264ParseContext::sei |
Definition at line 58 of file h264_parser.c.
Referenced by h264_close(), h264_parse(), and parse_nal_units().
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().
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().
int H264ParseContext::got_first |
Definition at line 61 of file h264_parser.c.
Referenced by h264_parse().
int H264ParseContext::picture_structure |
Definition at line 62 of file h264_parser.c.
Referenced by parse_nal_units(), and scan_mmco_reset().
uint8_t H264ParseContext::parse_history[6] |
Definition at line 63 of file h264_parser.c.
Referenced by h264_find_frame_end().
int H264ParseContext::parse_history_count |
Definition at line 64 of file h264_parser.c.
Referenced by h264_find_frame_end().
int H264ParseContext::parse_last_mb |
Definition at line 65 of file h264_parser.c.
Referenced by h264_find_frame_end().
int64_t H264ParseContext::reference_dts |
Definition at line 66 of file h264_parser.c.
Referenced by h264_parse(), and init().
int H264ParseContext::last_frame_num |
Definition at line 67 of file h264_parser.c.
Referenced by init(), and parse_nal_units().
int H264ParseContext::last_picture_structure |
Definition at line 67 of file h264_parser.c.
Referenced by parse_nal_units().