Home
last modified time | relevance | path

Searched refs:SFC_GET_INSTRUMENT (Results 1 – 6 of 6) sorted by relevance

/third_party/libsnd/programs/
Dsndfile-convert.c403 if (sf_command (infile, SFC_GET_INSTRUMENT, &inst, sizeof (inst)) == SF_TRUE) in copy_metadata()
Dsndfile-info.c300 got_inst = sf_command (file, SFC_GET_INSTRUMENT, &inst, sizeof (inst)) ; in instrument_dump()
/third_party/libsnd/include/
Dsndfile.h197 SFC_GET_INSTRUMENT = 0x10D0, enumerator
/third_party/libsnd/docs/
Dcommand.md77 | [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/
Dcommand_test.c713 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/
Dsndfile.c1395 case SFC_GET_INSTRUMENT : in sf_command()