Home
last modified time | relevance | path

Searched refs:SF_STR_LICENSE (Results 1 – 11 of 11) sorted by relevance

/third_party/libsnd/tests/
Dstring_test.c249 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/
Dsndfile-metadata-get.c187 HANDLE_STR_ARG ("--str-license", "License", SF_STR_LICENSE) ; in process_args()
Dcommon.c227 sf_set_string (outfile, SF_STR_LICENSE, info->license) ; in update_strings()
/third_party/libsnd/src/
Dstrings.c115 case SF_STR_LICENSE : in psf_store_string()
Dogg_vcomment.c50 { SF_STR_LICENSE, "LICENSE", },
Dogg_vorbis.c122 { SF_STR_LICENSE, "License" },
351 case SF_STR_LICENSE : name = "LICENSE" ; break ; in vorbis_write_header()
Dcaf.c892 psf_store_string (psf, SF_STR_LICENSE, value) ; in caf_read_strings()
968 case SF_STR_LICENSE : in caf_write_strings()
Dflac.c421 { "license", SF_STR_LICENSE }, in sf_flac_meta_get_vorbiscomments()
634 case SF_STR_LICENSE : in flac_write_strings()
Dmpeg_decode.c451 psf_store_string (psf, SF_STR_LICENSE, license) ; in mpeg_decoder_read_strings_id3v2()
/third_party/libsnd/include/
Dsndfile.h270 SF_STR_LICENSE = 0x08, enumerator
/third_party/libsnd/docs/
Dapi.md541 | SF_STR_LICENSE | 0x08 | License. |