Searched refs:EOI (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmjpeg.h75 EOI = 0xd9, /* end of image */ enumerator in enum:__anon539
H A Djpeglsenc.c364 put_marker(&pb, EOI);
H A Dmjpegenc.c351 put_marker(&s->pb, EOI);
H A Dmjpegdec.c1040 /* buggy AVID, it puts EOI only at every 10th frame */
1186 /* buggy avid, it puts EOI only at every 10th frame */
1424 case EOI:
1454 /* buggy avid puts EOI every 10-20th frame */
1455 /* if restart period is over process EOI */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dopen_pic_defs.h80 * End of Interrupt (EOI) Register
261 #define EOI _EOI.Reg macro
H A Dopen_pic2.c329 openpic2_write(&OpenPIC2->THIS_CPU.EOI, 0);
331 (void)openpic2_read(&OpenPIC2->THIS_CPU.EOI);
H A Dopen_pic.c451 openpic_write(&OpenPIC->THIS_CPU.EOI, 0);
453 (void)openpic_read(&OpenPIC->THIS_CPU.EOI);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dpsi_chip.h151 #define EOI 0x20 // non-specific end-of-interrupt macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dtest.c47 EOI, enumerator in enum:token
294 if (n == EOI) {
462 return EOI;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dcpia.h298 /* raw CIF + 64 byte header + (2 bytes line_length + EOL) per line + 4*EOI +
332 #define EOI 0xff /* End Of Image */ macro
H A Dcpia_pp.c84 int image_complete; /* we have seen 4 EOI */
269 /* Image Data is complete when 4 consecutive EOI bytes (0xff) are seen */
318 if(byte == EOI)
558 if(*buffer==EOI) {
H A Dcpia.c2175 if ((size > 3) && (ibuf[0] == EOI) && (ibuf[1] == EOI) &&
2176 (ibuf[2] == EOI) && (ibuf[3] == EOI)) {

Completed in 209 milliseconds