Home
last modified time | relevance | path

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

/dports/graphics/simage/simage-1.7.0/src/
H A Dsimage_libsndfile.c19 } libsndfile_context; typedef
22 libsndfile_init_context(libsndfile_context *context) in libsndfile_init_context()
30 libsndfile_cleanup_context(libsndfile_context *context) in libsndfile_cleanup_context()
42 libsndfile_context *context; in libsndfile_stream_open()
51 context = (libsndfile_context *) malloc(sizeof(libsndfile_context)); in libsndfile_stream_open()
84 libsndfile_context *context; in libsndfile_stream_get()
90 context = (libsndfile_context *)s_stream_context_get(stream); in libsndfile_stream_get()
136 libsndfile_context *context; in libsndfile_stream_close()
137 context = (libsndfile_context *)s_stream_context_get(stream); in libsndfile_stream_close()
150 libsndfile_context *context; in libsndfile_stream_seek()
[all …]