Searched refs:component (Results 51 - 75 of 115) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmjpegdec.c229 av_log(s->avctx, AV_LOG_ERROR, "only 8 bits/component accepted\n");
250 "only <= 8 bits/component or 16-bit gray accepted for JPEG-LS\n");
257 /* component id */
271 "Invalid sampling factor in component %d %d:%d\n",
276 av_log(s->avctx, AV_LOG_DEBUG, "component %d %d:%d id: %d quant:%d\n",
420 static int decode_block(MJpegDecodeContext *s, DCTELEM *block, int component, argument
431 val = val * quant_matrix[0] + s->last_dc[component];
432 s->last_dc[component] = val;
469 int component, int dc_index,
479 val = (val * quant_matrix[0] << Al) + s->last_dc[component];
468 decode_dc_progressive(MJpegDecodeContext *s, DCTELEM *block, int component, int dc_index, int16_t *quant_matrix, int Al) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmxfdec.c1386 MXFStructuralComponent *component = NULL; local
1401 if ((component = mxf_resolve_strong_ref(mxf, &material_track->sequence_ref, TimecodeComponent))) {
1402 mxf_tc = (MXFTimecodeComponent*)component;
1415 component = mxf_resolve_strong_ref(mxf, &material_track->sequence->structural_components_refs[j], TimecodeComponent);
1416 if (!component)
1419 mxf_tc = (MXFTimecodeComponent*)component;
1429 component = mxf_resolve_strong_ref(mxf, &material_track->sequence->structural_components_refs[j], SourceClip);
1430 if (!component)
1437 if (!memcmp(temp_package->package_uid, component->source_package_uid, 16)) {
1452 if (temp_track->track_id == component
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtaskbar.tex16 should use it only as an optional component of their user interface. The user
H A Dview.tex14 The view class can be used to model the viewing and editing component of
H A Dbackwardcompat.tex162 component, for example {\tt wxABI\_VERSION=20600} for {\tt 2.6.0}.
H A Ddatespan.tex112 Returns the number of days (only, that it not counting the weeks component!)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-gpio.c128 int ivtv_reset_tuner_gpio(void *dev, int component, int cmd, int value) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcore.h301 int snd_component_add(struct snd_card *card, const char *component);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...
H A Djcommon-1.0.16.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/keypoint/ org/ org/jfree/ org/jfree/base/ org/ ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex134 component abstractions that perform specific functions in the decode
135 pipeline. Each different component instance of a specific type is
137 internal component configuration, as well as arrangement of specific
149 bitrate hints, and the lists of component instances. All other
225 component list. Entropy coding is thus provided as an abstraction,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtextctrl.cpp3214 float component[4] ;
3215 component[0] = col.red / 65536.0 ;
3216 component[1] = col.green / 65536.0 ;
3217 component[2] = col.blue / 65536.0 ;
3218 component[3] = 1.0 ; // alpha
3220 CGColorRef color = CGColorCreate( wxMacGetGenericRGBColorSpace() , component );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmjpegdec.c297 "bits/component or 16-bit gray");
306 /* component id */
322 "Invalid sampling factor in component %d %d:%d\n",
327 av_log(s->avctx, AV_LOG_DEBUG, "component %d %d:%d id: %d quant:%d\n",
614 static int decode_block(MJpegDecodeContext *s, int16_t *block, int component, argument
625 val = val * quant_matrix[0] + s->last_dc[component];
626 s->last_dc[component] = val;
663 int component, int dc_index,
673 val = (val * quant_matrix[0] << Al) + s->last_dc[component];
674 s->last_dc[component]
662 decode_dc_progressive(MJpegDecodeContext *s, int16_t *block, int component, int dc_index, int16_t *quant_matrix, int Al) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23885.h503 extern int cx23885_tuner_callback(void *priv, int component,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr8192E.h99 #define RT_TRACE(component, x, args...) \
100 do { if(rt_global_debug_component & component) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U.h91 #define RT_TRACE(component, x, args...) \
92 do { if(rt_global_debug_component & component) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tm6000/
H A Dtm6000-cards.c332 int tm6000_xc5000_callback(void *ptr, int component, int command, int arg) argument
358 int tm6000_tuner_callback(void *ptr, int component, int command, int arg) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dtest-6.exp34 -K, --slot-name=NAME Select name of the keyword component in the keyword
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/i2o/
H A Di2o_proc.c1391 u8 component; member in struct:__anon12340
1426 seq_printf(seq, "Component : %d = ", result.component);
1427 switch (result.component) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134.h719 int saa7134_tuner_callback(void *priv, int component, int command, int arg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx231xx/
H A Dcx231xx.h736 int cx231xx_tuner_callback(void *ptr, int component, int command, int arg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88.h643 extern int cx88_tuner_callback(void *dev, int component, int command, int arg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/em28xx/
H A Dem28xx.h693 int em28xx_tuner_callback(void *ptr, int component, int command, int arg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atari/
H A Datari.c334 char pathcomp[FILNAMSIZ]; /* path-component buffer */
371 ++cp; /* point to start of last component of path */
390 /* when path component is not empty, append it now */
428 "warning: skipped \"../\" path component(s) in %s\n",
518 checkdir(path component, COMPONENT | CREATEDIR) --> map as required?
560 APPEND_DIR: append the path component to the path being built and check
649 APPEND_NAME: assume the path component is the filename; append it and
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Daclocal.h1049 u32 component; \

Completed in 259 milliseconds

12345