Searched refs:totalLenUB (Results 1 – 1 of 1) sorted by relevance
2061 WebRtc_Word16 totalLenUB; in WebRtcIsac_GetRedPayload() local2104 totalLenUB = streamLenUB + 1 + LEN_CHECK_SUM_WORD8; in WebRtcIsac_GetRedPayload()2105 if (totalLenUB > 255) { in WebRtcIsac_GetRedPayload()2113 streamLen += totalLenUB; in WebRtcIsac_GetRedPayload()2114 ptrEncodedUW8[streamLenLB] = (WebRtc_UWord8)totalLenUB; in WebRtcIsac_GetRedPayload()