Home
last modified time | relevance | path

Searched refs:SF_EMBED_FILE_INFO (Results 1 – 4 of 4) sorted by relevance

/third_party/libsnd/tests/
Dmulti_file_test.c133 SF_EMBED_FILE_INFO embed_info ; in multi_file_test()
/third_party/libsnd/include/
Dsndfile.h434 } SF_EMBED_FILE_INFO ; typedef
/third_party/libsnd/docs/
Dcommand.md1146 : a pointer to an SF_EMBED_FILE_INFO struct
1149 : sizeof (SF_EMBED_FILE_INFO)
1151 The `SF_EMBED_FILE_INFO` struct is defined in *sndfile.h* as:
1157 } SF_EMBED_FILE_INFO ;
1164 The value of the offset field of the `SF_EMBED_FILE_INFO` struct will be the
1166 file. The value of the offset field of the `SF_EMBED_FILE_INFO` struct will be
/third_party/libsnd/src/
Dsndfile.c1264 if (data == NULL || datasize != sizeof (SF_EMBED_FILE_INFO)) in sf_command()
1267 ((SF_EMBED_FILE_INFO*) data)->offset = psf->fileoffset ; in sf_command()
1268 ((SF_EMBED_FILE_INFO*) data)->length = psf->filelength ; in sf_command()