Searched refs:tags (Results 1 - 25 of 918) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_symlink12 build btree/tags ../dist/tags
13 build build_unix/tags ../dist/tags
14 build clib/tags ../dist/tags
15 build common/tags ../dist/tags
16 build crypto/tags ../dist/tags
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_common/
H A Dtags.h24 FLAC__bool FLAC_plugin__tags_get(const char *filename, FLAC__StreamMetadata **tags);
25 FLAC__bool FLAC_plugin__tags_set(const char *filename, const FLAC__StreamMetadata *tags);
28 * Deletes the tags object and sets '*tags' to NULL.
30 void FLAC_plugin__tags_destroy(FLAC__StreamMetadata **tags);
36 const char *FLAC_plugin__tags_get_tag_utf8(const FLAC__StreamMetadata *tags, const char *name);
44 FLAC__uint16 *FLAC_plugin__tags_get_tag_ucs2(const FLAC__StreamMetadata *tags, const char *name);
47 * Removes all tags with the given 'name'. Returns the number of tags removed,
50 int FLAC_plugin__tags_delete_tag(FLAC__StreamMetadata *tags, cons
[all...]
H A Dtags.c27 #include "tags.h"
212 FLAC__bool FLAC_plugin__tags_get(const char *filename, FLAC__StreamMetadata **tags) argument
214 if(!FLAC__metadata_get_tags(filename, tags))
215 if(0 == (*tags = FLAC__metadata_object_new(FLAC__METADATA_TYPE_VORBIS_COMMENT)))
220 FLAC__bool FLAC_plugin__tags_set(const char *filename, const FLAC__StreamMetadata *tags) argument
248 if(0 == (block = FLAC__metadata_object_clone(tags))) {
271 void FLAC_plugin__tags_destroy(FLAC__StreamMetadata **tags) argument
273 FLAC__metadata_object_delete(*tags);
274 *tags = 0;
277 const char *FLAC_plugin__tags_get_tag_utf8(const FLAC__StreamMetadata *tags, cons argument
283 FLAC_plugin__tags_get_tag_ucs2(const FLAC__StreamMetadata *tags, const char *name) argument
291 FLAC_plugin__tags_delete_tag(FLAC__StreamMetadata *tags, const char *name) argument
296 FLAC_plugin__tags_delete_all(FLAC__StreamMetadata *tags) argument
306 FLAC_plugin__tags_add_tag_utf8(FLAC__StreamMetadata *tags, const char *name, const char *value, const char *separator) argument
337 FLAC_plugin__tags_set_tag_ucs2(FLAC__StreamMetadata *tags, const char *name, const FLAC__uint16 *value, FLAC__bool replace_all) argument
[all...]
H A DMakefile.lite32 tags.c
H A DMakefile.am30 tags.h
36 tags.c
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dcompat.h11 extern void convert_to_tag_list(struct tag *tags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dtag.c36 #include "plugin_common/tags.h"
71 static char *local__getfield(const FLAC__StreamMetadata *tags, const char *name) argument
73 if (0 != tags) {
74 const char *utf8 = FLAC_plugin__tags_get_tag_utf8(tags, name);
103 FLAC__StreamMetadata *tags; local
106 FLAC_plugin__tags_get(filename, &tags);
108 title = local__getfield(tags, "TITLE");
109 artist = local__getfield(tags, "ARTIST");
110 performer = local__getfield(tags, "PERFORMER");
111 album = local__getfield(tags, "ALBU
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Draw.c61 const PixelFormatTag * tags = ff_raw_pixelFormatTags; local
62 while (tags->pix_fmt >= 0) {
63 if (tags->pix_fmt == fmt)
64 return tags->fourcc;
65 tags++;
H A Drawdec.c58 static enum PixelFormat findPixelFormat(const PixelFormatTag *tags, unsigned int fourcc) argument
60 while (tags->pix_fmt >= 0) {
61 if (tags->fourcc == fourcc)
62 return tags->pix_fmt;
63 tags++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dinfobox.h24 void ReadTags(const char *fileName, FLAC__StreamMetadata **tags, BOOL forDisplay);
H A Dinfobox.c36 FLAC__StreamMetadata *tags; member in struct:__anon901
200 #define SetText(x,y) ucs2 = FLAC_plugin__tags_get_tag_ucs2(data->tags, y); \
206 if (*buffer) { ucs2 = AnsiToWide(buffer); FLAC_plugin__tags_set_tag_ucs2(data->tags, y, ucs2, /*replace_all=*/false); free(ucs2); } \
207 else FLAC_plugin__tags_delete_tag(data->tags, y)
209 #define SetTextW(x,y) ucs2 = FLAC_plugin__tags_get_tag_ucs2(data->tags, y); \
214 if (*(WCHAR*)buffer) FLAC_plugin__tags_set_tag_ucs2(data->tags, y, (WCHAR*)buffer, /*replace_all=*/false); \
215 else FLAC_plugin__tags_delete_tag(data->tags, y)
235 ReadTags(file, &data->tags, false);
240 rg = FLAC_plugin__tags_get_tag_utf8(data->tags, "REPLAYGAIN_TRACK_GAIN") ? 1 : 0;
241 rg |= FLAC_plugin__tags_get_tag_utf8(data->tags, "REPLAYGAIN_ALBUM_GAI
277 SetTag(HWND hwnd, const char *filename, FLAC__StreamMetadata *tags) argument
420 ReadTags(const char *fileName, FLAC__StreamMetadata **tags, BOOL forDisplay) argument
[all...]
H A Din_flac.c276 FLAC__StreamMetadata *tags = (FLAC__StreamMetadata*)param; local
294 val = FLAC_plugin__tags_get_tag_ucs2(tags, tagname);
301 val = FLAC_plugin__tags_get_tag_ucs2(tags, "PERFORMER");
302 if (!val) val = FLAC_plugin__tags_get_tag_ucs2(tags, "COMPOSER");
306 val = FLAC_plugin__tags_get_tag_ucs2(tags, "YEAR_RECORDED");
307 if (!val) val = FLAC_plugin__tags_get_tag_ucs2(tags, "YEAR_PERFORMED");
322 FLAC__StreamMetadata *tags; local
324 ReadTags(filename, &tags, /*forDisplay=*/true);
326 tagz_format(flac_cfg.title.tag_format_w, get_tag, free_tag, tags, title, max_size);
328 FLAC_plugin__tags_destroy(&tags);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Driff.h2 * RIFF codec tags
42 void put_bmp_header(ByteIOContext *pb, AVCodecContext *enc, const AVCodecTag *tags, int for_asf);
50 unsigned int codec_get_tag(const AVCodecTag *tags, int id);
51 enum CodecID codec_get_id(const AVCodecTag *tags, unsigned int tag);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-wav.c68 /* I've found some wav files that have INFO tags
141 char *tags; local
151 tags = malloc(len+1);
152 if(!tags)
155 if(read(fd, tags, len) < len ||
156 strncmp(tags, "INFO", 4) != 0)
158 free(tags);
161 tags[len] = '\0';
164 p = tags + off;
207 free(tags);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dfile.c61 struct filetag *tags; member in struct:id3_file
159 struct filetag *tags; local
161 tags = realloc(file->tags, (file->ntags + 1) * sizeof(*tags));
162 if (tags == 0)
165 file->tags = tags;
166 file->tags[file->ntags++] = *filetag;
168 /* sort tags b
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dfile.c61 struct filetag *tags; member in struct:id3_file
159 struct filetag *tags; local
161 tags = realloc(file->tags, (file->ntags + 1) * sizeof(*tags));
162 if (tags == 0)
165 file->tags = tags;
166 file->tags[file->ntags++] = *filetag;
168 /* sort tags b
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dsetlocalversion14 if git name-rev --tags HEAD | grep -E '^HEAD[[:space:]]+(.*~[0-9]*|undefined)$' > /dev/null; then
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-footbridge/
H A Dco285.c16 fixup_coebsa285(struct machine_desc *desc, struct tag *tags, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr011/
H A Dchk.tags3 # $Id: chk.tags,v 12.6 2007/07/06 18:44:33 bostic Exp $
5 # Check to make sure we don't need any more symbolic links to tags files.
41 (cd $d && ls */tags | sed 's/\/tags$//' | sort) > $t2
45 echo "<<< source tree >>> tags files"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/tools/
H A DMakefile43 tags:
54 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/include/
H A DMakefile.in371 tags-recursive:
373 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
388 tags: TAGS
390 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
392 tags=; \
404 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
413 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
416 $$tags $$unique; \
421 tags
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/AIX/
H A DMakefile.in368 tags-recursive:
370 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
385 tags: TAGS
387 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
389 tags=; \
401 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
410 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
413 $$tags $$unique; \
418 tags
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/Linux/
H A DMakefile.in367 tags-recursive:
369 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
384 tags: TAGS
386 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
388 tags=; \
400 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
409 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
412 $$tags $$unique; \
417 tags
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/Win32/
H A DMakefile.in368 tags-recursive:
370 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
385 tags: TAGS
387 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
389 tags=; \
401 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
410 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
413 $$tags $$unique; \
418 tags
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/doc/
H A DMakefile.in336 tags-recursive:
338 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
351 tags: TAGS
362 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
364 tags=; \
374 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
383 test -z "$(ETAGS_ARGS)$$tags$$unique" \
385 $$tags $$unique
390 tags
[all...]

Completed in 258 milliseconds

1234567891011>>