Searched refs:SFC_GET_CUE (Results 1 – 6 of 6) sorted by relevance
/third_party/libsnd/tests/ |
D | cue_test.c | 47 if (sf_command(file, SFC_GET_CUE, info, size) == SF_FALSE) in get_cues()
|
D | command_test.c | 912 if (sf_command (sndfile, SFC_GET_CUE, &cues, sizeof (cues)) == SF_TRUE) in cue_rw_test() 974 if (sf_command (file, SFC_GET_CUE, &read_cue, sizeof (read_cue)) == SF_FALSE) in cue_test() 1035 if (sf_command (file, SFC_GET_CUE, read_cue, (int) cues_size) == SF_FALSE) in cue_test_var()
|
/third_party/libsnd/programs/ |
D | sndfile-convert.c | 400 if (sf_command (infile, SFC_GET_CUE, &cues, sizeof (cues)) == SF_TRUE) in copy_metadata()
|
/third_party/libsnd/include/ |
D | sndfile.h | 194 SFC_GET_CUE = 0x10CE, enumerator
|
/third_party/libsnd/docs/ |
D | command.md | 80 | [SFC_GET_CUE](#sfc_get_cue) | Get cue marker info. … 1719 [SFC_GET_CUE](#sfc_get_cue) command. 1747 ## SFC_GET_CUE section in sf_command 1757 : SFC_GET_CUE 1790 sf_command (sndfile, SFC_GET_CUE, &cues, sizeof (cues)) ;
|
/third_party/libsnd/src/ |
D | sndfile.c | 1370 case SFC_GET_CUE : in sf_command()
|