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

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
ilbc.c 151 if ((len==((IlbcDecoder*)iLBCdec_inst)->no_of_bytes)||
152 (len==2*((IlbcDecoder*)iLBCdec_inst)->no_of_bytes)||
153 (len==3*((IlbcDecoder*)iLBCdec_inst)->no_of_bytes)) {
182 while ((i*((IlbcDecoder*)iLBCdec_inst)->no_of_bytes)<len) {
202 if ((len==((IlbcDecoder*)iLBCdec_inst)->no_of_bytes)||
203 (len==2*((IlbcDecoder*)iLBCdec_inst)->no_of_bytes)||
204 (len==3*((IlbcDecoder*)iLBCdec_inst)->no_of_bytes)) {
210 while ((i*((IlbcDecoder*)iLBCdec_inst)->no_of_bytes)<len) {
230 if ((len==((IlbcDecoder*)iLBCdec_inst)->no_of_bytes)||
231 (len==2*((IlbcDecoder*)iLBCdec_inst)->no_of_bytes)||
    [all...]
init_encode.c 37 iLBCenc_inst->no_of_bytes = NO_OF_BYTES_30MS;
46 iLBCenc_inst->no_of_bytes = NO_OF_BYTES_20MS;
70 return (int)(iLBCenc_inst->no_of_bytes);
defines.h 141 size_t no_of_bytes, no_of_words; member in struct:IlbcEncoder_
182 size_t no_of_bytes, no_of_words; member in struct:IlbcDecoder_
init_decode.c 40 iLBCdec_inst->no_of_bytes = NO_OF_BYTES_30MS;
49 iLBCdec_inst->no_of_bytes = NO_OF_BYTES_20MS;
  /libcore/benchmarks/src/benchmarks/regression/
CharsetUtf8Benchmark.java 29 private static final int NO_OF_BYTES = 0x400000; // 4MB
30 private static final byte[] ASCII = makeUnicodeRange(0, 0x7f, NO_OF_BYTES / 0x80);
31 private static final byte[] BMP2 = makeUnicodeRange(0x0080, 0x07ff, NO_OF_BYTES / 2 / 0x780);
33 NO_OF_BYTES / 3 / 0xf000 /* 0x10000 - 0x0800 - no of surrogate code points */);
35 NO_OF_BYTES / 4 / 0x100000);
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_testprogram.c 51 return (iLBCenc_inst->no_of_bytes);
  /system/bt/stack/l2cap/
l2c_fcr.cc 342 uint16_t no_of_bytes) {
348 uint16_t buf_size = no_of_bytes + sizeof(BT_HDR) + new_offset + L2CAP_FCS_LEN;
359 p_buf2->len = no_of_bytes;
361 ((uint8_t*)(p_buf + 1)) + p_buf->offset, no_of_bytes);
    [all...]
l2c_int.h     [all...]

Completed in 155 milliseconds