Searched refs:SF_STR_TITLE (Results 1 – 19 of 19) sorted by relevance
/third_party/libsnd/tests/ |
D | string_test.c | 234 sf_set_string (file, SF_STR_TITLE, filename) ; in string_start_end_test() 262 cptr = sf_get_string (file, SF_STR_TITLE) ; in string_start_end_test() 399 sf_set_string (file, SF_STR_TITLE, filename) ; in string_start_test() 428 cptr = sf_get_string (file, SF_STR_TITLE) ; in string_start_test() 568 sf_set_string (file, SF_STR_TITLE, title) ; in string_multi_set_test() 577 sf_set_string (file, SF_STR_TITLE, new_title) ; in string_multi_set_test() 633 sf_set_string (file, SF_STR_TITLE, title) ; in string_rdwr_test() 638 str = sf_get_string (file, SF_STR_TITLE) ; in string_rdwr_test() 645 sf_set_string (file, SF_STR_TITLE, title) ; in string_rdwr_test() 649 str = sf_get_string (file, SF_STR_TITLE) ; in string_rdwr_test() [all …]
|
D | cpp_test.cc | 85 file.setString (SF_STR_TITLE, filename) ; in create_file() 106 title = file.getString (SF_STR_TITLE) ; in check_title()
|
D | header_test.tpl | 505 sf_set_string (outfile, SF_STR_TITLE, filename) ;
|
/third_party/libsnd/include/ |
D | sndfile.h | 263 { SF_STR_TITLE = 0x01, enumerator 280 #define SF_STR_FIRST SF_STR_TITLE
|
/third_party/libsnd/programs/ |
D | sndfile-metadata-get.c | 181 HANDLE_STR_ARG ("--str-title", "Name", SF_STR_TITLE) ; in process_args()
|
D | common.c | 209 sf_set_string (outfile, SF_STR_TITLE, info->title) ; in update_strings()
|
/third_party/libsnd/src/ |
D | strings.c | 109 case SF_STR_TITLE : in psf_store_string()
|
D | ogg_vcomment.c | 43 { { SF_STR_TITLE, "TITLE" },
|
D | mpeg_decode.c | 305 psf_store_string (psf, SF_STR_TITLE, buf) ; in mpeg_decoder_read_strings_id3v1() 437 psf_store_string (psf, SF_STR_TITLE, title) ; in mpeg_decoder_read_strings_id3v2()
|
D | ogg_vorbis.c | 115 { { SF_STR_TITLE, "Title" }, 344 { case SF_STR_TITLE : name = "TITLE" ; break ; in vorbis_write_header()
|
D | caf.c | 864 psf_store_string (psf, SF_STR_TITLE, value) ; in caf_read_strings() 947 { case SF_STR_TITLE : in caf_write_strings()
|
D | flac.c | 414 { { "title", SF_STR_TITLE }, in sf_flac_meta_get_vorbiscomments() 616 case SF_STR_TITLE : in flac_write_strings()
|
D | wavlike.c | 1109 psf_store_string (psf, SF_STR_TITLE, buffer) ; in wavlike_subchunk_parse() 1162 case SF_STR_TITLE : in wavlike_write_strings()
|
D | mpeg_l3_encode.c | 145 { case SF_STR_TITLE : in mpeg_l3_encoder_write_id3tag()
|
D | aiff.c | 694 psf_store_string (psf, SF_STR_TITLE, cptr) ; in aiff_read_header() 1548 case SF_STR_TITLE : in aiff_write_strings()
|
D | xi.c | 355 psf_store_string (psf, SF_STR_TITLE, buffer) ; in xi_read_header()
|
/third_party/pulseaudio/src/pulsecore/ |
D | sndfile-util.c | 321 [SF_STR_TITLE] = PA_PROP_MEDIA_TITLE, in pa_sndfile_init_proplist()
|
/third_party/gstreamer/gstplugins_bad/ext/sndfile/ |
D | gstsfdec.c | 484 if ((tag = sf_get_string (self->file, SF_STR_TITLE)) && *tag) { in create_and_send_tags()
|
/third_party/libsnd/docs/ |
D | api.md | 534 | SF_STR_TITLE | 0x01 | Title. | 547 SF_STR_TITLE) and SF_STR_LAST (always the same as the highest numbers string id)
|