Searched refs:description (Results 426 - 450 of 870) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/filesystems/configfs/
H A Dconfigfs_example_macros.c117 CHILDLESS_ATTR_RO(description, childless_description_read);
259 .ca_name = "description",
343 .ca_name = "description",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Davfilter.h531 * A description for the filter. You should use the
534 const char *description; member in struct:AVFilter
H A Dvf_cropdetect.c196 .description = NULL_IF_CONFIG_SMALL("Auto-detect crop size."),
H A Dvf_fieldorder.c217 .description = NULL_IF_CONFIG_SMALL("Set the field order."),
H A Dvf_transpose.c200 .description = NULL_IF_CONFIG_SMALL("Transpose input video."),
H A Dvsrc_buffer.c173 .description = NULL_IF_CONFIG_SMALL("Buffer video frames, and make them accessible to the filterchain."),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/lib/
H A Ddram_init.S42 ; Refer to ETRAX 100LX Designers Reference for a description of SDRAM initialization
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-fs/
H A Ddram_init.S25 ; Refer to BIF MDS for a description of SDRAM initialization
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Derr_common.c234 printk("%s %s\n", err_print_prefix, a->description);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/
H A DLeafNets.h162 /// Element description of type xs:string.
163 char* description ; ///< Nullable pointer. member in struct:ns2__SystemNotification
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dstk-webcam.c937 strcpy(fmtd->description, "r5g6b5");
941 strcpy(fmtd->description, "r5g6b5BE");
945 strcpy(fmtd->description, "yuv4:2:2");
949 strcpy(fmtd->description, "Raw bayer");
953 strcpy(fmtd->description, "yuv4:2:2");
H A Dvino.c176 /* the description */
177 char *description; member in struct:vino_data_format
187 char *description; member in struct:vino_data_norm
393 .description = "8-bit greyscale",
398 .description = "8-bit dithered RGB 3-3-2",
403 .description = "32-bit RGB",
408 .description = "YUV 4:2:2",
417 .description = "NTSC",
439 .description = "PAL",
461 .description
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dmetadata.cpp1051 return object_->data.picture.description;
1252 FLACPP_API bool get_picture(const char *filename, Picture *&picture, ::FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors)
1260 if(::FLAC__metadata_get_picture(filename, &object, type, mime_type, description, max_width, max_height, max_depth, max_colors)) {
1268 FLACPP_API bool get_picture(const char *filename, Picture &picture, ::FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors)
1274 if(::FLAC__metadata_get_picture(filename, &object, type, mime_type, description, max_width, max_height, max_depth, max_colors)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D07-floor1.tex23 description:
252 \begin{description}
392 \end{description}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhthlpfrm.tex46 for a description of the parameters.
119 for a description of the parameters.
200 for a description of the parameters.
H A Ddatostrm.tex42 documentation for detailed description). Note that you must not destroy
H A Dfsfile.tex50 If you are not sure of the meaning of these params, see the description of the GetXXXX()
H A Dhtdcrend.tex43 detailed description.
H A Dhteasypr.tex127 detailed description.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/davinci/
H A Dvpfe_capture.c139 .description = "Bayer GrRBGb 8bit A-Law compr.",
148 .description = "Bayer GrRBGb - 16bit",
157 .description = "Bayer GrRBGb 8bit DPCM compr.",
166 .description = "YCbCr 4:2:2 Interleaved UYVY",
175 .description = "YCbCr 4:2:2 Interleaved YUYV",
184 .description = "Y/CbCr 4:2:0 - Semi planar",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Dmetadata_object.c496 if(block->data.picture.description) {
497 block->length -= strlen((const char *)block->data.picture.description);
498 free(block->data.picture.description);
500 block->data.picture.description = (FLAC__byte*)strdup((const char *)s);
501 FLAC__ASSERT(block->data.picture.description);
502 block->length += strlen((const char *)block->data.picture.description);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpcclient/
H A Drpcclient.c287 tmp_set->description ? tmp_set->description:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dbuffersrc.c524 .description = NULL_IF_CONFIG_SMALL("Buffer video frames, and make them accessible to the filterchain."),
549 .description = NULL_IF_CONFIG_SMALL("Buffer audio frames, and make them accessible to the filterchain."),
H A Dsrc_movie.c580 .description = NULL_IF_CONFIG_SMALL("Read from a movie source."),
601 .description = NULL_IF_CONFIG_SMALL("Read audio from a movie source."),
H A Dvf_frei0r.c444 .description = NULL_IF_CONFIG_SMALL("Apply a frei0r effect."),
529 .description = NULL_IF_CONFIG_SMALL("Generate a frei0r source."),

Completed in 169 milliseconds

<<11121314151617181920>>