MythTV master
|
#include <libmythtv/mpeg/HEVCParser.h>
Public Attributes | |
std::array< int32_t, 16 > | DeltaPocS0 |
std::array< int32_t, 16 > | DeltaPocS1 |
std::array< uint8_t, 16 > | UsedByCurrPicS0 |
std::array< uint8_t, 16 > | UsedByCurrPicS1 |
uint8_t | NumDeltaPocs |
uint8_t | NumNegativePics |
uint8_t | NumPositivePics |
bool | inter_ref_pic_set_prediction_flag |
uint16_t | abs_delta_rps_minus1 |
uint8_t | delta_idx_minus1 |
uint8_t | delta_rps_sign |
Definition at line 168 of file HEVCParser.h.
uint16_t HEVCParser::ShortTermRefPicSet::abs_delta_rps_minus1 |
Definition at line 180 of file HEVCParser.h.
uint8_t HEVCParser::ShortTermRefPicSet::delta_idx_minus1 |
Definition at line 181 of file HEVCParser.h.
uint8_t HEVCParser::ShortTermRefPicSet::delta_rps_sign |
Definition at line 182 of file HEVCParser.h.
std::array<int32_t,16> HEVCParser::ShortTermRefPicSet::DeltaPocS0 |
Definition at line 170 of file HEVCParser.h.
std::array<int32_t,16> HEVCParser::ShortTermRefPicSet::DeltaPocS1 |
Definition at line 171 of file HEVCParser.h.
bool HEVCParser::ShortTermRefPicSet::inter_ref_pic_set_prediction_flag |
Definition at line 179 of file HEVCParser.h.
uint8_t HEVCParser::ShortTermRefPicSet::NumDeltaPocs |
Definition at line 174 of file HEVCParser.h.
uint8_t HEVCParser::ShortTermRefPicSet::NumNegativePics |
Definition at line 175 of file HEVCParser.h.
uint8_t HEVCParser::ShortTermRefPicSet::NumPositivePics |
Definition at line 176 of file HEVCParser.h.
std::array<uint8_t,16> HEVCParser::ShortTermRefPicSet::UsedByCurrPicS0 |
Definition at line 172 of file HEVCParser.h.
std::array<uint8_t,16> HEVCParser::ShortTermRefPicSet::UsedByCurrPicS1 |
Definition at line 173 of file HEVCParser.h.