Searched refs:SFC_SET_CUE (Results 1 – 5 of 5) sorted by relevance
/third_party/libsnd/programs/ |
D | sndfile-convert.c | 401 sf_command (outfile, SFC_SET_CUE, &cues, sizeof (cues)) ; in copy_metadata()
|
/third_party/libsnd/include/ |
D | sndfile.h | 195 SFC_SET_CUE = 0x10CF, enumerator
|
/third_party/libsnd/tests/ |
D | command_test.c | 915 if (sf_command (sndfile, SFC_SET_CUE, &cues, sizeof (cues)) == SF_TRUE) in cue_rw_test() 964 if (sf_command (file, SFC_SET_CUE, &write_cue, sizeof (write_cue)) == SF_FALSE) in cue_test() 1024 if (sf_command (file, SFC_SET_CUE, write_cue, (int) cues_size) == SF_FALSE) in cue_test_var()
|
/third_party/libsnd/docs/ |
D | command.md | 81 | [SFC_SET_CUE](#sfc_set_cue) | Set cue marker info. … 1798 ## SFC_SET_CUE section in sf_command 1808 : SFC_SET_CUE 1820 sf_command (sndfile, SFC_SET_CUE, &cues, sizeof (cues)) ;
|
/third_party/libsnd/src/ |
D | sndfile.c | 1380 case SFC_SET_CUE : in sf_command()
|