Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dau_parser.h87 … int32_t iSrcRbspLen, uint8_t* pSrcNal, int32_t iSrcNalLen, int32_t* pConsumedBytes);
/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp109 … int32_t iSrcRbspLen, uint8_t* pSrcNal, int32_t iSrcNalLen, int32_t* pConsumedBytes) { in ParseNalHeader() argument
112 int32_t iNalSize = iSrcRbspLen; in ParseNalHeader()
123 int32_t iIndex = iSrcRbspLen - 1; in ParseNalHeader()