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

  /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/webrtc/src/modules/audio_processing/ns/main/source/
ns_core.h 54 int blockLen;
ns_core.c 96 inst->blockLen = 80;
105 inst->blockLen = 160;
114 inst->blockLen = 160;
    [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);
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
updateSettings.m 10 blockLen = setupStruct.support/setupStruct.oversampling;
21 setupStruct.nb = n/blockLen - setupStruct.oversampling + 1; % in blocks
  /dalvik/tools/hprof-conv/
HprofConv.c 325 int blockLen = 0;
328 blockLen += kIdentSize * 7 + 8;
329 buf += blockLen;
330 len -= blockLen;
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/
compsup.m 73 blockLen = support/oversampling;
96 nb = n/blockLen - oversampling + 1; % in blocks

Completed in 936 milliseconds