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

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-gpio.h27 int ivtv_reset_tuner_gpio(void *dev, int component, int cmd, int value);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-gpio.h34 int cx18_reset_tuner_gpio(void *dev, int component, int cmd, int value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpeg12.h53 static inline int decode_dc(GetBitContext *gb, int component) argument
57 if (component == 0) {
H A Dmdec.c58 int component; local
68 component = (n <= 3 ? 0 : n - 4 + 1);
69 diff = decode_dc(&a->gb, component);
72 a->last_dc[component]+= diff;
73 block[0] = a->last_dc[component]<<3;
H A Ddnxhddec.c189 int level, component, sign; local
194 component = 1 + (n&1);
197 component = 0;
208 ctx->last_dc[component] += level;
210 block[0] = ctx->last_dc[component];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg12.h49 static inline int decode_dc(GetBitContext *gb, int component) argument
53 if (component == 0) {
H A Dmjpegenc.c87 int component, dc, run, last_index, val; local
93 component = (n <= 3 ? 0 : (n&1) + 1);
95 val = dc - s->last_dc[component];
105 s->last_dc[component] = dc;
H A Dmdec.c62 int component; local
72 component = (n <= 3 ? 0 : n - 4 + 1);
73 diff = decode_dc(&a->gb, component);
76 a->last_dc[component] += diff;
77 block[0] = a->last_dc[component] << 3;
H A Ddnxhddec.c220 int level, component, sign; local
230 component = 1 + (n & 1);
234 component = 0;
239 component = (n >> 1) % 3;
240 if (component) {
256 ctx->last_dc[component] += level;
258 block[0] = ctx->last_dc[component];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Duri.tex59 calling a get method, which determines whether or not the component referred
62 Consider an undefined component equivalent to a
162 \twocolitem{{\bf wxURI\_REGNAME}}{Server is a host name, or the Server component itself is undefined.}
173 Returns the password part of the userinfo component of
186 The path component of a URI comes
187 directly after the scheme component
189 or after the server/port component.
214 Returns the Query component of the URI.
216 The query component is what is commonly passed to a
217 cgi application, and must come after the path component,
[all...]
H A Drendver.tex55 The version component.
62 The age component.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dutalloc.c323 u32 component, const char *module, u32 line)
367 u32 component, const char *module, u32 line)
373 allocation = acpi_ut_allocate(size, component, module, line);
322 acpi_ut_allocate(acpi_size size, u32 component, const char *module, u32 line) argument
366 acpi_ut_allocate_zeroed(acpi_size size, u32 component, const char *module, u32 line) argument
H A Dacutils.h550 u32 component, const char *module, u32 line);
553 u32 component, const char *module, u32 line);
557 u32 component, const char *module, u32 line);
560 u32 component,
565 u32 component, const char *module, u32 line);
571 void acpi_ut_dump_allocations(u32 component, const char *module);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Denclosure.h103 struct enclosure_component component[0]; member in struct:enclosure_device
125 int enclosure_add_device(struct enclosure_device *enclosure, int component,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/doc/manl/
H A Dcsc_file.l16 CSCfilePathName - strip last component (file) from pathname
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/
H A Denclosure.c149 edev->component[i].number = -1;
180 if (edev->component[i].number != -1)
181 device_unregister(&edev->component[i].cdev);
245 * enclosure_component_register - add a particular component to an enclosure
246 * @edev: the enclosure to add the component
248 * @type: the type of component being added
251 * Registers the component. The name is optional for enclosures that
255 * Returns a pointer to the enclosure component or an error.
270 ecomp = &edev->component[number];
301 * @num: the number of the component
312 enclosure_add_device(struct enclosure_device *edev, int component, struct device *dev) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfs4namespace.c41 const struct nfs4_string *component = &pathname->components[n]; local
42 buflen -= component->len + 1;
45 end -= component->len;
46 memcpy(end, component->data, component->len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexVHDL.cxx166 "architecture begin case component else elsif end entity generate loop package process record then "
314 strcmp(s, "component") == 0 ||
443 // access after alias all architecture array assert attribute begin block body buffer bus case component
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/fw/arc/
H A Dhinv.h122 typedef struct component { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dtuner.h190 int (*tuner_callback) (void *dev, int component, int cmd, int arg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dboard.h139 char component[12]; member in struct:omap_version_config
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale_unscaled.c608 uint16_t component; local
614 component = av_bswap16(src[0][x]);
615 *dest++ = av_bswap16(component << scale_high | component >> scale_low);
616 component = av_bswap16(src[1][x]);
617 *dest++ = av_bswap16(component << scale_high | component >> scale_low);
618 component = av_bswap16(src[2][x]);
619 *dest++ = av_bswap16(component << scale_high | component >> scale_lo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/makefiles/
H A DWLAN_Common.mk192 # This uses pattern matching to pull component paths from
194 # It also strips out component paths which don't currently exist.
198 define _common-component-names-to-rel-paths
208 # $(call wlan_die,no SW component request)
215 WLAN_ComponentPathsInUse := $(call _common-component-names-to-rel-paths,$(WLAN_ComponentsInUse))
220 # $(call wlan_warning,bogus component request: "$(sort $(WLAN_ComponentsInUse))" != "$(notdir $(WLAN_ComponentPathsInUse))")
224 # component xyz's subtree, include it and use its contents to modify the list
225 # of include and src dirs. Otherwise, use the defaults for that component.
226 # Also generate a WLAN_ComponentBaseDir_xyz variable for each component "xyz".
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tm6000/
H A Dtm6000-alsa.c364 char component[14]; local
386 sprintf(component, "USB%04x:%04x",
389 snd_component_add(card, component);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_histogram.c185 int component, int intensity, int offset, int col_mode)
187 const int plane = h->desc->comp[component].plane;
189 const int is_chroma = (component == 1 || component == 2);
184 gen_waveform(HistogramContext *h, AVFrame *inpicref, AVFrame *outpicref, int component, int intensity, int offset, int col_mode) argument

Completed in 291 milliseconds

12345