Searched refs:SF_STR_LICENSE (Results 1 – 11 of 11) sorted by relevance
/third_party/libsnd/tests/ |
D | string_test.c | 249 sf_set_string (file, SF_STR_LICENSE, license) ; in string_start_end_test() 336 cptr = sf_get_string (file, SF_STR_LICENSE) ; in string_start_end_test() 405 sf_set_string (file, SF_STR_LICENSE, license) ; in string_start_test() 523 cptr = sf_get_string (file, SF_STR_LICENSE) ; in string_start_test() 585 sf_set_string (file, SF_STR_LICENSE, license) ; in string_multi_set_test() 590 sf_set_string (file, SF_STR_LICENSE, license) ; in string_multi_set_test()
|
/third_party/libsnd/programs/ |
D | sndfile-metadata-get.c | 187 HANDLE_STR_ARG ("--str-license", "License", SF_STR_LICENSE) ; in process_args()
|
D | common.c | 227 sf_set_string (outfile, SF_STR_LICENSE, info->license) ; in update_strings()
|
/third_party/libsnd/src/ |
D | strings.c | 115 case SF_STR_LICENSE : in psf_store_string()
|
D | ogg_vcomment.c | 50 { SF_STR_LICENSE, "LICENSE", },
|
D | ogg_vorbis.c | 122 { SF_STR_LICENSE, "License" }, 351 case SF_STR_LICENSE : name = "LICENSE" ; break ; in vorbis_write_header()
|
D | caf.c | 892 psf_store_string (psf, SF_STR_LICENSE, value) ; in caf_read_strings() 968 case SF_STR_LICENSE : in caf_write_strings()
|
D | flac.c | 421 { "license", SF_STR_LICENSE }, in sf_flac_meta_get_vorbiscomments() 634 case SF_STR_LICENSE : in flac_write_strings()
|
D | mpeg_decode.c | 451 psf_store_string (psf, SF_STR_LICENSE, license) ; in mpeg_decoder_read_strings_id3v2()
|
/third_party/libsnd/include/ |
D | sndfile.h | 270 SF_STR_LICENSE = 0x08, enumerator
|
/third_party/libsnd/docs/ |
D | api.md | 541 | SF_STR_LICENSE | 0x08 | License. |
|