FFmpeg
|
#include <h264_parse.h>
Data Fields | |
int | poc_lsb |
int | poc_msb |
int | delta_poc_bottom |
int | delta_poc [2] |
int | frame_num |
int | prev_poc_msb |
poc_msb of the last reference pic for POC type 0 More... | |
int | prev_poc_lsb |
poc_lsb of the last reference pic for POC type 0 More... | |
int | frame_num_offset |
for POC type 2 More... | |
int | prev_frame_num_offset |
for POC type 2 More... | |
int | prev_frame_num |
frame_num of the last pic for POC type 1/2 More... | |
Definition at line 43 of file h264_parse.h.
int H264POCContext::poc_lsb |
Definition at line 44 of file h264_parse.h.
Referenced by ff_h264_field_end(), ff_h264_init_poc(), ff_h264_update_thread_context(), h264_field_start(), and parse_nal_units().
int H264POCContext::poc_msb |
Definition at line 45 of file h264_parse.h.
Referenced by ff_h264_field_end(), ff_h264_init_poc(), ff_h264_update_thread_context(), and parse_nal_units().
int H264POCContext::delta_poc_bottom |
Definition at line 46 of file h264_parse.h.
Referenced by ff_h264_init_poc(), h264_field_start(), and parse_nal_units().
int H264POCContext::delta_poc[2] |
Definition at line 47 of file h264_parse.h.
Referenced by ff_h264_init_poc(), h264_field_start(), and parse_nal_units().
int H264POCContext::frame_num |
Definition at line 48 of file h264_parse.h.
Referenced by ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), ff_h264_execute_ref_pic_marking(), ff_h264_field_end(), ff_h264_init_poc(), ff_h264_update_thread_context(), fill_picture_parameters(), h264_field_start(), h264_frame_start(), h264_slice_header_parse(), h264_slice_init(), nvdec_h264_start_frame(), parse_nal_units(), vaapi_h264_start_frame(), and vdpau_h264_start_frame().
int H264POCContext::prev_poc_msb |
poc_msb of the last reference pic for POC type 0
Definition at line 49 of file h264_parse.h.
Referenced by ff_h264_field_end(), ff_h264_init_poc(), ff_h264_update_thread_context(), h264_init_context(), idr(), and parse_nal_units().
int H264POCContext::prev_poc_lsb |
poc_lsb of the last reference pic for POC type 0
Definition at line 50 of file h264_parse.h.
Referenced by ff_h264_field_end(), ff_h264_init_poc(), ff_h264_update_thread_context(), idr(), and parse_nal_units().
int H264POCContext::frame_num_offset |
for POC type 2
Definition at line 51 of file h264_parse.h.
Referenced by ff_h264_field_end(), ff_h264_init_poc(), ff_h264_update_thread_context(), and parse_nal_units().
int H264POCContext::prev_frame_num_offset |
for POC type 2
Definition at line 52 of file h264_parse.h.
Referenced by ff_h264_field_end(), ff_h264_init_poc(), ff_h264_update_thread_context(), idr(), and parse_nal_units().
int H264POCContext::prev_frame_num |
frame_num of the last pic for POC type 1/2
Definition at line 53 of file h264_parse.h.
Referenced by ff_h264_field_end(), ff_h264_flush_change(), ff_h264_init_poc(), ff_h264_update_thread_context(), h264_field_start(), h264_init_context(), idr(), and parse_nal_units().