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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drtp.d1 libavformat/rtp.o: libavformat/rtp.c libavcodec/bitstream.h libavutil/bswap.h \
9 libavformat/rtp.h
H A Dallformats.d7 libavformat/rtp.h libavformat/rdt.h libavformat/rtpdec.h
H A Drtp_aac.d7 libavformat/rtpenc.h libavformat/rtp.h
H A Drtpenc_h264.d7 libavformat/avc.h libavformat/rtpenc.h libavformat/rtp.h
H A Drtsp.d8 libavformat/rtspcodes.h libavformat/rtpdec.h libavformat/rtp.h \
H A Dsdp.d7 libavformat/internal.h libavformat/avc.h libavformat/rtp.h
H A Drdt.d7 libavformat/rtp.h libavformat/rdt.h libavutil/base64.h libavutil/md5.h \
H A Drtp_h264.d10 libavformat/network.h config.h libavformat/rtpdec.h libavformat/rtp.h \
H A Drtp_mpv.d12 libavformat/rtpenc.h libavformat/rtp.h
H A Drtpdec.d9 libavformat/network.h config.h libavformat/rtpdec.h libavformat/rtp.h \
H A Drtpenc.d9 libavformat/network.h config.h libavformat/rtpenc.h libavformat/rtp.h
H A Dallformats.c22 #include "rtp.h"
167 REGISTER_MUXER (RTP, rtp);
207 REGISTER_PROTOCOL (RTP, rtp);
H A DMakefile189 OBJS-$(CONFIG_RTP_MUXER) += rtp.o \
196 OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o rtp.o rtpdec.o rtp_h264.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da2-encapsulation-rtp.tex4 \section{Vorbis encapsulation in RTP} \label{vorbis:over:rtp}
6 % TODO: Include draft-rtp.xml somehow?
H A DMakefile.am68 a2-encapsulation-rtp.tex \
H A DVorbis_I_spec.tex117 \include{a2-encapsulation-rtp}
H A DMakefile.in271 a2-encapsulation-rtp.tex \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/
H A Dradix-tree.c98 struct radix_tree_preload *rtp; local
100 rtp = &__get_cpu_var(radix_tree_preloads);
101 if (rtp->nr) {
102 ret = rtp->nodes[rtp->nr - 1];
103 rtp->nodes[rtp->nr - 1] = NULL;
104 rtp->nr--;
132 struct radix_tree_preload *rtp; local
137 rtp
1000 struct radix_tree_preload *rtp; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dirixioctl.c59 struct tty_struct *tp, *rtp; local
158 rtp = get_real_tty(tp);
160 printk("rtp->session=%d ", rtp->session);
162 error = put_user(rtp->session, (unsigned long __user *) arg);
175 rtp = get_real_tty(tp);
176 start_tty(rtp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Drtsp.c593 char *rtp; /* moving pointer to rtp data */ local
610 rtp = rtspc->rtp_buf;
615 rtp = k->str;
620 (rtp[0] == '$')) {
626 rtspc->rtp_channel = RTP_PKT_CHANNEL(rtp);
629 rtp_length = RTP_PKT_LENGTH(rtp);
641 result = rtp_client_write(conn, &rtp[0], rtp_length + 4);
653 rtp += rtp_length + 4;
670 if(rtp_dataleft != 0 && rtp[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffserver.d8 libavformat/rtpdec.h libavformat/avformat.h libavformat/rtp.h \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Ddeclance.c332 unsigned char *rtp, *rfp; local
347 rtp = (unsigned char *) tp;
350 *rtp++ = *rfp++;
375 rtp = (unsigned char *) tp;
378 *rtp++ = *rfp++;
388 unsigned char *rtp, *rfp; local
403 rtp = (unsigned char *) tp;
407 *rtp++ = *rfp++;
433 rtp = (unsigned char *) tp;
436 *rtp
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dip6_fib.c1093 static void fib6_del_route(struct fib6_node *fn, struct rt6_info **rtp, argument
1097 struct rt6_info *rt = *rtp;
1102 *rtp = rt->u.dst.rt6_next;
1161 struct rt6_info **rtp; local
1191 for (rtp = &fn->leaf; *rtp; rtp = &(*rtp)->u.dst.rt6_next) {
1192 if (*rtp == rt) {
1193 fib6_del_route(fn, rtp, inf
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/decnet/
H A Ddn_route.c160 struct dn_route *rt, **rtp; local
165 rtp = &dn_rt_hash_table[i].chain;
168 while((rt=*rtp) != NULL) {
171 rtp = &rt->u.dst.dn_next;
174 *rtp = rt->u.dst.dn_next;
189 struct dn_route *rt, **rtp; local
197 rtp = &dn_rt_hash_table[i].chain;
199 while((rt=*rtp) != NULL) {
202 rtp = &rt->u.dst.dn_next;
205 *rtp
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dcmdresp.c378 struct cmd_ds_802_11_rf_tx_power *rtp = &resp->params.txp; local
383 adapter->txpowerlevel = le16_to_cpu(rtp->currentlevel);

Completed in 145 milliseconds