Searched refs:pics (Results 1 - 9 of 9) sorted by relevance

/external/skia/bench/
H A DPictureNestingBench.cpp38 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);
80 return pics;
88 // Solve: pics from sierpinsky
93 int pics local
[all...]
/external/skqp/bench/
H A DPictureNestingBench.cpp38 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);
80 return pics;
88 // Solve: pics from sierpinsky
93 int pics local
[all...]
/external/skia/src/core/
H A DSkBigPicture.h26 SnapshotArray(const SkPicture* pics[], int count) : fPics(pics), fCount(count) {} argument
H A DSkRecorder.cpp25 SkAutoTMalloc<const SkPicture*> pics(count);
27 pics[i] = fArray[i]->newPictureSnapshot();
29 return new SkBigPicture::SnapshotArray(pics.release(), count);
/external/skqp/src/core/
H A DSkBigPicture.h26 SnapshotArray(const SkPicture* pics[], int count) : fPics(pics), fCount(count) {} argument
H A DSkRecorder.cpp25 SkAutoTMalloc<const SkPicture*> pics(count);
27 pics[i] = fArray[i]->newPictureSnapshot();
29 return new SkBigPicture::SnapshotArray(pics.release(), count);
/external/libmpeg2/test/decoder/
H A Dmain.c318 "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) argument
513 s_ctl_ip.i4_degrade_pics = pics;
532 ((void)(pics));
/external/libhevc/test/decoder/
H A Dmain.c319 "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) argument
499 s_ctl_ip.i4_degrade_pics = pics;
/external/libavc/test/decoder/
H A Dmain.c335 "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) argument
506 s_ctl_ip.i4_degrade_pics = pics;

Completed in 259 milliseconds