|
FFmpeg
|
#include <cbs_lcevc.h>
Data Fields | |
| LCEVCRawNALUnitHeader | nal_unit_header |
| uint8_t | surfaces_entropy_enabled_flag [3][3][16] |
| uint8_t | surfaces_rle_only_flag [3][3][16] |
| uint8_t | temporal_surfaces_entropy_enabled_flag [3] |
| uint8_t | temporal_surfaces_rle_only_flag [3] |
| uint8_t * | data |
| AVBufferRef * | data_ref |
| size_t | header_size |
| size_t | data_size |
| LCEVCRawSequenceConfig * | sc |
| RefStruct references. More... | |
| LCEVCRawGlobalConfig * | gc |
| RefStruct references. More... | |
| LCEVCRawPictureConfig * | pc |
| RefStruct references. More... | |
Definition at line 114 of file cbs_lcevc.h.
| LCEVCRawNALUnitHeader LCEVCRawEncodedData::nal_unit_header |
Definition at line 115 of file cbs_lcevc.h.
| uint8_t LCEVCRawEncodedData::surfaces_entropy_enabled_flag[3][3][16] |
Definition at line 117 of file cbs_lcevc.h.
| uint8_t LCEVCRawEncodedData::surfaces_rle_only_flag[3][3][16] |
Definition at line 118 of file cbs_lcevc.h.
| uint8_t LCEVCRawEncodedData::temporal_surfaces_entropy_enabled_flag[3] |
Definition at line 119 of file cbs_lcevc.h.
| uint8_t LCEVCRawEncodedData::temporal_surfaces_rle_only_flag[3] |
Definition at line 120 of file cbs_lcevc.h.
| uint8_t* LCEVCRawEncodedData::data |
Definition at line 122 of file cbs_lcevc.h.
Referenced by cbs_lcevc_read_nal_unit(), and LCEVC_BLOCK_FUNC().
| AVBufferRef* LCEVCRawEncodedData::data_ref |
Definition at line 123 of file cbs_lcevc.h.
Referenced by cbs_lcevc_read_nal_unit(), and free_encoded_data().
| size_t LCEVCRawEncodedData::header_size |
Definition at line 124 of file cbs_lcevc.h.
Referenced by cbs_lcevc_read_nal_unit(), and LCEVC_BLOCK_FUNC().
| size_t LCEVCRawEncodedData::data_size |
Definition at line 125 of file cbs_lcevc.h.
Referenced by LCEVC_BLOCK_FUNC().
| LCEVCRawSequenceConfig* LCEVCRawEncodedData::sc |
RefStruct references.
Definition at line 127 of file cbs_lcevc.h.
Referenced by free_encoded_data(), and LCEVC_BLOCK_FUNC().
| LCEVCRawGlobalConfig* LCEVCRawEncodedData::gc |
RefStruct references.
Definition at line 128 of file cbs_lcevc.h.
Referenced by free_encoded_data(), and LCEVC_BLOCK_FUNC().
| LCEVCRawPictureConfig* LCEVCRawEncodedData::pc |
RefStruct references.
Definition at line 129 of file cbs_lcevc.h.
Referenced by free_encoded_data(), and LCEVC_BLOCK_FUNC().
1.8.17