Searched refs:sox_format_handler_t (Results 1 – 25 of 61) sorted by relevance
123
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | raw.h | 22 const sox_format_handler_t *lsx_ ## id ## _format_fn(void); \ 23 const sox_format_handler_t *lsx_ ## id ## _format_fn(void) { \ 26 static sox_format_handler_t handler = { \
|
| H A D | raw-fmt.c | 34 static sox_format_handler_t const handler = {SOX_LIB_VERSION_CODE, in LSX_FORMAT_HANDLER() 53 static sox_format_handler_t handler = {SOX_LIB_VERSION_CODE, in LSX_FORMAT_HANDLER()
|
| H A D | cvsd-fmt.c | 24 static sox_format_handler_t const handler = {SOX_LIB_VERSION_CODE, in LSX_FORMAT_HANDLER() 108 static sox_format_handler_t const handler = {SOX_LIB_VERSION_CODE, in LSX_FORMAT_HANDLER()
|
| H A D | sox.h | 1085 typedef struct sox_format_handler_t sox_format_handler_t; typedef 1109 typedef sox_format_handler_t const * (LSX_API * sox_format_fn_t)(void); 1441 struct sox_format_handler_t { struct 1537 sox_format_handler_t handler; /**< Format handler for this file */ 1871 sox_format_handler_t const * 1986 sox_format_handler_t const *
|
| H A D | amr.h | 320 sox_format_handler_t const * AMR_FORMAT_FN(void); 321 sox_format_handler_t const * AMR_FORMAT_FN(void) in AMR_FORMAT_FN() 326 static sox_format_handler_t handler = { in AMR_FORMAT_FN()
|
| H A D | xi.c | 24 static sox_format_handler_t handler; in LSX_FORMAT_HANDLER()
|
| H A D | pvf.c | 24 static sox_format_handler_t handler; in LSX_FORMAT_HANDLER()
|
| H A D | fap.c | 24 static sox_format_handler_t handler; in LSX_FORMAT_HANDLER()
|
| H A D | sd2.c | 24 static sox_format_handler_t handler; in LSX_FORMAT_HANDLER()
|
| H A D | paf.c | 24 static sox_format_handler_t handler; in LSX_FORMAT_HANDLER()
|
| H A D | mat4.c | 27 static sox_format_handler_t handler; in LSX_FORMAT_HANDLER()
|
| H A D | mat5.c | 27 static sox_format_handler_t handler; in LSX_FORMAT_HANDLER()
|
| H A D | aiff-fmt.c | 26 static sox_format_handler_t const sox_aiff_format = {SOX_LIB_VERSION_CODE, in LSX_FORMAT_HANDLER()
|
| H A D | ima-fmt.c | 26 static sox_format_handler_t handler = {SOX_LIB_VERSION_CODE, in LSX_FORMAT_HANDLER()
|
| H A D | caf.c | 29 static sox_format_handler_t handler; in LSX_FORMAT_HANDLER()
|
| H A D | vox-fmt.c | 26 static sox_format_handler_t handler = {SOX_LIB_VERSION_CODE, in LSX_FORMAT_HANDLER()
|
| H A D | dvms-fmt.c | 24 static sox_format_handler_t const handler = {SOX_LIB_VERSION_CODE, in LSX_FORMAT_HANDLER()
|
| H A D | aifc-fmt.c | 28 static sox_format_handler_t const sox_aifc_format = {SOX_LIB_VERSION_CODE, in LSX_FORMAT_HANDLER()
|
| H A D | w64.c | 33 static sox_format_handler_t handler; in LSX_FORMAT_HANDLER()
|
| H A D | formats.c | 495 sox_format_handler_t const * handler; in open_read() 660 sox_format_handler_t const * handler; in sox_format_supports_encoding() 839 sox_format_handler_t const * sox_write_handler( in sox_write_handler() 844 sox_format_handler_t const * handler; in sox_write_handler() 888 sox_format_handler_t const * handler; in open_write() 1234 #define FORMAT(f) extern sox_format_handler_t const * lsx_##f##_format_fn(void); 1327 sox_format_handler_t const * sox_find_format(char const * name0, sox_bool no_dev) in sox_find_format() 1337 sox_format_handler_t const * handler = s_sox_format_fns[f].fn(); in sox_find_format()
|
| H A D | cdr.c | 41 static sox_format_handler_t handler = {SOX_LIB_VERSION_CODE, in LSX_FORMAT_HANDLER()
|
| H A D | sounder.c | 47 static sox_format_handler_t const handler = {SOX_LIB_VERSION_CODE, in LSX_FORMAT_HANDLER()
|
| H A D | nulfile.c | 53 static sox_format_handler_t const handler = {SOX_LIB_VERSION_CODE, in LSX_FORMAT_HANDLER()
|
| H A D | wve.c | 55 static sox_format_handler_t const handler = {SOX_LIB_VERSION_CODE, in LSX_FORMAT_HANDLER()
|
| H A D | htk.c | 71 static sox_format_handler_t handler = { in LSX_FORMAT_HANDLER()
|
123