/frameworks/av/media/ndk/ |
NdkImage.cpp | 350 uint32_t dataSize, ySize, cSize, cStride; 375 cSize = mBuffer->width * (mBuffer->height / 2 - 1) + mBuffer->width - 1; 379 dataSize = (planeIdx == 0) ? ySize : cSize; 391 cSize = cStride * mBuffer->height / 2; 392 cb = cr + cSize; 396 dataSize = (planeIdx == 0) ? ySize : cSize;
|
/libcore/ojluni/src/main/java/java/util/ |
AbstractList.java | 679 int cSize = c.size(); 680 if (cSize==0) 686 size += cSize;
|
ArrayList.java | [all...] |
/external/lz4/programs/ |
bench.c | 352 size_t cSize=0; 380 cSize=0; for (chunkNb=0; chunkNb<nbChunks; chunkNb++) cSize += chunkP[chunkNb].compressedSize; 381 ratio = (double)cSize/(double)benchedSize*100.; 383 DISPLAY("%1i-%-14.14s : %9i -> %9i (%5.2f%%),%7.1f MB/s\r", loopNb, inFileName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / fastestC / 1000.); 401 DISPLAY("%1i-%-14.14s : %9i -> %9i (%5.2f%%),%7.1f MB/s ,%7.1f MB/s\r", loopNb, inFileName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / fastestC / 1000., (double)benchedSize / fastestD / 1000.); 411 DISPLAY("%-16.16s : %9i -> %9i (%5.2f%%),%7.1f MB/s ,%7.1f MB/s\n", inFileName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / fastestC / 1000., (double)benchedSize / fastestD / 1000.); 413 DISPLAY("%-16.16s : %9i -> %9i (%5.1f%%),%7.1f MB/s ,%7.1f MB/s \n", inFileName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / fastestC / 1000., (double)benchedSize / fastestD / 1000.); 416 totalz += cSize;
|
frametest.c | 205 size_t cSize, testSize; 220 cSize = LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuffer, testSize, NULL); 221 if (LZ4F_isError(cSize)) goto _output_error; 222 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize); 227 size_t compressedBufferSize = cSize; 231 BYTE* const iend = (BYTE*)compressedBuffer + cSize; 265 cSize = LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, &prefs), CNBuffer, testSize, &prefs); 266 if (LZ4F_isError(cSize)) goto _output_error; 267 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize); 271 cSize = LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, &prefs), CNBuffer, testSi (…) [all...] |
fullbench.c | 496 size_t cSize=0; 583 cSize=0; for (chunkNb=0; chunkNb<nbChunks; chunkNb++) cSize += chunkP[chunkNb].compressedSize; 584 ratio = (double)cSize/(double)benchedSize*100.; 585 PROGRESS("%1i- %-28.28s :%9i ->%9i (%5.2f%%),%7.1f MB/s\r", loopNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 1000.); 589 DISPLAY("%2i-%-28.28s :%9i ->%9i (%5.2f%%),%7.1f MB/s\n", cAlgNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 1000.); 591 DISPLAY("%2i-%-28.28s :%9i ->%9i (%5.1f%%),%7.1f MB/s\n", cAlgNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 1000.); 594 totalCSize[cAlgNb] += cSize;
|
/frameworks/base/media/jni/ |
android_media_Utils.cpp | 658 uint32_t dataSize, ySize, cSize, cStride; 664 dataSize = ySize = cSize = cStride = 0; 695 cSize = buffer->width * (buffer->height / 2 - 1) + buffer->width - 1; 704 dataSize = (idx == 0) ? ySize : cSize; 716 cSize = cStride * buffer->height / 2; 717 cb = cr + cSize; 725 dataSize = (idx == 0) ? ySize : cSize;
|
/device/generic/goldfish-opengl/system/gralloc/ |
gralloc.cpp | 672 int cSize = cStride * height/2; 677 uint8_t *yv12_u0 = yv12_v0 + cSize; 682 uint8_t *yv12_u = yv12_v + cSize; 713 int cSize = cStride * height/2; 719 uint8_t *yv12_u0 = yv12_v0 + cSize; 724 uint8_t *yv12_u = yv12_v + cSize; 749 int cSize = cStride * height/2; 755 uint8_t *yv12_v0 = yv12_u0 + cSize; 937 int cSize = cStride * height/2; 942 uint8_t *yv12_u0 = yv12_v0 + cSize; [all...] |
/external/lz4/lib/ |
lz4frame.c | 459 U32 cSize; 460 cSize = (U32)compress(lz4ctx, (const char*)src, (char*)(cSizePtr+4), (int)(srcSize), (int)(srcSize-1), level); 461 LZ4F_writeLE32(cSizePtr, cSize); 462 if (cSize == 0) /* compression failed */ 464 cSize = (U32)srcSize; 465 LZ4F_writeLE32(cSizePtr, cSize + LZ4F_BLOCKUNCOMPRESSED_FLAG); 468 return cSize + 4; [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
wcdioctl.h | 424 ULONG cSize; 430 ULONG cSize;
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
wcdioctl.h | 424 ULONG cSize; 430 ULONG cSize;
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-archiver/2.2/ |
plexus-archiver-2.2.jar | |
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/ |
plexus-archiver-1.0.jar | |
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/ |
plexus-archiver-2.2.jar | |
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.3/ |
plexus-archiver-2.3.jar | |
/prebuilts/devtools/tools/lib/ |
commons-compress-1.8.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/ |
commons-compress-1.8.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/ |
commons-compress-1.9.jar | |
/prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/ |
commons-compress-1.8.1.jar | |
/external/guice/extensions/struts2/lib/ |
ant-1.6.5.jar | |
/external/guice/extensions/persist/lib/ |
commons-collections.jar | |
/prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/ |
commons-collections-3.2.1.jar | |
/prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.2/ |
commons-collections-3.2.2.jar | |
/packages/apps/Messaging/build/gcheckstyle/ |
google-style-checker_deploy.jar | |
/prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/ |
clover-3.1.12.jar | |