|
FFmpeg
|
#include <cbs_h264.h>
Data Fields | |
| CodedBitstreamH2645Context | common |
| H264RawSPS * | sps [H264_MAX_SPS_COUNT] |
| RefStruct references. More... | |
| H264RawPPS * | pps [H264_MAX_PPS_COUNT] |
| RefStruct references. More... | |
| const H264RawSPS * | active_sps |
| const H264RawPPS * | active_pps |
| uint8_t | last_slice_nal_unit_type |
Definition at line 404 of file cbs_h264.h.
| CodedBitstreamH2645Context CodedBitstreamH264Context::common |
Definition at line 406 of file cbs_h264.h.
Referenced by cbs_h264_close().
| H264RawSPS* CodedBitstreamH264Context::sps[H264_MAX_SPS_COUNT] |
RefStruct references.
Definition at line 410 of file cbs_h264.h.
Referenced by cbs_h264_close(), cbs_h264_flush(), pps(), SEI_FUNC(), and slice_header().
| H264RawPPS* CodedBitstreamH264Context::pps[H264_MAX_PPS_COUNT] |
RefStruct references.
Definition at line 411 of file cbs_h264.h.
Referenced by cbs_h264_close(), cbs_h264_flush(), h264_redundant_pps_fixup_slice(), and slice_header().
| const H264RawSPS* CodedBitstreamH264Context::active_sps |
Definition at line 416 of file cbs_h264.h.
Referenced by cbs_h264_flush(), dec_ref_pic_marking(), h264_filter(), pred_weight_table(), ref_pic_list_modification(), SEI_FUNC(), and slice_header().
| const H264RawPPS* CodedBitstreamH264Context::active_pps |
Definition at line 417 of file cbs_h264.h.
Referenced by cbs_h264_flush(), and slice_header().
| uint8_t CodedBitstreamH264Context::last_slice_nal_unit_type |
Definition at line 422 of file cbs_h264.h.
Referenced by cbs_h264_flush(), and slice_header().
1.8.17