Searched refs:SFC_SET_BROADCAST_INFO (Results 1 – 6 of 6) sorted by relevance
/third_party/libsnd/tests/ |
D | command_test.c | 1125 if (sf_command (file, SFC_SET_BROADCAST_INFO, &bc_write, sizeof (bc_write)) == SF_FALSE) in broadcast_test() 1212 if (sf_command (file, SFC_SET_BROADCAST_INFO, &binfo, sizeof (binfo)) != SF_FALSE) in broadcast_rdwr_test() 1248 if (sf_command (file, SFC_SET_BROADCAST_INFO, &bc_write, sizeof (bc_write)) == SF_FALSE) in check_coding_history_newlines() 1324 if (sf_command (file, SFC_SET_BROADCAST_INFO, &bc_write, sizeof (bc_write)) == SF_FALSE) in broadcast_coding_history_test() 1358 if (sf_command (file, SFC_SET_BROADCAST_INFO, &bc_write, sizeof (bc_write)) == SF_FALSE) in broadcast_coding_history_test() 1433 if (sf_command (file, SFC_SET_BROADCAST_INFO, &bc_write, sizeof (bc_write)) == SF_FALSE) in broadcast_coding_history_size()
|
/third_party/libsnd/programs/ |
D | sndfile-convert.c | 407 sf_command (outfile, SFC_SET_BROADCAST_INFO, &binfo, sizeof (binfo)) ; in copy_metadata()
|
D | common.c | 197 if (sf_command (outfile, SFC_SET_BROADCAST_INFO, &binfo, sizeof (binfo)) == 0) in merge_broadcast_info()
|
/third_party/libsnd/include/ |
D | sndfile.h | 203 SFC_SET_BROADCAST_INFO = 0x10F1, enumerator
|
/third_party/libsnd/docs/ |
D | command.md | 71 | [SFC_SET_BROADCAST_INFO](#sfc_set_broadcast_info) | Set the Broadcast Chunk info.… 1397 ## SFC_SET_BROADCAST_INFO section in sf_command 1407 : SFC_SET_BROADCAST_INFO
|
/third_party/libsnd/src/ |
D | sndfile.c | 1300 case SFC_SET_BROADCAST_INFO : in sf_command()
|