Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dformats.c502 if (!(handler = sox_find_format(filetype, sox_false))) { in open_read()
554 if (!(handler = sox_find_format(filetype, sox_false))) { in open_read()
568 if (!(handler = sox_find_format(filetype, sox_true))) { in open_read()
669 if (!filetype || !(handler = sox_find_format(filetype, is_file_extension)) || in sox_format_supports_encoding()
846 if (!(handler = sox_find_format(filetype, sox_false))) { in sox_write_handler()
858 if (!(handler = sox_find_format(filetype, sox_true))) { in sox_write_handler()
1327 sox_format_handler_t const * sox_find_format(char const * name0, sox_bool no_dev) in sox_find_format() function
1349 return sox_find_format(name0, no_dev); in sox_find_format()
H A Dlibsox.sym63 sox_find_format
H A Dsox.h1988 sox_find_format(
H A Dsox.c2096 if (!(f = sox_find_format(name, sox_false))) { in usage_format()
2518 sox_format_handler_t const * handler = sox_find_format(name, sox_false); in try_device()