Home
last modified time | relevance | path

Searched refs:NAL_HEADER_SIZE (Results 1 – 2 of 2) 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()
140 static const uint8_t kuiStartCodePrefix[NAL_HEADER_SIZE] = { 0, 0, 0, 1 }; in WelsEncodeNal()
/third_party/openh264/codec/encoder/core/inc/
Dnal_encap.h52 #define NAL_HEADER_SIZE (4) macro