Home
last modified time | relevance | path

Searched refs:kbNALExt (Results 1 – 1 of 1) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dnal_encap.cpp122 const bool kbNALExt = pRawNal->sNalExt.sNalUnitHeader.eNalUnitType == NAL_UNIT_PREFIX in WelsEncodeNal() local
124 int32_t iAssumedNeededLength = NAL_HEADER_SIZE + (kbNALExt ? 3 : 0) + pRawNal->iPayloadSize + 1; in WelsEncodeNal()
148 if (kbNALExt) { in WelsEncodeNal()