/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/base/libs/androidfw/ |
ZipFileRO.cpp | 540 size_t compLen = get4LE(ptr + kCDECompLen); 542 *pCompLen = compLen; 557 * Note we don't verify compLen/uncompLen if they don't request the 640 if ((dataOffset >= cdOffset) || (compLen > (cdOffset - dataOffset))) { 642 (long) dataOffset, (ZD_TYPE) compLen, (long) cdOffset); 695 size_t compLen; 698 if (!getEntryInfo(entry, &method, &uncompLen, &compLen, &offset, NULL, NULL)) { 706 actualLen = compLen; 734 size_t uncompLen, compLen; 739 if (!getEntryInfo(entry, &method, &uncompLen, &compLen, &offset, NULL, NULL)) [all...] |
/dalvik/libdex/ |
ZipArchive.cpp | 584 size_t compLen = get4LE(ptr + kCDECompLen); 586 *pCompLen = compLen; 601 * Note we don't verify compLen/uncompLen if they don't request the 645 if ((off_t)(dataOffset + compLen) > cdOffset) { 647 (long) dataOffset, compLen, (long) cdOffset); 668 static int inflateToFile(int outFd, int inFd, size_t uncompLen, size_t compLen) 714 size_t getSize = (compLen > kBufSize) ? kBufSize : compLen; 723 compLen -= getSize; 788 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/chromium_org/third_party/icu/source/i18n/ |
ucol_elm.h | 127 int32_t compLen;
|
ucol_elm.cpp | [all...] |
/external/icu4c/i18n/ |
ucol_elm.h | 127 int32_t compLen;
|
ucol_elm.cpp | [all...] |
/frameworks/base/include/androidfw/ |
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 | 36 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/chromium_org/third_party/zlib/ |
deflate.c | 497 uLong complen, wraplen; local 501 complen = sourceLen + 506 return complen + 6; 542 return complen + wraplen; [all...] |
/external/zlib/src/ |
deflate.c | 571 uLong complen, wraplen; local 575 complen = sourceLen + 580 return complen + 6; 616 return complen + wraplen; [all...] |
/dalvik/dexdump/ |
DexDump.cpp | [all...] |
/development/ndk/platforms/android-9/arch-x86/lib/ |
libz.a | [all...] |
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/lib/ |
libz.a | [all...] |
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/lib/ |
libz.a | [all...] |