Home
last modified time | relevance | path

Searched defs:out (Results 1 – 25 of 51) sorted by relevance

123

/development/perftests/panorama/feature_mos/src/mosaic/
DImageUtils.cpp28 void ImageUtils::rgba2yvu(ImageType out, ImageType in, int width, int height) in rgba2yvu()
73 void ImageUtils::rgb2yvu(ImageType out, ImageType in, int width, int height) in rgb2yvu()
121 ImageType out = ImageUtils::allocateImage(width, height, 1); in rgb2gray() local
146 ImageType ImageUtils::rgb2gray(ImageType out, ImageType in, int width, int height) in rgb2gray()
190 void ImageUtils::yvu2rgb(ImageType out, ImageType in, int width, int height) in yvu2rgb()
235 void ImageUtils::yvu2bgr(ImageType out, ImageType in, int width, int height) in yvu2bgr()
DPyramid.cpp148 void PyramidShort::BorderExpandOdd(PyramidShort *in, PyramidShort *out, PyramidShort *scr, in BorderExpandOdd()
213 void PyramidShort::BorderReduceOdd(PyramidShort *in, PyramidShort *out, PyramidShort *scr) in BorderReduceOdd()
/development/samples/BackupRestore/src/com/example/android/backuprestore/
DMultiRecordExampleAgent.java107 DataOutputStream out = new DataOutputStream(bufStream); in onBackup() local
137 DataOutputStream out = new DataOutputStream(outstream); in writeStateFile() local
DExampleAgent.java183 DataOutputStream out = new DataOutputStream(outstream); in writeStateFile() local
/development/tools/checkstyle/
Dcheckstyle.py101 def _WarnIfUntrackedFiles(out=sys.stdout): argument
218 def _GetModifiedFiles(commit, out=sys.stdout): argument
/development/perftests/panorama/feature_stab/src/dbreg/
Dvp_motionmodel.c90 int inv4Mat(const VP_MOTION* in, VP_MOTION* out) in inv4Mat()
179 int vp_invert_motion(const VP_MOTION* in,VP_MOTION* out) in vp_invert_motion()
338 int vp_zoom_motion2d(VP_MOTION* in, VP_MOTION* out, in vp_zoom_motion2d()
Ddbstabsmooth.cpp307 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out) in vpmotion_add()
319 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out) in vpmotion_multiply()
/development/samples/browseable/TextSwitcher/src/com.example.android.textswitcher/
DMainActivity.java58 Animation out = AnimationUtils.loadAnimation(this, in onCreate() local
/development/tools/idegen/src/
DFiles.java44 FileWriter out = new FileWriter(file); in toFile() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DTextSwitcher1.java53 Animation out = AnimationUtils.loadAnimation(this, in onCreate() local
/development/ndk/platforms/android-3/include/linux/
Dcoda.h254 struct coda_out_hdr out; member
264 struct coda_out_hdr out; member
274 struct coda_out_hdr out; member
309 struct coda_out_hdr out; member
319 struct coda_out_hdr out; member
360 struct coda_out_hdr out; member
371 struct coda_out_hdr out; member
383 struct coda_out_hdr out; member
406 struct coda_out_hdr out; member
418 struct coda_out_hdr out; member
[all …]
/development/ndk/platforms/android-21/include/linux/
Dcoda.h275 struct coda_out_hdr out; member
285 struct coda_out_hdr out; member
295 struct coda_out_hdr out; member
331 struct coda_out_hdr out; member
341 struct coda_out_hdr out; member
384 struct coda_out_hdr out; member
395 struct coda_out_hdr out; member
407 struct coda_out_hdr out; member
431 struct coda_out_hdr out; member
444 struct coda_out_hdr out; member
[all …]
/development/tools/idegen/src/com/android/idegen/
DIntellijProject.java127 File out = new File(ideaDir, "modules.xml"); in createModulesFile() local
160 File out = new File(ideaDir, ".name"); in createNameFile() local
/development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
DHelloCompute.java48 ImageView out = (ImageView) findViewById(R.id.displayout); in onCreate() local
/development/samples/Vault/src/com/example/android/vault/
DUtils.java50 final OutputStream out = new FileOutputStream(file); in writeFully() local
/development/tools/yuv420sp2rgb/
Dyuv420sp2rgb.c136 unsigned char *out = ctx->buffer; in common_rgb_cb() local
199 void *in, *out; in convert() local
/development/samples/ToyVpn/src/com/example/android/toyvpn/
DToyVpnService.java162 FileOutputStream out = new FileOutputStream(mInterface.getFileDescriptor()); in run() local
/development/perftests/panorama/feature_stab/src/dbregtest/
DPgmImage.cpp195 ofstream out(filename.c_str(),std::ios::out |ios::binary); in WritePGM() local
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java424 private static int formatFloat(final char[] out, float val, int digits) { in formatFloat()
832 private void computeScrollSurfaceSize(Point out) { in computeScrollSurfaceSize()
1141 public void writeToParcel(Parcel out, int flags) { in writeToParcel()
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageFetcher.java269 BufferedOutputStream out = null; in downloadUrlToStream() local
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DDeviceDetailFragment.java278 public static boolean copyFile(InputStream inputStream, OutputStream out) { in copyFile()
/development/samples/browseable/AutoBackupForApps/src/com.example.android.autobackupsample/
DAddFileActivity.java226 FileOutputStream out = null; in createFileWithRandomDataAndFinishActivity() local
/development/ndk/sources/android/ndk_helper/
Dvecmath.cpp40 Vec4 out; in operator *() local
/development/samples/training/NsdChat/src/com/example/android/nsdchat/
DChatConnection.java272 PrintWriter out = new PrintWriter( in sendMessage() local
/development/tools/rmtypedefs/src/com/android/tools/rmtypedefs/
DRmTypeDefs.java159 static void usage(PrintStream out) { in usage()

123