Searched defs:out (Results 126 - 145 of 145) sorted by relevance

123456

/frameworks/base/media/libstagefright/
H A DMPEG4Extractor.cpp1456 MediaBuffer **out, const ReadOptions *options) {
1461 *out = NULL;
1535 *out = mBuffer;
1573 *out = clone;
1629 *out = mBuffer;
1455 read( MediaBuffer **out, const ReadOptions *options) argument
/frameworks/base/media/libstagefright/codecs/avc/dec/src/
H A Dpred_inter.cpp366 uint8 *out, int blkwidth, int blkheight)
391 prev_pix = (pix4 << 24) & 0xFF000000; /* mask out byte belong to previous word */
393 *((uint32*)out) = result; /* write 4 bytes */
394 out += 4;
398 out += out_offset;
412 prev_pix = (pix4 << 16) & 0xFFFF0000; /* mask out byte belong to previous word */
414 *((uint32*)out) = result; /* write 4 bytes */
415 out += 4;
419 out += out_offset;
432 prev_pix = (pix4 << 8) & 0xFFFFFF00; /* mask out byt
365 CreateAlign(uint8 *ref, int picwidth, int y_pos, uint8 *out, int blkwidth, int blkheight) argument
445 CreatePad(uint8 *ref, int picwidth, int picheight, int x_pos, int y_pos, uint8 *out, int blkwidth, int blkheight) argument
547 HorzInterp1MC(uint8 *in, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight, int dx) argument
837 HorzInterp2MC(int *in, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight, int dx) argument
996 HorzInterp3MC(uint8 *in, int inpitch, int *out, int outpitch, int blkwidth, int blkheight) argument
1061 VertInterp1MC(uint8 *in, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight, int dy) argument
1364 VertInterp2MC(uint8 *in, int inpitch, int *out, int outpitch, int blkwidth, int blkheight) argument
1430 VertInterp3MC(int *in, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight, int dy) argument
1589 DiagonalInterpMC(uint8 *in1, uint8 *in2, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight) argument
1932 FullPelMC(uint8 *in, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight) argument
2021 uint8 *ref, *out; local
2113 uint8 *ref, *out; local
2162 uint8 *ref, *out; local
2204 int32 *out; local
[all...]
/frameworks/base/opengl/libagl/
H A Dprimitives.cpp600 // being culled out. So it's okay to light the vertices here, even though
873 vertex_t* out[2][MAX_CLIPPING_PLANES + MAX_VERTICES + 2]; local
895 vertex_t** const ovl = &out[outi][0];
961 vertex_t** const ovl = &out[outi][0];
/frameworks/base/services/java/com/android/server/
H A DProcessStats.java502 private long[] getCpuSpeedTimes(long[] out) { argument
503 long[] tempTimes = out;
506 if (out == null) {
525 if (localLOGV && out == null) {
534 if (out == null) {
535 out = new long[speed];
538 System.arraycopy(tempTimes, 0, out, 0, speed);
540 return out;
H A DPackageManagerService.java130 adb install -r -f out/target/product/passion/data/app/AndroidTests.apk
165 * figure out incomplete installations. Say a package is being installed
170 * pulled out) occurs during installation of a package, the PackageManager
459 // Something seriously wrong. Bail out
1346 String[] out = new String[names.length];
1350 out[i] = ps != null && ps.realName != null ? ps.realName : names[i];
1353 return out;
1357 String[] out = new String[names.length];
1361 out[i] = cur != null ? cur : names[i];
1364 return out;
4342 dumpFilter(PrintWriter out, String prefix, PackageParser.ActivityIntentInfo filter) argument
4500 dumpFilter(PrintWriter out, String prefix, PackageParser.ServiceIntentInfo filter) argument
8898 readPermissionsLP(HashMap<String, BasePermission> out, XmlPullParser parser) argument
[all...]
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp634 ResTable_config* out)
637 if (out) out->mcc = 0;
658 if (out) out->mcc = d;
666 ResTable_config* out)
669 if (out) out->mcc = 0;
690 if (out) out
633 getMccName(const char* name, ResTable_config* out) argument
665 getMncName(const char* name, ResTable_config* out) argument
704 getLocaleName(const char* fileName, ResTable_config* out) argument
746 getScreenLayoutSizeName(const char* name, ResTable_config* out) argument
774 getScreenLayoutLongName(const char* name, ResTable_config* out) argument
797 getOrientationName(const char* name, ResTable_config* out) argument
817 getUiModeTypeName(const char* name, ResTable_config* out) argument
840 getUiModeNightName(const char* name, ResTable_config* out) argument
863 getDensityName(const char* name, ResTable_config* out) argument
925 getTouchscreenName(const char* name, ResTable_config* out) argument
945 getKeysHiddenName(const char* name, ResTable_config* out) argument
972 getKeyboardName(const char* name, ResTable_config* out) argument
992 getNavHiddenName(const char* name, ResTable_config* out) argument
1016 getNavigationName(const char* name, ResTable_config* out) argument
1039 getScreenSizeName(const char* name, ResTable_config* out) argument
1075 getVersionName(const char* name, ResTable_config* out) argument
[all...]
H A DImages.cpp451 // Figure out the number of rows and columns in the N-patch
694 png_bytep out = outRows[j]; local
742 *out++ = idx;
817 png_bytep out = outRows[j]; local
825 *out++ = rr;
827 *out++ = (png_byte) (rr * 0.2126f + gg * 0.7152f + bb * 0.0722f);
830 *out++ = aa;
/frameworks/base/core/java/android/content/
H A DSyncStorageEngine.java75 // TODO: i18n -- grab these out of resources.
101 // TODO: i18n -- grab these out of resources.
857 // Clean out all data structures.
1347 // Only write these if they are out of date.
1351 // Just always write these... they are likely out of date.
1541 // Otherwise clear out this default list since we will populate it later with
1624 XmlSerializer out = new FastXmlSerializer();
1625 out.setOutput(fos, "utf-8");
1626 out.startDocument(null, true);
1627 out
1955 writePendingOperationLocked(PendingOperation op, Parcel out) argument
[all...]
H A DIntent.java1731 * <p>Broadcast Action: The user has switched the phone into or out of Airplane Mode. One or
2462 * explicit user action has caused their activity to be moved out of the
5414 public void writeToParcel(Parcel out, int flags) { argument
5415 out.writeString(mAction);
5416 Uri.writeToParcel(out, mData);
5417 out.writeString(mType);
5418 out.writeInt(mFlags);
5419 out.writeString(mPackage);
5420 ComponentName.writeToParcel(mComponent, out);
5423 out
[all...]
/frameworks/base/core/java/android/os/
H A DBatteryStats.java614 private final static void formatTimeRaw(StringBuilder out, long seconds) { argument
617 out.append(days);
618 out.append("d ");
624 out.append(hours);
625 out.append("h ");
631 out.append(mins);
632 out.append("m ");
637 out.append(seconds-used);
638 out.append("s ");
/frameworks/base/core/java/android/view/
H A DKeyEvent.java1199 public void writeToParcel(Parcel out, int flags) { argument
1200 out.writeInt(mAction);
1201 out.writeInt(mKeyCode);
1202 out.writeInt(mRepeatCount);
1203 out.writeInt(mMetaState);
1204 out.writeInt(mDeviceId);
1205 out.writeInt(mScancode);
1206 out.writeInt(mFlags);
1207 out.writeLong(mDownTime);
1208 out
[all...]
H A DViewRoot.java672 System.out.println("======================================");
673 System.out.println("performTraversals");
804 System.out.println("======================================");
805 System.out.println("performTraversals -- after measure");
875 // window, waiting until we can finish laying out this window
1039 "ViewRoot", "Laying out " + host + " to (" +
1063 // start out transparent
1086 System.out.println("======================================");
1087 System.out.println("performTraversals -- after setFrame");
1202 * Figures out th
2979 executeCommand(String command, String parameters, ParcelFileDescriptor out) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DListView.java484 * The list is empty. Clear everything out.
1020 // (This can happen if the data changes size out from under us)
1216 // We went over, figure out which height to return. If returnedHeight > maxHeight,
1546 // Clear out old views
2420 * Re-measure a child, and if its height changes, lay it out preserving its
2430 // lay out the view, preserving its top
3165 // figure out which item should be selected based on previously
3202 * parsed them move them out of the children list and into mHeaderViews.
3598 public void writeToParcel(Parcel out, int flags) { argument
3599 super.writeToParcel(out, flag
[all...]
H A DAbsListView.java821 public void writeToParcel(Parcel out, int flags) { argument
822 super.writeToParcel(out, flags);
823 out.writeLong(selectedId);
824 out.writeLong(firstId);
825 out.writeInt(viewTop);
826 out.writeInt(position);
827 out.writeInt(height);
828 out.writeString(filter);
998 * The list is empty. Clear everything out.
1688 // bail out befor
[all...]
H A DTextView.java1355 // out all of the fields in the existing structure.
2312 public void writeToParcel(Parcel out, int flags) { argument
2313 super.writeToParcel(out, flags);
2314 out.writeInt(selStart);
2315 out.writeInt(selEnd);
2316 out.writeInt(frozenWithFocus ? 1 : 0);
2317 TextUtils.writeToParcel(text, out, flags);
2320 out.writeInt(0);
2322 out.writeInt(1);
2323 TextUtils.writeToParcel(error, out, flag
[all...]
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp98 // Find out how many vertices we need to transform
821 * @param out an ETC1 compressed version of the data.
825 jobject in, jint validPixelMask, jobject out) {
831 BufferHelper outB(env, out);
832 if (inB.checkPointer("in") && outB.checkPointer("out")) {
836 env->ThrowNew(gIAEClass, "out's remaining data < ENCODED_BLOCK_SIZE");
849 * @param out a pointer to a ETC_DECODED_BLOCK_SIZE array of bytes that represent a
854 jobject in, jobject out){
856 BufferHelper outB(env, out);
857 if (inB.checkPointer("in") && outB.checkPointer("out")) {
824 etc1_encodeBlock(JNIEnv *env, jclass clazz, jobject in, jint validPixelMask, jobject out) argument
853 etc1_decodeBlock(JNIEnv *env, jclass clazz, jobject in, jobject out) argument
883 etc1_encodeImage(JNIEnv *env, jclass clazz, jobject in, jint width, jint height, jint pixelSize, jint stride, jobject out) argument
915 etc1_decodeImage(JNIEnv *env, jclass clazz, jobject in, jobject out, jint width, jint height, jint pixelSize, jint stride) argument
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java156 native void nProgramFragmentStoreBegin(int in, int out); argument
164 native int nProgramRasterCreate(int in, int out, boolean pointSmooth, boolean lineSmooth, boolean pointSprite); argument
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1028 nProgramFragmentStoreBegin(JNIEnv *_env, jobject _this, jint in, jint out) argument
1031 LOG_API("nProgramFragmentStoreBegin, con(%p), in(%p), out(%p)", con, (RsElement)in, (RsElement)out);
1032 rsProgramFragmentStoreBegin(con, (RsElement)in, (RsElement)out);
1174 nProgramRasterCreate(JNIEnv *_env, jobject _this, jint in, jint out, argument
1178 LOG_API("nProgramRasterCreate, con(%p), in(%p), out(%p), pointSmooth(%i), lineSmooth(%i), pointSprite(%i)",
1179 con, (RsElement)in, (RsElement)out, pointSmooth, lineSmooth, pointSprite);
1180 return (jint)rsProgramRasterCreate(con, (RsElement)in, (RsElement)out, pointSmooth, lineSmooth, pointSprite);
/frameworks/base/awt/java/awt/
H A DComponent.java1237 * c.setVisible(false); System.out.println(c);
1317 * @param out
1318 * the out.
1360 * @param out
1365 public void list(PrintStream out, int indent) { argument
1368 out.println(getIndentStr(indent) + this);
1377 * @param out
1380 public void list(PrintWriter out) { argument
1383 list(out, 1);
1393 * @param out
1398 list(PrintWriter out, int indent) argument
1429 list(PrintStream out) argument
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java253 public void writeToParcel(Parcel out) { argument
254 out.writeInt(mCount.get());
255 out.writeInt(mLoadedCount);
256 out.writeInt(mLastCount);
257 out.writeInt(mUnpluggedCount);
272 * @param out the Parcel to be written to.
275 public static void writeCounterToParcel(Parcel out, Counter counter) { argument
277 out.writeInt(0); // indicates null
280 out.writeInt(1); // indicates non-null
282 counter.writeToParcel(out);
313 writeSummaryFromParcelLocked(Parcel out) argument
414 writeToParcel(Parcel out, long batteryRealtime) argument
459 writeTimerToParcel(Parcel out, Timer timer, long batteryRealtime) argument
515 writeSummaryFromParcelLocked(Parcel out, long batteryRealtime) argument
658 writeToParcel(Parcel out, long batteryRealtime) argument
667 writeSummaryFromParcelLocked(Parcel out, long batteryRealtime) argument
722 writeToParcel(Parcel out, long batteryRealtime) argument
1725 writeToParcelLocked(Parcel out, long batteryRealtime) argument
1891 writeToParcelLocked(Parcel out, long batteryRealtime) argument
1934 writeToParcelLocked(Parcel out, long batteryRealtime) argument
2053 writeToParcelLocked(Parcel out) argument
2264 writeToParcelLocked(Parcel out) argument
2428 writeToParcelLocked(Parcel out) argument
3320 writeSummaryToParcel(Parcel out) argument
3582 writeToParcel(Parcel out, int flags) argument
3587 writeToParcelLocked(Parcel out, int flags) argument
[all...]

Completed in 335 milliseconds

123456