Searched refs:out (Results 126 - 150 of 546) sorted by relevance

1234567891011>>

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlur.cpp115 static void OneVU4(const RsForEachStubParamStruct *p, float4 *out, int32_t x, int32_t y, argument
130 out->xyzw = blurredPixel;
133 static void OneVU1(const RsForEachStubParamStruct *p, float *out, int32_t x, int32_t y, argument
147 out[0] = blurredPixel;
154 static void OneVFU4(float4 *out, argument
163 rsdIntrinsicBlurVFU4_K(out, ptrIn, iStride, gPtr, ct, x1, x1 + t);
180 out->xyzw = blurredPixel;
182 out++;
187 static void OneVFU1(float *out, argument
203 out[
241 OneHU4(const RsForEachStubParamStruct *p, uchar4 *out, int32_t x, const float4 *ptrIn, const float* gPtr, int iradius) argument
256 OneHU1(const RsForEachStubParamStruct *p, uchar *out, int32_t x, const float *ptrIn, const float* gPtr, int iradius) argument
286 uchar4 *out = (uchar4 *)p->out; local
347 uchar *out = (uchar *)p->out; local
[all...]
H A DrsCpuIntrinsicLUT.cpp61 uchar4 *out = (uchar4 *)p->out; local
74 *out = o;
76 out++;
H A DrsCpuIntrinsicYuvToRGB.cpp135 uchar4 *out = (uchar4 *)p->out; local
170 rsdIntrinsicYuv2_K(out, Y, u, v, len, YuvCoeff);
172 out += len << 3;
179 rsdIntrinsicYuv_K(out, Y, v, len, YuvCoeff);
181 out += len << 3;
183 rsdIntrinsicYuvR_K(out, Y, u, len, YuvCoeff);
185 out += len << 3;
197 *out = rsYuvToRGBA_uchar4(Y[x1], u[cx], v[cx]);
198 out
[all...]
/frameworks/base/obex/javax/obex/
H A DObexHelper.java338 * <code>false</code> if it should not be nulled out
352 ByteArrayOutputStream out = new ByteArrayOutputStream();
362 out.write((byte)HeaderSet.CONNECTION_ID);
363 out.write(headImpl.mConnectionID);
369 out.write((byte)HeaderSet.COUNT);
371 out.write(value);
380 out.write((byte)HeaderSet.NAME);
385 out.write(lengthArray);
386 out.write(value);
395 out
[all...]
/frameworks/av/services/audioflinger/
H A DAudioResampler.cpp45 virtual void resample(int32_t* out, size_t outFrameCount,
55 void resampleMono16(int32_t* out, size_t outFrameCount,
57 void resampleStereo16(int32_t* out, size_t outFrameCount,
61 size_t &outputIndex, int32_t* out, size_t &inputIndex, int32_t vl, int32_t vr,
64 size_t &outputIndex, int32_t* out, size_t &inputIndex, int32_t vl, int32_t vr,
280 void AudioResamplerOrder1::resample(int32_t* out, size_t outFrameCount,
289 resampleMono16(out, outFrameCount, provider);
292 resampleStereo16(out, outFrameCount, provider);
297 void AudioResamplerOrder1::resampleStereo16(int32_t* out, size_t outFrameCount,
339 out[outputInde
[all...]
/frameworks/base/cmds/media/src/com/android/commands/media/
H A DMedia.java53 public void onShowUsage(PrintStream out) { argument
54 out.println(
138 System.out.println("New client: id=" + clientGeneration
144 System.out.println("New enable state= " + (enabled ? "enabled" : "disabled"));
150 System.out.println("New state: id=" + generationId + " state=" + state
157 System.out.println("New control info: id=" + generationId
164 System.out.println("New metadata: id=" + generationId
170 System.out.println("New artwork: id=" + generationId
176 System.out.println("New metadata+artwork: id=" + generationId
181 System.out
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DDisplaySettings.java193 XmlSerializer out = new FastXmlSerializer();
194 out.setOutput(stream, "utf-8");
195 out.startDocument(null, true);
196 out.startTag(null, "display-settings");
199 out.startTag(null, "display");
200 out.attribute(null, "name", entry.name);
202 out.attribute(null, "overscanLeft", Integer.toString(entry.overscanLeft));
205 out.attribute(null, "overscanTop", Integer.toString(entry.overscanTop));
208 out.attribute(null, "overscanRight", Integer.toString(entry.overscanRight));
211 out
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DAudioShelvingFilter.h31 // when they are out of supported range.
96 // out Output buffer.
98 void process(const audio_sample_t in[], audio_sample_t out[], argument
99 int frameCount) { mBiquad.process(in, out, frameCount); }
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.h54 static void DecodeALaw(int16_t *out, const uint8_t *in, size_t inSize);
55 static void DecodeMLaw(int16_t *out, const uint8_t *in, size_t inSize);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgramCache.cpp52 friend Formatter& operator << (Formatter& out, const char* in) { argument
53 for (int i=0 ; i<out.mIndent ; i++) {
54 out.mString.append(" ");
56 out.mString.append(in);
57 out.mString.append("\n");
58 return out;
60 friend inline Formatter& operator << (Formatter& out, const String8& in) { argument
61 return operator << (out, in.string());
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dvibrance.rs32 void vibranceKernel(const uchar4 *in, uchar4 *out) {
55 out->r = rsClamp(Rc, 0, 255);
56 out->g = rsClamp(Gc, 0, 255);
57 out->b = rsClamp(Bc, 0, 255);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dvibrance.rs32 void vibranceKernel(const uchar4 *in, uchar4 *out) {
55 out->r = rsClamp(Rc, 0, 255);
56 out->g = rsClamp(Gc, 0, 255);
57 out->b = rsClamp(Bc, 0, 255);
/frameworks/base/core/java/android/view/
H A DInputDevice.java803 public void writeToParcel(Parcel out, int flags) { argument
804 out.writeInt(mId);
805 out.writeInt(mGeneration);
806 out.writeInt(mControllerNumber);
807 out.writeString(mName);
808 out.writeInt(mVendorId);
809 out.writeInt(mProductId);
810 out.writeString(mDescriptor);
811 out.writeInt(mIsExternal ? 1 : 0);
812 out
[all...]
/frameworks/base/core/java/android/content/pm/
H A DXmlSerializerAndParser.java28 void writeAsXml(T item, XmlSerializer out) throws IOException; argument
/frameworks/base/core/java/android/debug/
H A DJNITest.java39 System.out.println(stringArg + " : " + (float) doubleArg + " : " +
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUnitTest.java124 String out = name;
126 out += " - PASSED";
129 out += " - FAILED";
131 return out;
/frameworks/base/core/tests/coretests/src/android/net/
H A DSSLTest.java34 OutputStream out = ssl.getOutputStream();
35 assertNotNull(out);
42 // System.out.println("going for write...");
43 out.write(get.getBytes());
46 // System.out.println("going for read...");
49 // System.out.println(new String(b));
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DDelegateManager.java103 System.out.println("Unknown " + mClass.getSimpleName() + " with int " +
126 System.out.println("New " + mClass.getSimpleName() + " with int " + native_object);
140 System.out.println("Removing main Java ref on " + mClass.getSimpleName() +
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipProfile.java195 * @throws IllegalArgumentException if the port number is out of range
326 public void writeToParcel(Parcel out, int flags) { argument
327 out.writeSerializable(mAddress);
328 out.writeString(mProxyAddress);
329 out.writeString(mPassword);
330 out.writeString(mDomain);
331 out.writeString(mProtocol);
332 out.writeString(mProfileName);
333 out.writeInt(mSendKeepAlive ? 1 : 0);
334 out
[all...]
/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
H A DHelloComputeNDK.java33 native void nativeMono(int X, int Y, Bitmap in, Bitmap out); argument
47 ImageView out = (ImageView) findViewById(R.id.displayout);
48 out.setImageBitmap(mBitmapOut);
/frameworks/base/services/java/com/android/server/
H A DCertBlacklister.java83 FileOutputStream out = null;
90 out = new FileOutputStream(tmp);
91 out.write(blacklist.getBytes());
93 FileUtils.sync(out);
100 IoUtils.closeQuietly(out);
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSectionRelTable.hxx40 out() << '\n' << fillformat('=', 79) << '\n';
41 out().changeColor(raw_ostream::WHITE, true);
42 out() << "Relocation Table" << '\n';
43 out().resetColor();
49 out() << fillformat('=', 79) << '\n';
H A DELFSectionSymTab.hxx118 out() << '\n' << fillformat('=', 79) << '\n';
119 out().changeColor(raw_ostream::WHITE, true);
120 out() << "Symbol Table" << '\n';
121 out().resetColor();
127 out() << fillformat('=', 79) << '\n';
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDocumentInfo.java103 public void write(DataOutputStream out) throws IOException { argument
104 out.writeInt(VERSION_SPLIT_URI);
105 DurableUtils.writeNullableString(out, authority);
106 DurableUtils.writeNullableString(out, documentId);
107 DurableUtils.writeNullableString(out, mimeType);
108 DurableUtils.writeNullableString(out, displayName);
109 out.writeLong(lastModified);
110 out.writeInt(flags);
111 DurableUtils.writeNullableString(out, summary);
112 out
[all...]
H A DRootInfo.java105 public void write(DataOutputStream out) throws IOException { argument
106 out.writeInt(VERSION_DROP_TYPE);
107 DurableUtils.writeNullableString(out, authority);
108 DurableUtils.writeNullableString(out, rootId);
109 out.writeInt(flags);
110 out.writeInt(icon);
111 DurableUtils.writeNullableString(out, title);
112 DurableUtils.writeNullableString(out, summary);
113 DurableUtils.writeNullableString(out, documentId);
114 out
[all...]

Completed in 2495 milliseconds

1234567891011>>