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

  /hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/
log.h 146 uint32_t blockLen = CPL;
177 if (sizeOfBlob < blockLen)
179 blockLen = sizeOfBlob;
189 for (i=0; i<blockLen; ++i)
194 if ((blockLen < CPL) && (moreThanOneLine))
197 for (i=0; i<(3*(CPL-blockLen)); ++i) {
203 for (i=0; i<blockLen; ++i)
209 blob = &(((const char *)blob)[blockLen]);
210 sizeOfBlob -= blockLen;
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-api-fst.h 59 int blockLen; /* block length */
72 int blockLen; /* Sample: Handles non-128 bit block sizes (if available) */
78 makeKeyEx(): parameter blockLen added
81 cipherInitEx(): parameter blockLen added (for obvious reasons)
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
ns_core.h 54 int blockLen;
ns_core.c 92 inst->blockLen = 80;
99 inst->blockLen = 160;
106 inst->blockLen = 160;
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
ns_core.h 54 int blockLen;
ns_core.c 89 inst->blockLen = 80;
96 inst->blockLen = 160;
103 inst->blockLen = 160;
819 for (i = inst->windShift; i < inst->blockLen + inst->windShift; i++) {
823 memcpy(inst->syntBuf, inst->syntBuf + inst->blockLen,
824 sizeof(float) * (inst->anaLen - inst->blockLen));
825 memset(inst->syntBuf + inst->anaLen - inst->blockLen, 0,
826 sizeof(float) * inst->blockLen);
829 inst->outLen = inst->blockLen - inst->blockLen10ms;
830 if (inst->blockLen > inst->blockLen10ms)
    [all...]
  /external/srec/srec/clib/
fpi_tgt.c 51 * "blockLen" Blocking length (if Using)
64 fepFramePkt* createFrameBuffer(int fCnt, int dimen, int blockLen, int doVoice)
82 tmpsiz = blockLen;
90 blockLen = frame_mask + 1;
100 frmPkt->blockLen = blockLen;
290 * happen, blockLen member must be set. Otherwise pushBlkp will always
393 if (frmPkt->blockLen == 0)
583 if (frmPkt->blockLen > 0 && frmPkt->isCollecting == FB_ACTIVE)
585 if (POINTER_GAP(frmPkt, frmPkt->pullp, frmPkt->pushBlkp) >= frmPkt->blockLen)
    [all...]
  /external/srec/srec/include/
fpi_tgt.h 100 int blockLen; /* Blocking enabled to this length */
127 fepFramePkt* createFrameBuffer(int fCnt, int dimen, int blockLen, int doVoice);
  /dalvik/tools/hprof-conv/
HprofConv.c 334 int blockLen = 0;
337 blockLen += kIdentSize * 7 + 8;
338 buf += blockLen;
339 len -= blockLen;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
RTPencode.cc 80 int makeRedundantHeader(unsigned char* rtp_data, int *payloadType, int numPayloads, uint32_t *timestamp, uint16_t *blockLen,
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
regexcmp.cpp     [all...]
  /external/icu/icu4c/source/i18n/
regexcmp.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 2862 milliseconds