Searched refs:kSrcNalLen (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/decoder/core/inc/ |
D | au_parser.h | 90 const int32_t kSrcNalLen); 118 uint8_t* pSrcNal, const int32_t kSrcNalLen); 135 const int32_t kSrcNalLen);
|
/third_party/openh264/codec/decoder/core/src/ |
D | au_parser.cpp | 576 const int32_t kSrcNalLen) { in ParseNonVclNal() argument 603 iErr = ParseSps (pCtx, pBs, &iPicWidth, &iPicHeight, pSrcNal, kSrcNalLen); in ParseNonVclNal() 625 iErr = ParsePps (pCtx, &pCtx->sSpsPpsCtx.sPpsBuffer[0], pBs, pSrcNal, kSrcNalLen); in ParseNonVclNal() 912 uint8_t* pSrcNal, const int32_t kSrcNalLen) { in ParseSps() argument 1155 if (kSrcNalLen >= SPS_PPS_BS_SIZE - 4) { //sps bs exceeds! in ParseSps() 1157 kSrcNalLen, SPS_PPS_BS_SIZE - 4); in ParseSps() 1165 while (pSrcNal[kSrcNalLen - iTrailingZeroByte - 1] == 0x0) //remove final trailing 0 bytes in ParseSps() 1167 int32_t iActualLen = kSrcNalLen - iTrailingZeroByte; in ParseSps() 1327 const int32_t kSrcNalLen) { in ParsePps() argument 1458 if (kSrcNalLen >= SPS_PPS_BS_SIZE - 4) { //pps bs exceeds in ParsePps() [all …]
|