Searched refs:multichannel (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dmultichannel.c15 struct multichannel *
18 struct multichannel *m;
24 m = calloc(sizeof(struct multichannel), 1);
51 int multichannel_send(struct multichannel *c, const struct nethdr *net)
56 int multichannel_send_flush(struct multichannel *c)
61 int multichannel_recv(struct multichannel *c, char *buf, int size)
66 void multichannel_close(struct multichannel *m)
76 void multichannel_stats(struct multichannel *m, int fd)
82 multichannel_stats_extended(struct multichannel *m,
97 int multichannel_get_ifindex(struct multichannel *
[all...]
H A DMakefile.am38 channel.c multichannel.c channel_mcast.c channel_udp.c \
H A DMakefile99 multichannel.$(OBJEXT) channel_mcast.$(OBJEXT) \
384 channel.c multichannel.c channel_mcast.c channel_udp.c \
538 include ./$(DEPDIR)/multichannel.Po
H A DMakefile.in99 multichannel.$(OBJEXT) channel_mcast.$(OBJEXT) \
384 channel.c multichannel.c channel_mcast.c channel_udp.c \
538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multichannel.Po@am__quote@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dchannel.h109 struct multichannel { struct
115 struct multichannel *multichannel_open(struct channel_conf *conf, int len);
116 void multichannel_close(struct multichannel *m);
118 int multichannel_send(struct multichannel *c, const struct nethdr *net);
119 int multichannel_send_flush(struct multichannel *c);
120 int multichannel_recv(struct multichannel *c, char *buf, int size);
122 void multichannel_stats(struct multichannel *m, int fd);
123 void multichannel_stats_extended(struct multichannel *m,
126 int multichannel_get_ifindex(struct multichannel *m, int i);
127 int multichannel_get_current_ifindex(struct multichannel *
[all...]
H A Dconntrackd.h209 struct multichannel *channel;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dwv.c63 int multichannel; member in struct:__anon2288
122 wc->multichannel = !!((wc->flags & WV_SINGLE_BLOCK) != WV_SINGLE_BLOCK);
123 if(wc->multichannel){
194 if(wc->flags && !wc->multichannel && chan != wc->chan){
264 off = wc->multichannel ? 4 : 0;
267 if(wc->multichannel)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/musb/
H A Dtusb6010_omap.c59 unsigned multichannel:1; member in struct:tusb_omap_dma
138 if (tusb_dma->multichannel)
190 if (!tusb_dma->multichannel)
280 if (tusb_dma->multichannel) {
432 if (!tusb_dma->multichannel) {
565 if (tusb_dma->multichannel) {
658 if (tusb_dma && !tusb_dma->multichannel && tusb_dma->ch >= 0)
700 tusb_dma->multichannel = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwvdec.c55 int multichannel; member in struct:__anon3662
115 wc->multichannel = !(wc->header.initial && wc->header.final);
116 if (wc->multichannel) {
197 if (flags && !wc->multichannel && chan != wc->chan) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dmake_chlayout_test23 make_chlayout_test - produce a multichannel test file with the channels
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dfm801.c163 unsigned int multichannel: 1, /* multichannel support */ member in struct:fm801
623 if (chip->multichannel) {
707 chip->multichannel ? 128*1024 : 64*1024, 128*1024);
1261 if (chip->multichannel) {
1310 if (chip->multichannel) {
1434 chip->multichannel = 1;
1496 strcat(card->shortname, chip->multichannel ? "AU" : "AS");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwavpack.c134 int multichannel; member in struct:WavpackContext
724 s->multichannel = avctx->channels > 2;
726 there, use this to detect decoding mode for multichannel */
728 if (s->multichannel && avctx->extradata && avctx->extradata_size == 2) {
1175 if (avpkt->size < 12 + s->multichannel * 4)
1186 if (s->multichannel) {
1216 if (!s->multichannel) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D04-codec.tex179 multichannel audio with varying channel mapping applications. Vorbis I

Completed in 1102 milliseconds