Searched refs:totSizeBytes (Results 1 – 1 of 1) sorted by relevance
1030 WebRtc_Word16 totSizeBytes; in Decode() local1076 totSizeBytes = numDecodedBytesLB; in Decode()1077 while (totSizeBytes != lenEncodedBytes) { in Decode()1078 if ((totSizeBytes > lenEncodedBytes) || in Decode()1079 (ptrEncodedUW8[totSizeBytes] == 0) || in Decode()1084 totSizeBytes += ptrEncodedUW8[totSizeBytes]; in Decode()