/external/deqp/executor/ |
xeTestCase.cpp | 47 int compLen = 0; 48 while (path[compLen] != 0 && path[compLen] != '.') 49 compLen++; 50 return compLen; 53 static bool compareNameToPathComponent (const char* name, const char* path, int compLen) 55 for (int pos = 0; pos < compLen; pos++) 61 if (name[compLen] != 0) 156 int compLen = getFirstComponentLength(path); 157 XE_CHECK(compLen > 0) [all...] |
/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/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
|
/bootable/recovery/minzip/ |
Zip.h | 36 long compLen;
|
Zip.c | 95 pEntry->compLen, pEntry->uncompLen, pEntry->compression); 333 pEntry->compLen = get4LE(ptr + CENSIZ); 369 if (!safe_add(NULL, pEntry->offset, pEntry->compLen)) { 373 if ((size_t)pEntry->offset + pEntry->compLen > pArchive->length) { 514 compRemaining = pEntry->compLen; 524 zstream.avail_in = pEntry->compLen;
|
/build/tools/zipalign/ |
ZipEntry.h | 181 void setDataInfo(long uncompLen, long compLen, uint32_t crc32,
|
ZipEntry.cpp | 259 void ZipEntry::setDataInfo(long uncompLen, long compLen, uint32_t crc32, 264 mCDE.mCompressedSize = compLen;
|
/frameworks/base/tools/aapt/ |
ZipEntry.h | 185 void setDataInfo(long uncompLen, long compLen, unsigned long crc32,
|
ZipEntry.cpp | 241 void ZipEntry::setDataInfo(long uncompLen, long compLen, unsigned long crc32, 246 mCDE.mCompressedSize = compLen;
|
/system/core/include/ziparchive/ |
zip_archive.h | 150 * It's important to note that |data->crc32|, |data->compLen| and
|
/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/opencv3/3rdparty/zlib/ |
deflate.c | 571 uLong complen, wraplen; local 575 complen = sourceLen + 580 return complen + 6; 616 return complen + wraplen; [all...] |
/external/pdfium/third_party/zlib_v128/ |
deflate.c | 570 uLong complen, wraplen; local 574 complen = sourceLen + 579 return complen + 6; 615 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...] |
/external/freetype/src/sfnt/ |
sfobjs.c | 499 " tag offset compLen origLen checksum\n" [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/ |
sfobjs.c | 499 " tag offset compLen origLen checksum\n" [all...] |
/external/pdfium/third_party/freetype/src/sfnt/ |
sfobjs.c | 495 " tag offset compLen origLen checksum\n" [all...] |
/prebuilts/android-emulator/linux-x86_64/ |
emulator-ranchu-arm64 | |
emulator-ranchu-mips64 | |
emulator-ranchu-x86 | |
emulator-ranchu-x86_64 | |