Searched refs:SFC_GET_BROADCAST_INFO (Results 1 – 8 of 8) sorted by relevance
/third_party/libsnd/programs/ |
D | sndfile-metadata-get.c | 87 if (sf_command (file, SFC_GET_BROADCAST_INFO, &binfo, sizeof (binfo)) == 0) in main()
|
D | sndfile-convert.c | 406 if (sf_command (infile, SFC_GET_BROADCAST_INFO, &binfo, sizeof (binfo)) == SF_TRUE) in copy_metadata()
|
D | common.c | 134 if (sf_command (infile, SFC_GET_BROADCAST_INFO, &binfo, sizeof (binfo)) == 0) in merge_broadcast_info()
|
D | sndfile-info.c | 344 got_bext = sf_command (file, SFC_GET_BROADCAST_INFO, &bext, sizeof (bext)) ; in broadcast_dump()
|
/third_party/libsnd/tests/ |
D | command_test.c | 1135 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/ |
D | sndfile.h | 202 SFC_GET_BROADCAST_INFO = 0x10F0, enumerator
|
/third_party/libsnd/docs/ |
D | command.md | 70 | [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/ |
D | sndfile.c | 1324 case SFC_GET_BROADCAST_INFO : in sf_command()
|