HomeSort by relevance Sort by last modified time
    Searched defs:minBytes (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/i18n/
collationweights.h 85 return (int32_t)(maxBytes[idx] - minBytes[idx] + 1);
101 uint32_t minBytes[5]; // for byte 1, 2, 3, 4
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
isac.c 631 int minBytes;
639 minBytes = WebRtcIsac_GetMinBytes(
644 /* Make sure MinBytes does not exceed packet size limit. */
654 minBytes = (minBytes > limit) ? limit : minBytes;
667 minBytes = (minBytes > limit) ? limit : minBytes;
669 garbageLen = (minBytes > streamLen) ? (minBytes - streamLen) : 0
    [all...]
structs.h 262 estimate. All values (except framelength and minBytes) is double size to
292 int minBytes;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
structs.h 271 estimate. All values (except framelength and minBytes) is double size to
300 int minBytes;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
isac.c 668 int minBytes;
676 minBytes = WebRtcIsac_GetMinBytes(
681 /* Make sure MinBytes does not exceed packet size limit. */
691 minBytes = (minBytes > limit) ? limit : minBytes;
704 minBytes = (minBytes > limit) ? limit : minBytes;
706 garbageLen = (minBytes > streamLen) ? (minBytes - streamLen) : 0
    [all...]
structs.h 261 estimate. All values (except framelength and minBytes) is double size to
291 int minBytes;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
structs.h 270 estimate. All values (except framelength and minBytes) is double size to
299 int minBytes;
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 119 milliseconds