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

/external/qemu/hw/intc/
H A Di8259.c59 /* XXX: better separation between the two pics */
60 PicState pics[2]; member in struct:PicState2
129 if (s->special_fully_nested_mode && s == &s->pics_state->pics[0])
148 irq2 = pic_get_irq(&s->pics[1]);
151 pic_set_irq1(&s->pics[0], 2, 1);
152 pic_set_irq1(&s->pics[0], 2, 0);
155 irq = pic_get_irq(&s->pics[0]);
162 i, s->pics[i].imr, s->pics[i].irr,
163 s->pics[
[all...]
/external/chromium_org/third_party/skia/bench/
H A DPictureNestingBench.cpp50 int pics = 0; local
57 pics++;
68 pics += this->sierpinsky(c, lvl, paint);
71 pics += this->sierpinsky(c, lvl, paint);
74 pics += this->sierpinsky(c, lvl, paint);
82 return pics;
/external/libpcap/
H A Dpcap1.h171 struct pcap1_info_container pics[0]; member in struct:pcap1_packet_header
/external/libhevc/test/decoder/
H A Dmain.c322 "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) argument
507 s_ctl_ip.i4_degrade_pics = pics;

Completed in 138 milliseconds