Searched refs:nalUnitLengthSize_ (Results 1 – 2 of 2) sorted by relevance
130 uint8_t nalUnitLengthSize_ = 4; variable
91 nalUnitLengthSize_ = static_cast<uint8_t>((tempByte & 0x03) + NAL_UNIT_LENGTH_SIZE_DIFF); in ParseContent()153 ((nalUnitLengthSize_ - NAL_UNIT_LENGTH_SIZE_DIFF) & 0x03))); in Write()