Searched refs:read_packet (Results 1 - 25 of 27) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dassdec.c156 static int read_packet(AVFormatContext *s, AVPacket *pkt) function
184 read_packet,
H A Dmvi.c100 static int read_packet(AVFormatContext *s, AVPacket *pkt) function
133 read_packet,
H A Davio.h183 int (*read_packet)(void *opaque, uint8_t *buf, int buf_size); member in struct:__anon624
206 int (*read_packet)(void *opaque, uint8_t *buf, int buf_size),
214 int (*read_packet)(void *opaque, uint8_t *buf, int buf_size),
H A Dpva.c66 #define pva_log if (read_packet) av_log
69 int *len, int *strid, int read_packet) {
126 if (!read_packet)
68 read_part_of_packet(AVFormatContext *s, int64_t *pts, int *len, int *strid, int read_packet) argument
H A Daviobuf.c37 int (*read_packet)(void *opaque, uint8_t *buf, int buf_size),
47 s->read_packet = read_packet;
56 if(!read_packet && !write_flag){
70 int (*read_packet)(void *opaque, uint8_t *buf, int buf_size),
76 read_packet, write_packet, seek);
310 if(s->read_packet)
311 len = s->read_packet(s->opaque, dst, len);
389 if(s->read_packet)
390 len = s->read_packet(
[all...]
H A Dc93.c102 static int read_packet(AVFormatContext *s, AVPacket *pkt) function
197 read_packet,
H A Dmpegts.c1143 static int read_packet(ByteIOContext *pb, uint8_t *buf, int raw_packet_size) function
1184 ret = read_packet(pb, packet, ts->raw_packet_size);
1318 ret = read_packet(s->pb, packet, ts->raw_packet_size);
1367 ret = read_packet(s->pb, pkt->data, ts->raw_packet_size);
H A Davformat.h342 int (*read_packet)(struct AVFormatContext *, AVPacket *pkt); member in struct:AVInputFormat
1004 * can be added in read_packet too.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavformat/
H A Davio.h183 int (*read_packet)(void *opaque, uint8_t *buf, int buf_size); member in struct:__anon941
206 int (*read_packet)(void *opaque, uint8_t *buf, int buf_size),
214 int (*read_packet)(void *opaque, uint8_t *buf, int buf_size),
H A Davformat.h342 int (*read_packet)(struct AVFormatContext *, AVPacket *pkt); member in struct:AVInputFormat
1004 * can be added in read_packet too.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dl2tp.h208 extern int read_packet (struct buffer *, int, int);
H A Dnetwork.c510 /* while ((result=read_packet(buf,sc->fd,sc->frame & SYNC_FRAMING))>0) { */
512 read_packet (buf, sc->fd, SYNC_FRAMING)) > 0)
H A Dcall.c92 int read_packet (struct buffer *buf, int fd, int convert) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dlibdc1394.c356 .read_packet = dc1394_v2_read_packet,
368 .read_packet = dc1394_v1_read_packet,
H A Ddv1394.c235 .read_packet = dv1394_read_packet,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pppoecd/
H A Dpppoe.c1353 read_packet(int sock, struct pppoe_packet *packet, int *len) function
1388 perror("pppoe: recv (read_packet)");
1395 perror("pppoe: recv (read_packet)");
1561 while(read_packet(sess_sock,packet,&pkt_size) != sess_sock)
1936 while ((ret_sock = read_packet(disc_sock, packet, &pkt_size)) != disc_sock ||
2014 while (read_packet(disc_sock, packet, &pkt_size) != disc_sock ||
2018 while (read_packet(disc_sock, packet, &pkt_size) != disc_sock ||
2143 if (read_packet(disc_sock, packet, &pkt_size) == disc_sock) {
H A Dpppoe2.c1173 read_packet(int sock, struct pppoe_packet *packet, int *len) function
1190 perror("pppoe: recv (read_packet)");
1232 read_packet(int sock, struct pppoe_packet *packet, int *len) function
1258 perror("pppoe: recv (read_packet)");
2064 while ((ret_sock = read_packet(disc_sock, packet, &pkt_size)) != disc_sock ||
2106 while( read_packet(disc_sock, packet2, &pkt2_size) == disc_sock )
2188 while ((ret_sock=read_packet(disc_sock, packet, &pkt_size)) != disc_sock ||
2192 while (read_packet(disc_sock, packet, &pkt_size) != disc_sock ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dfloppyd.c357 static void read_packet(Packet packet, int fd, int length) { function
1145 read_packet(parm, devFd, get_dword(parm, 0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cpia2/
H A Dcpia2_usb.c559 * read_packet
562 static int read_packet(struct usb_device *udev, function
602 err = read_packet(udev, request, (u8 *)registers, start, count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dpppd.h618 int read_packet __P((u_char *)); /* Read PPP packet */
H A Dsys-linux.c1079 * read_packet - get a PPP packet from the serial device.
1082 int read_packet (unsigned char *buf) function
1132 while ((n = read_packet(inpacket_buf)) > 0)
H A Dsys-solaris.c1443 * read_packet - get a PPP packet from the serial device.
1446 read_packet(buf) function
1491 while ((len = read_packet(inpacket_buf)) > 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dnmblib.c735 struct packet_struct *read_packet(int fd,enum packet_type packet_type) function
1026 return(read_packet(fd,type));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_packets.c1788 struct packet_struct *packet = read_packet(sock_array[i], NMB_PACKET);
1815 struct packet_struct *packet = read_packet(sock_array[i], DGRAM_PACKET);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Domap_udc.c511 read_packet(u8 *buf, struct omap_req *req, unsigned avail) function
561 count = read_packet(buf, req, avail);

Completed in 298 milliseconds

12