Searched refs:description (Results 201 - 225 of 870) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_showinfo.c82 .description = NULL_IF_CONFIG_SMALL("Show textual information for each video frame."),
H A Dvf_slicify.c100 .description = NULL_IF_CONFIG_SMALL("Pass the images of input video on to next video filter as multiple slices."),
H A Dvsrc_nullsrc.c114 .description = NULL_IF_CONFIG_SMALL("Null video source, never return images."),
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dbitops.h57 const char *description);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libmsrpc/
H A Dlibmsrpc_internal.c410 init_unistr2( &desc, info->description, UNI_STR_TERMINATE );
499 info->description =
501 if ( !info->description )
551 info->description =
554 if ( !info->description )
577 info->description, info->num_members );
599 info->description =
601 *( ctr.alias.info1.description.
626 info->num_members, info->description );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libs_common/
H A Dmetadata_utils.c333 len = strlen((const char *)block->description);
334 lencopy = strlen((const char *)blockcopy->description);
336 printf("FAILED, description length mismatch, expected %u, got %u\n", (unsigned)len, (unsigned)lencopy);
339 if(strcmp((const char *)blockcopy->description, (const char *)block->description)) {
340 printf("FAILED, description mismatch, expected %s, got %s\n", block->description, blockcopy->description);
615 picture->data.picture.description = (FLAC__byte*)strdup_or_die_("desc");
616 picture->length += strlen((const char *)picture->data.picture.description);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_object.c481 FLAC__STREAM_METADATA_PICTURE_DESCRIPTION_LENGTH_LEN + /* empty description string */
491 object->data.picture.description = 0;
500 /* now initialize mime_type and description with empty strings to make things easier on the client */
505 if(!copy_cstring_((char**)(&object->data.picture.description), "")) {
605 if(!copy_cstring_((char**)(&to->data.picture.description), (const char*)object->data.picture.description)) {
672 if(0 != object->data.picture.description) {
673 free(object->data.picture.description);
674 object->data.picture.description = 0;
841 if(block1->description !
1753 FLAC__metadata_object_picture_set_description(FLAC__StreamMetadata *object, FLAC__byte *description, FLAC__bool copy) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Daccount_pol.c38 const char *description; member in struct:ap_table
137 Get the account policy description as a string from its #define'ed number
145 return account_policy_names[i].description;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-sita.c102 d = (iff->description) ? iff->description : "";
135 printf("%3d: %p %p next: %p\n", if_number++, iff->name, iff->description, iff->next);
403 if (iff->description) free(iff->description);
591 if (*ptr) { /* if there is a count for the description */
592 if ((iff->description = malloc(*ptr + 1)) == NULL) { /* get that amount of space */
596 memcpy(iff->description, (ptr + 1), *ptr); /* copy the name into the malloc'ed space */
597 *(iff->description + *ptr) = 0; /* and null terminate the string */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Df_interleave.c222 .description = NULL_IF_CONFIG_SMALL("Temporally interleave video inputs."),
250 .description = NULL_IF_CONFIG_SMALL("Temporally interleave audio inputs."),
H A Df_zmq.c231 .description = NULL_IF_CONFIG_SMALL("Receive commands through ZMQ and broker them to filters."),
266 .description = NULL_IF_CONFIG_SMALL("Receive commands through ZMQ and broker them to filters."),
H A Dfifo.c273 .description = NULL_IF_CONFIG_SMALL("Buffer input images and send them when they are requested."),
304 .description = NULL_IF_CONFIG_SMALL("Buffer input frames and send them when they are requested."),
H A Dsetpts.c251 .description = NULL_IF_CONFIG_SMALL("Set PTS for the output video frame."),
288 .description = NULL_IF_CONFIG_SMALL("Set PTS for the output audio frame."),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dchannel_layout.c36 const char *description; member in struct:channel_name
273 return channel_names[i].description;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DServer.h80 const wxString &GetDescription() const {return description;}
169 wxString description; member in class:CServer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddestroyevt.tex3 % Note: the original description is still here commented out in case those
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dprobe.c111 kfree(info->description);
112 info->description = kstrdup(sep, GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-orion.c128 .description = hcd_name,
226 ehci_orion_hc_driver.description)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dconfigure.pl137 # . the description of the parameter
150 my $description=shift;
158 print "$description [$config{$value}] > ";
161 print "$description [$example_value] > ";
175 $description=~s/. / /;
177 print "$description [$config{$value}] > ";
180 print "$description [$value] > ";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/RHEL/
H A Dsamba.spec37 %description
57 %description client
69 %description common
81 %description swat
94 %description doc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-debug.c44 const char *description; member in struct:hid_usage_entry
370 for (p = hid_usage_table; p->description; p++)
374 p->description);
378 seq_printf(f, "%s", p->description);
409 for (p = hid_usage_table; p->description; p++)
411 for(++p; p->description && p->usage != 0; p++)
416 "%s", p->description);
420 p->description);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/
H A Dlibgpg-error.spec14 %description
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/dnsmasq/contrib/Solaris10/
H A Dcreate_package49 set name=pkg.description value="dnsmasq daemon - dns, dhcp, tftp etc"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/
H A Dlibgpg-error.spec14 %description
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vlan/
H A Dvconfig.spec19 %description

Completed in 324 milliseconds

1234567891011>>