Home
last modified time | relevance | path

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

/third_party/libsnd/programs/
Dsndfile-metadata-get.c87 if (sf_command (file, SFC_GET_BROADCAST_INFO, &binfo, sizeof (binfo)) == 0) in main()
Dsndfile-convert.c406 if (sf_command (infile, SFC_GET_BROADCAST_INFO, &binfo, sizeof (binfo)) == SF_TRUE) in copy_metadata()
Dcommon.c134 if (sf_command (infile, SFC_GET_BROADCAST_INFO, &binfo, sizeof (binfo)) == 0) in merge_broadcast_info()
Dsndfile-info.c344 got_bext = sf_command (file, SFC_GET_BROADCAST_INFO, &bext, sizeof (bext)) ; in broadcast_dump()
/third_party/libsnd/tests/
Dcommand_test.c1135 if (sf_command (file, SFC_GET_BROADCAST_INFO, &bc_read, sizeof (bc_read)) == SF_FALSE) in broadcast_test()
1259 if (sf_command (file, SFC_GET_BROADCAST_INFO, &bc_read, sizeof (bc_read)) == SF_FALSE) in check_coding_history_newlines()
1335 if (sf_command (file, SFC_GET_BROADCAST_INFO, &bc_read, sizeof (bc_read)) == SF_FALSE) in broadcast_coding_history_test()
1369 if (sf_command (file, SFC_GET_BROADCAST_INFO, &bc_read, sizeof (bc_read)) == SF_FALSE) in broadcast_coding_history_test()
1444 if (sf_command (file, SFC_GET_BROADCAST_INFO, &bc_read, sizeof (bc_read)) == SF_FALSE) in broadcast_coding_history_size()
/third_party/libsnd/include/
Dsndfile.h202 SFC_GET_BROADCAST_INFO = 0x10F0, enumerator
/third_party/libsnd/docs/
Dcommand.md70 | [SFC_GET_BROADCAST_INFO](#sfc_get_broadcast_info) | Get the Broadcast Chunk info.…
1355 ## SFC_GET_BROADCAST_INFO section in sf_command
1365 : SFC_GET_BROADCAST_INFO
/third_party/libsnd/src/
Dsndfile.c1324 case SFC_GET_BROADCAST_INFO : in sf_command()