Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dnal_encap.cpp124 int32_t iAssumedNeededLength = NAL_HEADER_SIZE + (kbNALExt ? 3 : 0) + pRawNal->iPayloadSize + 1; in WelsEncodeNal() local
125 WELS_VERIFY_RETURN_IF (ENC_RETURN_UNEXPECTED, (iAssumedNeededLength <= 0)) in WelsEncodeNal()
128 if (kiDstBufferLen < (iAssumedNeededLength + (iAssumedNeededLength >> 1))) { in WelsEncodeNal()