[go: nahoru, domu]

Searched defs:outLen (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
H A Dbase64.cpp45 size_t outLen = (n / 4) * 3 - padding; local
47 sp<ABuffer> buffer = new ABuffer(outLen);
50 if (out == NULL || buffer->size() < outLen) {
83 if (j < outLen) { out[j++] = (accum >> 8) & 0xff; }
84 if (j < outLen) { out[j++] = accum & 0xff; }
/frameworks/rs/cpu_ref/
H A DrsCpuCoreRuntime.h49 uint32_t outLen; member in struct:RsExpandKernelDriverInfo
/frameworks/base/core/java/android/content/pm/
H A DSignature.java121 * @param outLen Output parameter for the number of characters written in
127 public char[] toChars(char[] existingArray, int[] outLen) { argument
140 if (outLen != null) outLen[0] = N;
/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreSignatureSpiBase.java310 protected final int engineSign(byte[] out, int outOffset, int outLen) argument
312 return super.engineSign(out, outOffset, outLen);
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG4AudioAssembler.cpp68 size_t outLen = s.size() / 2; local
69 sp<ABuffer> buffer = new ABuffer(outLen);
H A DAPacketSource.cpp77 size_t outLen = s.size() / 2; local
78 sp<ABuffer> buffer = new ABuffer(outLen);
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessStats.java847 static byte[] readFully(InputStream stream, int[] outLen) throws IOException { argument
858 outLen[0] = pos;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 427 milliseconds