FFmpeg
|
#include <cbs_h264.h>
Data Fields | |
H264RawSliceHeader | header |
uint8_t * | data |
size_t | data_size |
int | data_bit_start |
AVBufferRef * | data_ref |
Definition at line 424 of file cbs_h264.h.
H264RawSliceHeader H264RawSlice::header |
Definition at line 425 of file cbs_h264.h.
Referenced by cbs_h2645_replace_ps(), cbs_h264_write_nal_unit(), h264_metadata_filter(), h264_redundant_pps_filter(), and vaapi_encode_h264_init_slice_params().
uint8_t* H264RawSlice::data |
Definition at line 427 of file cbs_h264.h.
Referenced by cbs_h2645_replace_ps(), and cbs_h264_write_nal_unit().
size_t H264RawSlice::data_size |
Definition at line 428 of file cbs_h264.h.
Referenced by cbs_h2645_replace_ps(), and cbs_h264_write_nal_unit().
int H264RawSlice::data_bit_start |
Definition at line 429 of file cbs_h264.h.
Referenced by cbs_h2645_replace_ps(), and cbs_h264_write_nal_unit().
AVBufferRef* H264RawSlice::data_ref |
Definition at line 430 of file cbs_h264.h.
Referenced by cbs_h2645_replace_ps(), and cbs_h264_free_slice().