HomeSort by relevance Sort by last modified time
    Searched refs:pics (Results 1 - 11 of 11) 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...]
  /packages/apps/Camera/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/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) {
  /external/skia/include/core/
SkPicture.h 189 SnapshotArray(const SkPicture* pics[], int count) : fPics(pics), fCount(count) {}
  /external/skia/src/core/
SkRecorder.cpp 22 SkAutoTMalloc<const SkPicture*> pics(count);
24 pics[i] = fArray[i]->newPictureSnapshot();
26 return SkNEW_ARGS(SkPicture::SnapshotArray, (pics.detach(), count));
  /external/libpcap/
pcap1.h 171 struct pcap1_info_container pics[0]; member in struct:pcap1_packet_header
  /external/libmpeg2/test/decoder/
main.c 339 "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" },
476 /* pics - Pictures that are are degraded */
497 IV_API_CALL_STATUS_T set_degrade(void *codec_obj, UWORD32 type, WORD32 pics)
509 s_ctl_ip.i4_degrade_pics = pics;
528 ((void)(pics));
    [all...]
  /external/libavc/test/decoder/
main.c 346 "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"},
485 /* pics - Pictures that are are degraded */
506 IV_API_CALL_STATUS_T set_degrade(void *codec_obj, UWORD32 type, WORD32 pics)
516 s_ctl_ip.i4_degrade_pics = pics;
    [all...]
  /external/libhevc/test/decoder/
main.c 322 "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" },
476 /* pics - Pictures that are are degraded */
497 IV_API_CALL_STATUS_T set_degrade(void *codec_obj, UWORD32 type, WORD32 pics)
507 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 1637 milliseconds