Searched refs:pads (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dgamecon.c91 struct gc_pad pads[GC_MAX_DEVICES]; member in struct:gc
137 #define GC_N64_OUT 0x1d /* output bits to the 4 pads */
176 * Each pad uses one bit per byte. So all pads connected to this port
231 if (gc->pads[i].type != GC_N64)
234 dev = gc->pads[i].dev;
334 #define GC_NES_LENGTH 8 /* The NES pads use 8 bits of data */
352 * Each pad uses one bit per byte. So all pads connected to
388 pad = &gc->pads[i];
496 pad = &gc->pads[i];
581 struct gc_pad *pad = &gc->pads[
930 gc_probe(int parport, int *pads, int n_pads) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davfilter.c97 AVFilterPad **pads, AVFilterLink ***links,
106 newpads = av_realloc_array(*pads, *count + 1, sizeof(AVFilterPad));
109 *pads = newpads;
115 memmove(*pads + idx + 1, *pads + idx, sizeof(AVFilterPad) * (*count - idx));
117 memcpy(*pads + idx, newpad, sizeof(AVFilterPad));
517 int avfilter_pad_count(const AVFilterPad *pads) argument
521 if (!pads)
524 for (count = 0; pads->name; count++)
525 pads
96 ff_insert_pad(unsigned idx, unsigned *count, size_t padidx_off, AVFilterPad **pads, AVFilterLink ***links, AVFilterPad *newpad) argument
982 avfilter_pad_get_name(const AVFilterPad *pads, int pad_idx) argument
987 avfilter_pad_get_type(const AVFilterPad *pads, int pad_idx) argument
[all...]
H A Davfilter.h270 * Input pads:
275 * Output pads:
283 * Input pads:
290 * Output pads:
305 * Input video pads only.
313 * Input audio pads only.
331 * Input pads only.
346 * Output pads only.
357 * Output pads only.
364 * For output pads, thi
[all...]
H A Dinternal.h77 * Input video pads only.
85 * Input audio pads only.
93 * Input pads only.
108 * Output pads only.
117 * Output pads only.
124 * For output pads, this should set the link properties such as
129 * For input pads, this should check the properties of the link, and update
141 * input pads only.
149 * input pads only.
253 * is beyond the end of the list of pads
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Davfilter.c85 AVFilterPad **pads, AVFilterLink ***links,
92 *pads = av_realloc(*pads, sizeof(AVFilterPad) * (*count + 1));
94 memmove(*pads +idx+1, *pads +idx, sizeof(AVFilterPad) * (*count-idx));
96 memcpy(*pads+idx, newpad, sizeof(AVFilterPad));
561 static int pad_count(const AVFilterPad *pads) argument
565 for(count = 0; pads->name; count ++) pads ++;
84 avfilter_insert_pad(unsigned idx, unsigned *count, size_t padidx_off, AVFilterPad **pads, AVFilterLink ***links, AVFilterPad *newpad) argument
H A Davfilter.h331 * Input pads only.
342 * Input pads only.
351 * Input video pads only.
359 * Input video pads only.
367 * Input audio pads only.
378 * Input video pads only.
386 * Input video pads only.
394 * Input audio pads only.
405 * Output video pads only.
414 * Output video pads onl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dm68360_pram.h343 unsigned short pads; /* short frame PAD characters */ member in struct:ethernet_pram
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_filter.c564 AVFilterPad *pads = in ? ctx->input_pads : ctx->output_pads; \
573 avio_printf(pb, ":%s", avfilter_pad_get_name(pads, inout->pad_idx));\

Completed in 130 milliseconds