HomeSort by relevance Sort by last modified time
    Searched full:complen (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
wb_vad.h 40 Word16 bckr_est[COMPLEN]; /* background noise estimate */
41 Word16 ave_level[COMPLEN]; /* averaged input components for stationary */
43 Word16 old_level[COMPLEN]; /* input levels of the previous frame */
44 Word16 sub_level[COMPLEN]; /* input levels calculated at the end of a frame (lookahead) */
wb_vad_c.h 28 #define COMPLEN 12 /* Number of sub-bands used by VAD */
  /frameworks/native/libs/utils/
ZipFileRO.cpp 505 size_t compLen = get4LE(ptr + kCDECompLen);
507 *pCompLen = compLen;
522 * Note we don't verify compLen/uncompLen if they don't request the
599 if ((off64_t)(dataOffset + compLen) > cdOffset) {
601 (long) dataOffset, (ZD_TYPE) compLen, (long) cdOffset);
651 size_t compLen;
654 if (!getEntryInfo(entry, NULL, NULL, &compLen, &offset, NULL, NULL))
658 if (!newMap->create(mFileName, mFd, offset, compLen, true)) {
681 size_t uncompLen, compLen;
685 getEntryInfo(entry, &method, &uncompLen, &compLen, &offset, NULL, NULL)
    [all...]
  /dalvik/libdex/
ZipArchive.cpp 509 size_t compLen = get4LE(ptr + kCDECompLen);
511 *pCompLen = compLen;
526 * Note we don't verify compLen/uncompLen if they don't request the
564 if ((off_t)(dataOffset + compLen) > cdOffset) {
566 (long) dataOffset, compLen, (long) cdOffset);
587 static int inflateToFile(int outFd, int inFd, size_t uncompLen, size_t compLen)
633 size_t getSize = (compLen > kBufSize) ? kBufSize : compLen;
642 compLen -= getSize;
707 size_t uncompLen, compLen;
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c 279 for (i = 0; i < COMPLEN; i++)
334 for (i = 0; i < COMPLEN; i++)
420 for (i = 0; i < COMPLEN; i++)
446 for (i = 0; i < COMPLEN; i++)
461 Word16 level[COMPLEN], /* i : sub-band levels of the input frame */
477 for (i = 0; i < COMPLEN; i++)
490 for (i = 1; i < COMPLEN; i++) /* ignore lowest band */
530 if(L_snr_sum > vo_L_mult(vad_thr, (512 * COMPLEN)))
692 for (i = 0; i < COMPLEN; i++)
764 Word16 level[COMPLEN];
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
cnst_vad.h 49 #define COMPLEN 9 /* Number of sub-bands used by VAD */
50 #define INV_COMPLEN 3641 /* 1.0/COMPLEN*2^15 */
vad1.h 102 Word16 bckr_est[COMPLEN]; /* background noise estimate */
103 Word16 ave_level[COMPLEN]; /* averaged input components for stationary */
105 Word16 old_level[COMPLEN]; /* input levels of the previous frame */
106 Word16 sub_level[COMPLEN]; /* input levels calculated at the end of
  /external/icu4c/i18n/
ucol_elm.h 127 int32_t compLen;
ucol_elm.cpp     [all...]
  /frameworks/native/include/utils/
ZipFileRO.h 169 size_t uncompLen, size_t compLen);
175 size_t uncompLen, size_t compLen);
  /bootable/recovery/minzip/
Zip.c 95 pEntry->compLen, pEntry->uncompLen, pEntry->compression);
337 pEntry->compLen = get4LE(ptr + CENSIZ);
373 if (!safe_add(NULL, pEntry->offset, pEntry->compLen)) {
377 if ((size_t)pEntry->offset + pEntry->compLen > pMap->length) {
531 size_t bytesLeft = pEntry->compLen;
567 compRemaining = pEntry->compLen;
    [all...]
Zip.h 40 long compLen;
  /build/tools/zipalign/
ZipEntry.h 180 void setDataInfo(long uncompLen, long compLen, unsigned long crc32,
ZipEntry.cpp 259 void ZipEntry::setDataInfo(long uncompLen, long compLen, unsigned long crc32,
264 mCDE.mCompressedSize = compLen;
  /frameworks/base/tools/aapt/
ZipEntry.h 185 void setDataInfo(long uncompLen, long compLen, unsigned long crc32,
ZipEntry.cpp 259 void ZipEntry::setDataInfo(long uncompLen, long compLen, unsigned long crc32,
264 mCDE.mCompressedSize = compLen;
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp 794 for (i = 0; i < COMPLEN; i++)
856 for (i = 0; i < COMPLEN; i++)
    [all...]
  /external/zlib/
deflate.c 569 uLong complen, wraplen; local
573 complen = sourceLen +
578 return complen + 6;
614 return complen + wraplen;
    [all...]
  /dalvik/dexdump/
DexDump.cpp     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/
c++ 
g++ 
gcc 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-c++ 
arm-eabi-cpp 
arm-eabi-g++ 

Completed in 434 milliseconds

1 2