Searched refs:out (Results 26 - 50 of 652) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/foundation/
H A Dbase64.cpp47 uint8_t *out = buffer->data(); local
76 out[j++] = (accum >> 16);
78 if (j < outLen) { out[j++] = (accum >> 8) & 0xff; }
79 if (j < outLen) { out[j++] = accum & 0xff; }
103 const void *_data, size_t size, AString *out) {
104 out->clear();
114 out->append(encode6Bit(x1 >> 2));
115 out->append(encode6Bit((x1 << 4 | x2 >> 4) & 0x3f));
116 out->append(encode6Bit((x2 << 2 | x3 >> 6) & 0x3f));
117 out
102 encodeBase64( const void *_data, size_t size, AString *out) argument
[all...]
/frameworks/base/core/java/android/speech/srec/
H A DWaveHeader.java226 * @param out {@link java.io.OutputStream} to receive the header.
230 public int write(OutputStream out) throws IOException { argument
232 writeId(out, "RIFF");
233 writeInt(out, 36 + mNumBytes);
234 writeId(out, "WAVE");
237 writeId(out, "fmt ");
238 writeInt(out, 16);
239 writeShort(out, mFormat);
240 writeShort(out, mNumChannels);
241 writeInt(out, mSampleRat
253 writeId(OutputStream out, String id) argument
257 writeInt(OutputStream out, int val) argument
264 writeShort(OutputStream out, short val) argument
[all...]
/frameworks/base/libs/androidfw/tests/
H A DTestHelpers.h11 static inline ::std::ostream& operator<<(::std::ostream& out, const android::String8& str) { argument
12 return out << str.string();
15 static inline ::std::ostream& operator<<(::std::ostream& out, const android::String16& str) { argument
16 return out << android::String8(str).string();
27 static inline ::std::ostream& operator<<(::std::ostream& out, const android::ResTable_config& c) { argument
28 return out << c.toString().string();
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dexposure.rs28 uchar4 out = {0, 0, 0, 255};
30 out.rgb = convert_uchar3(clamp(convert_int3(t * bright), 0, 255));
31 return out;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddct_inline.h29 int32 out; local
33 out = op2 * 724 + op3; /* op1 is not used here */
35 return out;
62 int32 out; local
66 out = k6 * 1338 + k1;
68 return out;
73 int32 out; local
77 out = k6 * 946 + k1;
79 return out;
113 int32 out; local
117 smlabb out, op1, op2, op3 local
149 int32 out; local
153 smlabb out, k6, k14, k1 local
161 int32 out; local
165 smlabb out, k6, k14, k1 local
176 int32 out; local
180 and out, op2, #0xFFFF local
181 mla out, op1, out, op3 local
215 int32 out; local
219 and out, k14, 0xFFFF local
220 mla out, k6, out, k1 local
228 int32 out; local
232 and out, k14, 0xFFFF local
233 mla out, k6, out, k1 local
271 register int32 out; local
287 register int32 out; local
303 register int32 out; local
319 register int32 out; local
334 register int32 out; local
[all...]
H A Ddct.cpp33 Output: out[64] ==> next block
38 Void BlockDCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) argument
50 dst = out + 64 ;
52 out += 128;
158 while (dst < out);
160 out -= 64;
161 dst = out + 8;
166 k0 = out[0];
167 k1 = out[8];
168 k2 = out[1
267 Block4x4DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) argument
473 Block2x2DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) argument
652 BlockDCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width) argument
863 Block4x4DCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width) argument
1050 Block2x2DCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width) argument
1210 Block1x1DCTwSub(Short *out, UChar *cur, UChar *pred, Int width) argument
1247 Block1x1DCTIntra(Short *out, UChar *cur, UChar *dummy2, Int width) argument
[all...]
/frameworks/av/services/audioflinger/
H A DAudioResamplerFirProcessNeon.h32 // Macros to save a mono/stereo accumulator sample in q0 (and q4) as stereo out.
35 "vld1.s32 {d3}, %[out] \n"/* (2) unaligned load the output */\
40 "vst1.s32 {d3}, %[out] \n"/* (2+2d) store result */
44 "vld1.s32 {d3}, %[out] \n"/* (2) unaligned load the output*/\
50 "vst1.s32 {d3}, %[out] \n"/* (2+2d)store result*/
53 inline void ProcessL<1, 16>(int32_t* const out, argument
91 : [out] "=Uv" (out[0]),
105 inline void ProcessL<2, 16>(int32_t* const out, argument
148 : [out] "
163 Process(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* coefsP1, const int16_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
233 Process(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* coefsP1, const int16_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
309 ProcessL(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
370 ProcessL(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
450 Process(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int32_t* coefsP1, const int32_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
535 Process(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int32_t* coefsP1, const int32_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
639 ProcessL(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
689 ProcessL(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
742 Process(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* coefsP1, const int16_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
810 Process(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* coefsP1, const int16_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
881 ProcessL(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
935 ProcessL(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
997 Process(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int32_t* coefsP1, const int32_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
1069 Process(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int32_t* coefsP1, const int32_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
[all...]
/frameworks/base/core/java/android/hardware/camera2/
H A DICameraDeviceUser.aidl38 out LongParcelable lastFrameNumber);
41 out LongParcelable lastFrameNumber);
43 int cancelRequest(int requestId, out LongParcelable lastFrameNumber);
71 int createDefaultRequest(int templateId, out CameraMetadataNative request);
73 int getCameraInfo(out CameraMetadataNative info);
77 int flush(out LongParcelable lastFrameNumber);
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkIdentitySet.java68 public void writeToStream(DataOutputStream out) throws IOException { argument
69 out.writeInt(VERSION_ADD_NETWORK_ID);
70 out.writeInt(size());
72 out.writeInt(ident.getType());
73 out.writeInt(ident.getSubType());
74 writeOptionalString(out, ident.getSubscriberId());
75 writeOptionalString(out, ident.getNetworkId());
76 out.writeBoolean(ident.getRoaming());
80 private static void writeOptionalString(DataOutputStream out, String value) throws IOException { argument
82 out
[all...]
/frameworks/base/core/java/android/hardware/
H A DICameraService.aidl40 int getCameraInfo(int cameraId, out CameraInfo info);
46 out BinderHolder device);
52 out BinderHolder device);
58 out BinderHolder device);
63 int getCameraCharacteristics(int cameraId, out CameraMetadataNative info);
71 int getCameraVendorTagDescriptor(out BinderHolder desc);
74 int getLegacyParameters(int cameraId, out String[] parameters);
83 out BinderHolder device);
/frameworks/base/core/java/android/ddm/
H A DDdmHandleHello.java140 ByteBuffer out = ByteBuffer.allocate(28
145 out.order(ChunkHandler.CHUNK_ORDER);
146 out.putInt(DdmServer.CLIENT_PROTOCOL_VERSION);
147 out.putInt(android.os.Process.myPid());
148 out.putInt(vmIdent.length());
149 out.putInt(appName.length());
150 putString(out, vmIdent);
151 putString(out, appName);
152 out.putInt(UserHandle.myUserId());
153 out
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_stream.c75 u32 out; local
80 out = h264bsdShowBits32(pStrmData) >> (32 - numBits);
84 return(out);
119 u32 out; local
137 out = ((u32)pStrm[0] << 24) | ((u32)pStrm[1] << 16) |
144 out <<= bitPosInWord;
145 out |= byte>>tmp;
147 return (out);
153 out = (u32)(*pStrm++) << shift;
158 out |
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDeviceOwnerTest.java39 DeviceOwner out = new DeviceOwner(null, mOutputStreamForTest);
40 out.setDeviceOwner("some.device.owner.package", "owner");
41 out.writeOwnerFile();
54 DeviceOwner out = new DeviceOwner(null, mOutputStreamForTest);
55 out.setProfileOwner("some.profile.owner.package", "some-company", 1);
56 out.writeOwnerFile();
70 DeviceOwner out = new DeviceOwner(null, mOutputStreamForTest);
71 out.setDeviceOwner("some.device.owner.package", "owner");
72 out.setProfileOwner("some.profile.owner.package", "some-company", 1);
73 out
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DAudioBiquadFilter.h76 // out The output buffer. Should be of size frameCount * nChannels.
78 void process(const audio_sample_t in[], audio_sample_t out[],
157 void process_bypass(const audio_sample_t * in, audio_sample_t * out,
160 void process_normal_mono(const audio_sample_t * in, audio_sample_t * out,
164 audio_sample_t * out, int frameCount);
167 audio_sample_t * out, int frameCount);
169 void process_normal_multi(const audio_sample_t * in, audio_sample_t * out,
173 audio_sample_t * out, int frameCount);
176 audio_sample_t * out, int frameCount);
/frameworks/base/core/java/android/database/
H A DBulkCursorDescriptor.java56 public void writeToParcel(Parcel out, int flags) { argument
57 out.writeStrongBinder(cursor.asBinder());
58 out.writeStringArray(columnNames);
59 out.writeInt(wantsAllOnMoveCalls ? 1 : 0);
60 out.writeInt(count);
62 out.writeInt(1);
63 window.writeToParcel(out, flags);
65 out.writeInt(0);
/frameworks/base/wifi/java/android/net/wifi/
H A DRssiPacketCountInfo.java51 public void writeToParcel(Parcel out, int flags) { argument
52 out.writeInt(rssi);
53 out.writeInt(txgood);
54 out.writeInt(txbad);
55 out.writeInt(rxgood);
/frameworks/base/core/java/android/util/
H A DJsonWriter.java71 * public void writeJsonStream(OutputStream out, List<Message> messages) throws IOException {
72 * JsonWriter writer = new JsonWriter(new OutputStreamWriter(out, "UTF-8"));
123 private final Writer out; field in class:JsonWriter
144 * Creates a new instance that writes a JSON-encoded stream to {@code out}.
148 public JsonWriter(Writer out) { argument
149 if (out == null) {
150 throw new NullPointerException("out == null");
152 this.out = out;
241 out
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DEntropyMixer.java160 PrintWriter out = null;
162 out = new PrintWriter(new FileOutputStream(randomDevice));
163 out.println("Copyright (C) 2009 The Android Open Source Project");
164 out.println("All Your Randomness Are Belong To Us");
165 out.println(START_TIME);
166 out.println(START_NANOTIME);
167 out.println(SystemProperties.get("ro.serialno"));
168 out.println(SystemProperties.get("ro.bootmode"));
169 out.println(SystemProperties.get("ro.baseband"));
170 out
[all...]
/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl39 in int viewVisibility, out Rect outContentInsets, out Rect outStableInsets,
40 out InputChannel outInputChannel);
42 in int viewVisibility, in int layerStackId, out Rect outContentInsets,
43 out Rect outStableInsets, out InputChannel outInputChannel);
45 in int viewVisibility, out Rect outContentInsets, out Rect outStableInsets);
47 in int viewVisibility, in int layerStackId, out Rect outContentInsets,
48 out Rec
[all...]
/frameworks/base/core/tests/coretests/src/android/os/
H A DIAidlTest.aidl26 AidlTest.TestParcelable parcelableOut(out AidlTest.TestParcelable p);
34 boolean[] booleanArray(in boolean[] a0, out boolean[] a1, inout boolean[] a2);
35 char[] charArray(in char[] a0, out char[] a1, inout char[] a2);
36 int[] intArray(in int[] a0, out int[] a1, inout int[] a2);
37 long[] longArray(in long[] a0, out long[] a1, inout long[] a2);
38 float[] floatArray(in float[] a0, out float[] a1, inout float[] a2);
39 double[] doubleArray(in double[] a0, out double[] a1, inout double[] a2);
40 String[] stringArray(in String[] a0, out String[] a1, inout String[] a2);
42 out AidlTest.TestParcelable[] a1,
/frameworks/base/core/java/android/app/
H A DProfilerInfo.java57 public void writeToParcel(Parcel out, int flags) { argument
58 out.writeString(profileFile);
60 out.writeInt(1);
61 profileFd.writeToParcel(out, flags);
63 out.writeInt(0);
65 out.writeInt(samplingInterval);
66 out.writeInt(autoStopProfiler ? 1 : 0);
H A DResultInfo.java49 public void writeToParcel(Parcel out, int flags) { argument
50 out.writeString(mResultWho);
51 out.writeInt(mRequestCode);
52 out.writeInt(mResultCode);
54 out.writeInt(1);
55 mData.writeToParcel(out, 0);
57 out.writeInt(0);
/frameworks/base/core/java/android/net/
H A DNetworkState.java62 public void writeToParcel(Parcel out, int flags) { argument
63 out.writeParcelable(networkInfo, flags);
64 out.writeParcelable(linkProperties, flags);
65 out.writeParcelable(networkCapabilities, flags);
66 out.writeParcelable(network, flags);
67 out.writeString(subscriberId);
68 out.writeString(networkId);
/frameworks/base/core/java/android/content/pm/
H A DProviderInfo.java127 @Override public void writeToParcel(Parcel out, int parcelableFlags) { argument
128 super.writeToParcel(out, parcelableFlags);
129 out.writeString(authority);
130 out.writeString(readPermission);
131 out.writeString(writePermission);
132 out.writeInt(grantUriPermissions ? 1 : 0);
133 out.writeTypedArray(uriPermissionPatterns, parcelableFlags);
134 out.writeTypedArray(pathPermissions, parcelableFlags);
135 out.writeInt(multiprocess ? 1 : 0);
136 out
[all...]
/frameworks/base/media/mca/filterfw/native/core/
H A Dgeometry.cpp46 Point out; local
47 out.x_ = x_ + other.x_;
48 out.y_ = y_ + other.y_;
49 return out;
53 Point out; local
54 out.x_ = x_ - other.x_;
55 out.y_ = y_ - other.y_;
56 return out;
60 Point out; local
61 out
[all...]

Completed in 609 milliseconds

1234567891011>>