Home
last modified time | relevance | path

Searched refs:genre (Results 1 – 25 of 67) sorted by relevance

123

/third_party/ffmpeg/libavformat/
Did3v1.c259 int genre; in parse_tag() local
273 genre = buf[127]; in parse_tag()
274 if (genre <= ID3v1_GENRE_MAX) in parse_tag()
275 av_dict_set(&s->metadata, "genre", ff_id3v1_genre_str[genre], 0); in parse_tag()
Dicecast.c39 char *genre; member
56 … { "ice_genre", "set stream genre", OFFSET(genre), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, E },
104 cat_header(&bp, "Ice-Genre", s->genre); in icecast_open()
Did3v2.c324 unsigned genre; in read_ttag() local
338 (sscanf(dst, "(%d)", &genre) == 1 || sscanf(dst, "%d", &genre) == 1) && in read_ttag()
339 genre <= ID3v1_GENRE_MAX) { in read_ttag()
341 dst = av_strdup(ff_id3v1_genre_str[genre]); in read_ttag()
/third_party/gstreamer/gstplugins_good/ext/taglib/
Dgstapev2mux.cc173 const char *genre; in add_one_tag() local
175 result = gst_tag_list_peek_string_index (list, tag, 0, &genre); in add_one_tag()
177 GST_DEBUG ("Setting genre to %s", genre); in add_one_tag()
178 apev2tag->setGenre (String (genre, String::UTF8)); in add_one_tag()
/third_party/gstreamer/gstplugins_good/ext/shout2/
Dgstshout2.c261 shout2send->genre = g_strdup (DEFAULT_GENRE); in gst_shout2send_init()
285 g_free (shout2send->genre); in gst_shout2send_finalize()
495 GST_DEBUG_OBJECT (sink, "setting %s: %s", cur_prop, sink->genre); in gst_shout2send_start()
496 if (shout_set_genre (sink->conn, sink->genre) != SHOUTERR_SUCCESS) in gst_shout2send_start()
832 g_free (shout2send->genre); in gst_shout2send_set_property()
833 shout2send->genre = g_strdup (g_value_get_string (value)); in gst_shout2send_set_property()
886 g_value_set_string (value, shout2send->genre); in gst_shout2send_get_property()
Dgstshout2.h61 gchar *genre; member
/third_party/libsnd/tests/
Dstring_test.c197 genre [] = "The genre", variable
224 sf_set_string (file, SF_STR_GENRE, genre) ; in string_start_end_test()
299 if (cptr == NULL || strcmp (genre, cptr) != 0) in string_start_end_test()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavmux.c639 strncpy (ffmpegmux->context->genre, s, in gst_ffmpegmux_collected()
640 sizeof (ffmpegmux->context->genre)); in gst_ffmpegmux_collected()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dtag.c576 const gchar *genre; in GST_START_TEST() local
578 genre = gst_tag_id3_genre_get (i); in GST_START_TEST()
579 GST_LOG ("genre: %s", genre); in GST_START_TEST()
580 fail_unless (genre != NULL); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/id3tag/
Did3tag.c1336 const gchar *genre = gst_tag_id3_genre_get (i); in genre_v1_convert() local
1337 if (g_str_equal (str, genre)) { in genre_v1_convert()
/third_party/gstreamer/gstreamer/po/
Daf.po331 msgid "genre"
332 msgstr "genre"
334 msgid "genre this data belongs to"
335 msgstr "genre waartoe hierdie data behoort"
Den_GB.po337 msgid "genre"
338 msgstr "genre"
340 msgid "genre this data belongs to"
341 msgstr "genre this data belongs to"
Did.po328 msgid "genre"
329 msgstr "genre"
331 msgid "genre this data belongs to"
332 msgstr "genre asal data ini"
Dda.po332 msgid "genre"
333 msgstr "genre"
335 msgid "genre this data belongs to"
336 msgstr "genre disse data tilhører"
Dsv.po330 msgid "genre"
331 msgstr "genre"
333 msgid "genre this data belongs to"
334 msgstr "genre som dessa data tillhör"
Dnl.po335 msgid "genre"
336 msgstr "genre"
338 msgid "genre this data belongs to"
339 msgstr "genre van het stuk"
Dfr.po333 msgid "genre"
334 msgstr "genre"
336 msgid "genre this data belongs to"
337 msgstr "genre auquel ces données appartiennent"
Dbe.po319 msgid "genre"
322 msgid "genre this data belongs to"
Dja.po316 msgid "genre"
319 msgid "genre this data belongs to"
Dbg.po333 msgid "genre"
336 msgid "genre this data belongs to"
Deo.po308 msgid "genre"
311 msgid "genre this data belongs to"
Daz.po309 msgid "genre"
312 msgid "genre this data belongs to"
Dsr.po328 msgid "genre"
331 msgid "genre this data belongs to"
Duk.po326 msgid "genre"
329 msgid "genre this data belongs to"
/third_party/minimp4/
Dminimp4.h311 unsigned char *genre; member
2969 case BOX_cgen: ptag = &mp4->tag.genre; break; in MP4D_open()
3307 FREE(mp4->tag.genre); in MP4D_close()
3474 STR_TAG(genre); in MP4D_printf_info()

123