/external/zopfli/src/zopflipng/ |
zopflipng_lib.cc | 42 unsigned CustomPNGDeflate(unsigned char** out, size_t* outsize, 59 ZopfliDeflate(&options, 2 /* Dynamic */, 1, in, insize, &bp, out, outsize); 65 if (outsize2 < *outsize) { 68 *outsize = outsize2; 76 ZopfliDeflate(&options, 2 /* Dynamic */, 1, in, insize, &bp, out, outsize);
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
WallpaperCropActivity.java | 350 Point outSize = WallpaperUtils.getDefaultWallpaperSize(getResources(), getWindowManager()); 352 inSize.x, inSize.y, outSize.x, outSize.y, false); 368 crop, rotation, outSize.x, outSize.y, true, false, onEndCrop);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
armCOMM_IDCT_s.h | 133 ;// $outsize = "u8" : 8-bit unsigned data saturated (0 to +255) 149 M_IDCT $outsize, $inscale, $stride 598 IF ("$outsize"="u8") 608 IF ("$outsize"="s9") 620 IF ("$outsize"="u8") 640 IF ("$outsize"="s9"):LOR:("$outsize"="s16") [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armCOMM_IDCT_s.h | 133 ;// $outsize = "u8" : 8-bit unsigned data saturated (0 to +255) 149 M_IDCT $outsize, $inscale, $stride 604 IF ("$outsize"="u8") 614 IF ("$outsize"="s9") 626 IF ("$outsize"="u8") 646 IF ("$outsize"="s9"):LOR:("$outsize"="s16") [all...] |
/art/dexdump/ |
dexdump.cc | 530 size_t outSize = 0; 535 outSize = snprintf(buf, bufSize, "<unknown-index>"); 540 outSize = snprintf(buf, bufSize, "<no-index>"); 545 outSize = snprintf(buf, bufSize, "%s // type@%0*x", tp, width, index); 547 outSize = snprintf(buf, bufSize, "<type?> // type@%0*x", width, index); 553 outSize = snprintf(buf, bufSize, "\"%s\" // string@%0*x", st, width, index); 555 outSize = snprintf(buf, bufSize, "<string?> // string@%0*x", width, index); 564 outSize = snprintf(buf, bufSize, "%s.%s:%s // method@%0*x", 567 outSize = snprintf(buf, bufSize, "<method?> // method@%0*x", width, index); 576 outSize = snprintf(buf, bufSize, "%s.%s:%s // field@%0*x" [all...] |
/external/lzma/CPP/7zip/UI/FileManager/ |
ProgressDialog2.cpp | 160 void CProgressSync::Set_Ratio(const UInt64 *inSize, const UInt64 *outSize)
165 if (outSize)
166 _outSize = *outSize;
657 UInt64 total, completed, totalFiles, completedFiles, inSize, outSize;
671 outSize = Sync._outSize;
822 const UInt64 packSize = CompressingMode ? outSize : inSize;
823 const UInt64 unpackSize = CompressingMode ? inSize : outSize;
|
/external/lzma/CPP/7zip/Archive/ |
LzmaHandler.cpp | 411 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
415 STDMETHODIMP CCompressProgressInfoImp::SetRatioInfo(const UInt64 *inSize, const UInt64 * /* outSize */)
485 lps->OutSize = unpackSize;
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
LzmaAlone.cs | 333 long outSize = 0;
339 outSize |= ((long)(byte)v) << (8 * i);
342 decoder.Code(inStream, outStream, compressedSize, outSize, null);
|
/external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/ |
MainPage.xaml.cpp | 127 size_t outSize = localPathW.length() + 1; 128 char* localPathC = new char[outSize]; 130 wcstombs_s(&charsConverted, localPathC, outSize, localPathW.c_str(), localPathW.length());
|
/frameworks/base/core/jni/android/graphics/pdf/ |
PdfEditor.cpp | 231 jint pageIndex, jobject outSize) { 251 env->SetIntField(outSize, gPointClassInfo.x, width); 252 env->SetIntField(outSize, gPointClassInfo.y, height);
|
/system/security/keystore/ |
IKeystoreService.cpp | [all...] |
/external/deqp/framework/platform/android/ |
tcuAndroidNativeActivity.hpp | 49 virtual void* onSaveInstanceState (size_t* outSize);
|
/external/lzma/C/ |
7z.h | 115 Byte *outBuffer, size_t outSize,
|
/external/lzma/CPP/7zip/Compress/ |
LzmaEncoder.cpp | 144 const UInt64 * /* inSize */, const UInt64 * /* outSize */, ICompressProgressInfo *progress)
|
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveExtractCallback.h | 238 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
|
/external/lzma/CPP/7zip/UI/Console/ |
UpdateCallbackConsole.cpp | 161 HRESULT CUpdateCallbackConsole::SetRatioInfo(const UInt64 * /* inSize */, const UInt64 * /* outSize */)
|
/frameworks/base/include/androidfw/ |
BackupHelpers.h | 140 const String8& rootPath, const String8& filePath, off_t* outSize,
|
/hardware/intel/common/libmix/videoencoder/ |
VideoEncoderBase.h | 95 uint32_t expectedSize, uint32_t *outsize, uint32_t *stride, uint8_t **usrptr);
|
/frameworks/base/core/java/android/view/ |
Display.java | 482 * @param outSize A {@link Point} object to receive the size information. 484 public void getSize(Point outSize) { 488 outSize.x = mTempMetrics.widthPixels; 489 outSize.y = mTempMetrics.heightPixels; 496 * @param outSize A {@link Rect} object to receive the size information. 499 public void getRectSize(Rect outSize) { 503 outSize.set(0, 0, mTempMetrics.widthPixels, mTempMetrics.heightPixels); 816 * @param outSize Set to the real size of the display. 818 public void getRealSize(Point outSize) { 821 outSize.x = mDisplayInfo.logicalWidth [all...] |
/external/squashfs-tools/squashfs-tools/ |
lz4_wrapper.c | 251 static int lz4_uncompress(void *dest, void *src, int size, int outsize, 254 int res = LZ4_decompress_safe(src, dest, size, outsize);
|
/frameworks/av/media/ndk/ |
NdkMediaFormat.cpp | 173 bool AMediaFormat_getBuffer(AMediaFormat* format, const char *name, void** data, size_t *outsize) { 177 *outsize = buf->size();
|
/external/vboot_reference/futility/ |
vb1_helper.c | 408 uint64_t outsize; local 433 outsize = keyblock->key_block_size + preamble->preamble_size; 434 outbuf = malloc(outsize); 435 Memset(outbuf, 0, outsize); 441 *vblock_size_ptr = outsize;
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
WallpaperCropActivity.java | 334 Point outSize = getDefaultWallpaperSize(getResources(), 337 inSize.x, inSize.y, outSize.x, outSize.y, false); 347 crop, rotation, outSize.x, outSize.y, true, false, onEndCrop); [all...] |
/external/zopfli/src/zopflipng/lodepng/ |
lodepng.cpp | 349 unsigned lodepng_load_file(unsigned char** out, size_t* outsize, const char* filename) 356 *outsize = 0; 367 *outsize = 0; 369 if(size && (*out)) (*outsize) = fread(*out, 1, (size_t)size, file); 4759 size_t outsize; local [all...] |
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfPxr24Compressor.cpp | 397 uLongf outSize = int (ceil ((tmpBufferEnd - _tmpBuffer) * 1.01)) + 100; 400 &outSize, 408 return outSize;
|