Searched refs:NAL_HEADER_SIZE (Results 1 – 2 of 2) sorted by relevance
124 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()
52 #define NAL_HEADER_SIZE (4) macro