Searched refs:write_packet (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dassenc.c58 static int write_packet(AVFormatContext *s, AVPacket *pkt) function
89 write_packet,
H A Davio.h184 int (*write_packet)(void *opaque, uint8_t *buf, int buf_size); member in struct:__anon624
207 int (*write_packet)(void *opaque, uint8_t *buf, int buf_size),
215 int (*write_packet)(void *opaque, uint8_t *buf, int buf_size),
H A Daviobuf.c38 int (*write_packet)(void *opaque, uint8_t *buf, int buf_size),
46 s->write_packet = write_packet;
71 int (*write_packet)(void *opaque, uint8_t *buf, int buf_size),
76 read_packet, write_packet, seek);
83 if (s->write_packet && !s->error){
84 int ret= s->write_packet(s->opaque, s->buffer, s->buf_ptr - s->buffer);
H A Dmpegtsenc.c36 void (*write_packet)(struct MpegTSSection *s, const uint8_t *packet); member in struct:MpegTSSection
106 s->write_packet(s, packet);
397 service->pmt.write_packet = section_write_packet;
402 ts->pat.write_packet = section_write_packet;
407 ts->sdt.write_packet = section_write_packet;
H A Davformat.h294 int (*write_packet)(struct AVFormatContext *, AVPacket *pkt); member in struct:AVOutputFormat
H A Dnutenc.c647 static int write_packet(AVFormatContext *s, AVPacket *pkt){ function
826 write_packet,
H A Dutils.c2670 ret= s->oformat->write_packet(s, pkt);
2779 ret= s->oformat->write_packet(s, &opkt);
2803 ret= s->oformat->write_packet(s, &pkt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavformat/
H A Davio.h184 int (*write_packet)(void *opaque, uint8_t *buf, int buf_size); member in struct:__anon941
207 int (*write_packet)(void *opaque, uint8_t *buf, int buf_size),
215 int (*write_packet)(void *opaque, uint8_t *buf, int buf_size),
H A Davformat.h294 int (*write_packet)(struct AVFormatContext *, AVPacket *pkt); member in struct:AVOutputFormat
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Datp.c201 static void write_packet(long ioaddr, int length, unsigned char *packet, int pad, int mode);
492 static void write_packet(long ioaddr, int length, unsigned char *packet, int pad_len, int data_mode) function
567 write_packet(ioaddr, length, skb->data, length-skb->len, dev->if_port);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dfloppyd.c362 static int write_packet(Packet packet, int fd) { function
1158 rval = write_packet(parm, devFd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cpia2/
H A Dcpia2_usb.c537 * write_packet
540 static int write_packet(struct usb_device *udev, function
606 err =write_packet(udev, request, (u8 *)registers, start, count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dlh7a40x_udc.c120 static __inline__ int write_packet(struct lh7a40x_ep *ep, function
514 count = write_packet(ep, req, max);
1380 count = write_packet(ep, req, max);
H A Dpxa2xx_udc.c456 write_packet(volatile u32 *uddr, struct pxa2xx_request *req, unsigned max) function
490 count = write_packet(ep->reg_uddr, req, max);
563 count = write_packet(&UDDR0, req, EP0_FIFO_SIZE);
H A Dgoku_udc.c374 write_packet(u32 __iomem *fifo, u8 *buf, struct goku_request *req, unsigned max) function
412 count = write_packet(ep->reg_fifo, buf, req, ep->ep.maxpacket);
H A Domap_udc.c447 write_packet(u8 *buf, struct omap_req *req, unsigned max) function
488 count = write_packet(buf, req, count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dcontrol.c1601 inline int write_packet (struct buffer *buf, struct tunnel *t, struct call *c, function
1621 //log (LOG_DEBUG, "-> enter write_packet.\n");
1845 /* JLM res = write_packet(buf,t,c, c->frame & SYNC_FRAMING); */
1846 res = write_packet (buf, t, c, SYNC_FRAMING);

Completed in 235 milliseconds