Home
last modified time | relevance | path

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

/third_party/libsnd/tests/
Dcommand_test.c850 print_cue (SF_CUES *cue, int i) in print_cue()
870 cue_compare (SF_CUES *write_cue, SF_CUES *read_cue, size_t cue_size, int line) in cue_compare()
897 SF_CUES cues ; in cue_rw_test()
935 { SF_CUES write_cue ; in cue_test()
936 SF_CUES read_cue ; in cue_test()
941 { write_cue = (SF_CUES) in cue_test()
949 { write_cue = (SF_CUES) in cue_test()
997 SF_CUES *write_cue = calloc (1, cues_size) ; in cue_test_var()
998 SF_CUES *read_cue = calloc (1, cues_size) ; in cue_test_var()
/third_party/libsnd/src/
Dcommon.c1324 SF_CUES *
1326 { SF_CUES *pcues = calloc (1, SF_CUES_VAR_SIZE (cue_count)) ; in psf_cues_alloc()
1333 SF_CUES *
1335 { const SF_CUES *pcues = ptr ; in psf_cues_dup()
1336 SF_CUES *pnew = NULL ; in psf_cues_dup()
1355 ((SF_CUES*) data)->cue_count = cue_count ; in psf_get_cues()
Dcommon.h414 SF_CUES *cues ;
984 SF_CUES * psf_cues_dup (const void * ptr, size_t datasize) ;
985 SF_CUES * psf_cues_alloc (uint32_t cue_count) ;
/third_party/libsnd/docs/
Dcommand.md1760 : a pointer to an SF_CUES struct
1763 : sizeof (SF_CUES)
1765 The SF_CUES struct is defined in *sndfile.h* as:
1780 } SF_CUES ;
1789 SF_CUES cues ;
1811 : a pointer to an SF_CUES struct
1814 : sizeof (SF_CUES)
1819 SF_CUES cues ;
/third_party/libsnd/programs/
Dsndfile-convert.c378 SF_CUES cues ; in copy_metadata()
/third_party/libsnd/include/
Dsndfile.h456 typedef SF_CUES_VAR (100) SF_CUES ; typedef