HomeSort by relevance Sort by last modified time
    Searched refs:pics (Results 1 - 10 of 10) sorted by null

  /external/skia/bench/
PictureNestingBench.cpp 38 SkDEBUGCODE(int pics = ) this->sierpinsky(canvas, 0, fPaint);
39 SkASSERT(pics == this->countPics());
49 int pics = 0; local
56 pics++;
67 pics += this->sierpinsky(c, lvl, paint);
70 pics += this->sierpinsky(c, lvl, paint);
73 pics += this->sierpinsky(c, lvl, paint);
81 return pics;
89 // Solve: pics from sierpinsky
94 int pics = 1 local
    [all...]
  /external/skia/src/core/
SkBigPicture.h 27 SnapshotArray(const SkPicture* pics[], int count) : fPics(pics), fCount(count) {}
SkRecorder.cpp 26 SkAutoTMalloc<const SkPicture*> pics(count);
28 pics[i] = fArray[i]->newPictureSnapshot();
30 return new SkBigPicture::SnapshotArray(pics.detach(), count);
  /packages/apps/Camera2/tests/src/com/android/camera/stress/
ShotToShotLatency.java 63 File[] pics = null; local
69 pics = sdcard.listFiles(filter);
70 for (File f : pics) {
  /packages/apps/Camera2/tests_camera/src/com/android/camera/stress/
ShotToShotLatency.java 63 File[] pics = null; local
69 pics = sdcard.listFiles(filter);
70 for (File f : pics) {
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_MediaTest.java 87 File pics = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES); local
88 if (!pics.exists()) {
90 pics.mkdirs();
91 if (!pics.exists()) {
  /external/libmpeg2/test/decoder/
main.c 318 "Enable deinterlacing for interlaced pics\n" },
342 "Degrade pics : 0 : No degrade 1 : Only on non-reference frames 2 : Do not degrade every 4th or key frames 3 : All non-key frames 4 : All frames" },
480 /* pics - Pictures that are are degraded */
501 IV_API_CALL_STATUS_T set_degrade(void *codec_obj, UWORD32 type, WORD32 pics)
513 s_ctl_ip.i4_degrade_pics = pics;
532 ((void)(pics));
    [all...]
  /external/libhevc/test/decoder/
main.c 319 "Degrade pics : 0 : No degrade 1 : Only on non-reference frames 2 : Do not degrade every 4th or key frames 3 : All non-key frames 4 : All frames" },
468 /* pics - Pictures that are are degraded */
489 IV_API_CALL_STATUS_T set_degrade(void *codec_obj, UWORD32 type, WORD32 pics)
499 s_ctl_ip.i4_degrade_pics = pics;
    [all...]
  /external/libavc/test/decoder/
main.c 335 "Degrade pics : 0 : No degrade 1 : Only on non-reference frames 2 : Do not degrade every 4th or key frames 3 : All non-key frames 4 : All frames"},
475 /* pics - Pictures that are are degraded */
496 IV_API_CALL_STATUS_T set_degrade(void *codec_obj, UWORD32 type, WORD32 pics)
506 s_ctl_ip.i4_degrade_pics = pics;
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 286 milliseconds