Searched refs:SFC_GET_INSTRUMENT (Results 1 – 6 of 6) sorted by relevance
/third_party/libsnd/programs/ |
D | sndfile-convert.c | 403 if (sf_command (infile, SFC_GET_INSTRUMENT, &inst, sizeof (inst)) == SF_TRUE) in copy_metadata()
|
D | sndfile-info.c | 300 got_inst = sf_command (file, SFC_GET_INSTRUMENT, &inst, sizeof (inst)) ; in instrument_dump()
|
/third_party/libsnd/include/ |
D | sndfile.h | 197 SFC_GET_INSTRUMENT = 0x10D0, enumerator
|
/third_party/libsnd/docs/ |
D | command.md | 77 | [SFC_GET_INSTRUMENT](#sfc_get_instrument) | Get instrument info. … 1627 ## SFC_GET_INSTRUMENT section in sf_command 1638 : SFC_GET_INSTRUMENT 1678 sf_command (sndfile, SFC_GET_INSTRUMENT, &inst, sizeof (inst)) ;
|
/third_party/libsnd/tests/ |
D | command_test.c | 713 if (sf_command (sndfile, SFC_GET_INSTRUMENT, &inst, sizeof (inst)) == SF_TRUE) in instrumet_rw_test() 768 if (sf_command (file, SFC_GET_INSTRUMENT, &read_inst, sizeof (read_inst)) == SF_FALSE) in instrument_test()
|
/third_party/libsnd/src/ |
D | sndfile.c | 1395 case SFC_GET_INSTRUMENT : in sf_command()
|