Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Disac.c1030 WebRtc_Word16 totSizeBytes; in Decode() local
1076 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()