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

  /external/icu/icu4c/source/i18n/
collationweights.cpp 99 minBytes[i] = maxBytes[i] = 0;
106 minBytes[1] = Collation::MERGE_SEPARATOR_BYTE + 1;
109 minBytes[2] = Collation::PRIMARY_COMPRESSION_LOW_BYTE + 1;
112 minBytes[2] = 2;
115 minBytes[3] = 2;
117 minBytes[4] = 2;
125 minBytes[1] = 0;
127 minBytes[2] = 0;
129 minBytes[3] = Collation::MERGE_SEPARATOR_BYTE + 1;
131 minBytes[4] = 2
    [all...]
collationweights.h 85 return (int32_t)(maxBytes[idx] - minBytes[idx] + 1);
101 uint32_t minBytes[5]; // for byte 1, 2, 3, 4
  /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/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;
encode.c 61 int16_t MinBytes;
427 MinBytes = WebRtcIsacfix_GetMinBytes(&ISACenc_obj->rate_data_obj, (int16_t) stream_length,
435 /* Make sure MinBytes does not exceed packet size limit */
436 if ((ISACenc_obj->frame_nb == 0) && (MinBytes > ISACenc_obj->payloadLimitBytes30)) {
437 MinBytes = ISACenc_obj->payloadLimitBytes30;
438 } else if ((ISACenc_obj->frame_nb == 1) && (MinBytes > ISACenc_obj->payloadLimitBytes60)) {
439 MinBytes = ISACenc_obj->payloadLimitBytes60;
445 if( MinBytes > usefulstr_len + 255 ) {
446 MinBytes = usefulstr_len + 255;
451 (ISACenc_obj->SaveEnc_ptr)->minBytes = MinBytes
    [all...]
  /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;
encode.c 58 WebRtc_Word16 MinBytes;
424 MinBytes = WebRtcIsacfix_GetMinBytes(&ISACenc_obj->rate_data_obj, (WebRtc_Word16) stream_length,
432 /* Make sure MinBytes does not exceed packet size limit */
433 if ((ISACenc_obj->frame_nb == 0) && (MinBytes > ISACenc_obj->payloadLimitBytes30)) {
434 MinBytes = ISACenc_obj->payloadLimitBytes30;
435 } else if ((ISACenc_obj->frame_nb == 1) && (MinBytes > ISACenc_obj->payloadLimitBytes60)) {
436 MinBytes = ISACenc_obj->payloadLimitBytes60;
442 if( MinBytes > usefulstr_len + 255 ) {
443 MinBytes = usefulstr_len + 255;
448 (ISACenc_obj->SaveEnc_ptr)->minBytes = MinBytes
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 173 milliseconds