/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/android/ |
native_activity.h | 127 * outSize with the number of bytes in the allocation. Note that the 131 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/android/ |
native_activity.h | 127 * outSize with the number of bytes in the allocation. Note that the 131 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/android/ |
native_activity.h | 127 * outSize with the number of bytes in the allocation. Note that the 131 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
|
/external/lzma/CPP/7zip/UI/Common/ |
Bench.cpp | 446 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
449 STDMETHODIMP CBenchProgressInfo::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize)
461 info.PackSize = BenchInfo.PackSize + *outSize;
467 info.UnpackSize = BenchInfo.UnpackSize + *outSize;
561 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64 numIterations);
586 UInt64 CBenchProps::GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64 numIterations)
588 UInt64 numCommands = (inSize * DecComplexCompr + outSize * DecComplexUnc) * numIterations;
599 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64 numIterations)
603 return props.GetDecompressRating(elapsedTime, freq, outSize, inSize, numIterations);
979 UInt64 outSize = kBufferSize; [all...] |
UpdateCallback.cpp | 68 STDMETHODIMP CArchiveUpdateCallback::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize)
71 return Callback->SetRatioInfo(inSize, outSize);
|
/external/clang/lib/Sema/ |
SemaStmtAsm.cpp | 493 uint64_t OutSize = Context.getTypeSize(OutTy); 495 if (OutSize == InSize && InputDomain == OutputDomain && 510 SmallerValueMentioned |= InSize < OutSize; 515 SmallerValueMentioned |= OutSize < InSize;
|
/external/lzma/C/ |
7zTypes.h | 224 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zExtract.cpp | 160 lps->OutSize = totalUnpacked;
|
/external/lzma/CPP/7zip/UI/FileManager/ |
ExtractCallback.h | 236 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
|
ProgressDialog2.h | 90 void Set_Ratio(const UInt64 *inSize, const UInt64 *outSize);
|
/external/zopfli/src/zopflipng/lodepng/ |
lodepng.h | 152 outsize: Output parameter. Pointer to the size in bytes of the out buffer. 161 unsigned lodepng_encode_memory(unsigned char** out, size_t* outsize, 166 unsigned lodepng_encode32(unsigned char** out, size_t* outsize, 170 unsigned lodepng_encode24(unsigned char** out, size_t* outsize, 675 /*This function allocates the out buffer with standard malloc and stores the size in *outsize.*/ 676 unsigned lodepng_encode(unsigned char** out, size_t* outsize, [all...] |
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWC2On1Adapter.h | 97 void dump(uint32_t* outSize, char* outBuffer); 98 static void dumpHook(hwc2_device_t* device, uint32_t* outSize, 100 getAdapter(device)->dump(outSize, outBuffer); 204 HWC2::Error getName(uint32_t* outSize, char* outName);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterTinyPlanet.java | 71 Bitmap bitmapIn, int width, int height, Bitmap bitmapOut, int outSize, float scale,
|
/build/tools/zipalign/ |
ZipFile.cpp | 890 size_t outSize = 0; 903 &outBuf, &outSize); 932 ZopfliDeflate(&options, 2, atEof, inBuf, getSize, &bp, &outBuf, &outSize); 937 ALOGV("+++ writing %d bytes\n", (int)outSize); 938 if (fwrite(outBuf, 1, outSize, dstFp) != outSize) { 939 ALOGD("write %d failed in deflate\n", (int)outSize); [all...] |
/hardware/intel/common/libmix/mix_audio/src/ |
mixaudio.c | 108 MIX_RESULT mix_audio_decode_default(MixAudio *mix, const MixIOVec *iovin, gint iovincnt, guint64 *insize, MixIOVec *iovout, gint iovoutcnt, guint64 *outsize); 142 static MIX_RESULT mix_audio_SST_STREAM_DECODE(MixAudio *mix, const MixIOVec *iovin, gint iovincnt, guint64 *insize, MixIOVec *iovout, gint iovoutcnt, guint64 *outsize); 552 MIX_RESULT mix_audio_decode_default(MixAudio *mix, const MixIOVec *iovin, gint iovincnt, guint64 *insize, MixIOVec *iovout, gint iovoutcnt, guint64 *outsize) 565 ret = mix_audio_SST_STREAM_DECODE(mix, iovin, iovincnt, insize, iovout, iovoutcnt, outsize); [all...] |
/external/lzma/CS/7zip/Compress/LZMA/ |
LzmaEncoder.cs | 1063 public void CodeOneBlock(out Int64 inSize, out Int64 outSize, out bool finished)
1066 outSize = 0;
[all...] |
/external/lzma/Java/SevenZip/Compression/LZMA/ |
Encoder.java | 1063 public void CodeOneBlock(long[] inSize, long[] outSize, boolean[] finished) throws IOException
1066 outSize[0] = 0;
[all...] |
/hardware/intel/common/libmix/videoencoder/ |
VideoEncoderBase.cpp | [all...] |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
CodeItem.java | 97 int outSize = reader.readUshort(); 98 out.annotate(2, "outs_size = %d", outSize);
|
/external/squashfs-tools/squashfs-tools/ |
gzip_wrapper.c | 454 static int gzip_uncompress(void *d, void *s, int size, int outsize, int *error) 457 unsigned long bytes = outsize;
|
xz_wrapper.c | 487 static int xz_uncompress(void *dest, void *src, int size, int outsize, 495 src, &src_pos, size, dest, &dest_pos, outsize);
|
/external/lzma/CPP/7zip/Archive/ |
SplitHandler.cpp | 325 lps->InSize = lps->OutSize = currentTotalSize;
|
/external/libjpeg-turbo/ |
cjpeg.c | 499 unsigned long outsize = 0; local 604 jpeg_mem_dest(&cinfo, &outbuffer, &outsize); 634 fprintf(stderr, "Compressed size: %lu bytes\n", outsize);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
H264TrackImpl.java | 310 int outsize = 0; local 312 outsize += buffers.get(i).length + 4; 314 byte[] output = new byte[outsize];
|
/frameworks/base/docs/html/ndk/reference/ |
struct_a_native_activity_callbacks.jd | 22 <tr class="memitem:a16a270d24a484a376e28bc6c48fc22a1"><td class="memItemLeft" align="right" valign="top">void *(* </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_a_native_activity_callbacks.html#a16a270d24a484a376e28bc6c48fc22a1">onSaveInstanceState</a> )(<a class="el" href="struct_a_native_activity.html">ANativeActivity</a> *activity, size_t *outSize)</td></tr> 215 <td class="memname">void*(* onSaveInstanceState)(<a class="el" href="struct_a_native_activity.html">ANativeActivity</a> *activity, size_t *outSize)</td> 219 <p>Framework is asking NativeActivity to save its current instance state. See Java documentation for Activity.onSaveInstanceState() for more information. The returned pointer needs to be created with malloc(); the framework will call free() on it for you. You also must fill in outSize with the number of bytes in the allocation. Note that the saved state will be persisted, so it can not contain any active entities (pointers to memory, file descriptors, etc). </p>
|