Searched refs:SFC_GET_FORMAT_INFO (Results 1 – 5 of 5) sorted by relevance
/third_party/libsnd/programs/ |
D | common.c | 388 sf_command (NULL, SFC_GET_FORMAT_INFO, &info, sizeof (info)) ; in sfe_dump_format_map() 392 sf_command (NULL, SFC_GET_FORMAT_INFO, &info, sizeof (info)) ; in sfe_dump_format_map()
|
/third_party/pulseaudio/src/pulsecore/ |
D | sndfile-util.c | 360 if (sf_command(sf, SFC_GET_FORMAT_INFO, &fi, sizeof(fi)) == 0 && fi.name) { in pa_sndfile_init_proplist()
|
/third_party/libsnd/include/ |
D | sndfile.h | 158 SFC_GET_FORMAT_INFO = 0x1028, enumerator
|
/third_party/libsnd/docs/ |
D | command.md | 46 | [SFC_GET_FORMAT_INFO](#sfc_get_format_info) | Get information about a major… 673 ## SFC_GET_FORMAT_INFO section in sf_command 683 : SFC_GET_FORMAT_INFO 714 sf_command (sndfile, SFC_GET_FORMAT_INFO, &format_info, sizeof (format_info)) ; 718 sf_command (sndfile, SFC_GET_FORMAT_INFO, &format_info, sizeof (format_info)) ;
|
/third_party/libsnd/src/ |
D | sndfile.c | 1049 case SFC_GET_FORMAT_INFO : in sf_command()
|