Searched defs:minBytes (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationweights.h85 return (int32_t)(maxBytes[idx] - minBytes[idx] + 1);
101 uint32_t minBytes[5]; // for byte 1, 2, 3, 4 member in class:CollationWeights
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dstructs.h271 estimate. All values (except framelength and minBytes) is double size to
300 int minBytes; member in struct:__anon15059
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Disac.c670 int minBytes; local
678 minBytes = WebRtcIsac_GetMinBytes(
693 minBytes = (minBytes > limit) ? limit : minBytes;
706 minBytes = (minBytes > limit) ? limit : minBytes;
708 garbageLen = (minBytes > streamLen) ? (minBytes
[all...]
H A Dstructs.h261 estimate. All values (except framelength and minBytes) is double size to
291 int minBytes; member in struct:__anon15077
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dstructs.h270 estimate. All values (except framelength and minBytes) is double size to
299 int minBytes; member in struct:__anon32553
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Disac.c631 int minBytes; local
639 minBytes = WebRtcIsac_GetMinBytes(
654 minBytes = (minBytes > limit) ? limit : minBytes;
667 minBytes = (minBytes > limit) ? limit : minBytes;
669 garbageLen = (minBytes > streamLen) ? (minBytes
[all...]
H A Dstructs.h262 estimate. All values (except framelength and minBytes) is double size to
292 int minBytes; member in struct:__anon32572

Completed in 181 milliseconds