Searched refs:broadcast_16k (Results 1 – 7 of 7) sorted by relevance
/third_party/libsnd/src/ |
D | broadcast.c | 61 if (psf->broadcast_16k == NULL) in broadcast_var_set() 62 { if ((psf->broadcast_16k = broadcast_var_alloc ()) == NULL) in broadcast_var_set() 69 memcpy (psf->broadcast_16k, info, offsetof (SF_BROADCAST_INFO, coding_history)) ; in broadcast_var_set() 71 …psf_strlcpy_crlf (psf->broadcast_16k->coding_history, info->coding_history, sizeof (psf->broadcast… in broadcast_var_set() 72 len = strlen (psf->broadcast_16k->coding_history) ; in broadcast_var_set() 74 if (len > 0 && psf->broadcast_16k->coding_history [len - 1] != '\n') in broadcast_var_set() 75 …psf_strlcat (psf->broadcast_16k->coding_history, sizeof (psf->broadcast_16k->coding_history), "\r\… in broadcast_var_set() 81 …psf_strlcat (psf->broadcast_16k->coding_history, sizeof (psf->broadcast_16k->coding_history), adde… in broadcast_var_set() 85 len = strlen (psf->broadcast_16k->coding_history) ; in broadcast_var_set() 87 psf->broadcast_16k->coding_history_size = (uint32_t) len ; in broadcast_var_set() [all …]
|
D | test_broadcast_var.c | 83 if (psf->broadcast_16k != NULL) in test_broadcast_var_set() 84 free (psf->broadcast_16k) ; in test_broadcast_var_set() 108 if (psf->broadcast_16k->coding_history_size != 0) in test_broadcast_var_zero() 109 …{ printf ("\n\nLine %d: coding_history_size %d should be zero.\n\n", __LINE__, psf->broadcast_16k-… in test_broadcast_var_zero() 113 if (psf->broadcast_16k != NULL) in test_broadcast_var_zero() 114 free (psf->broadcast_16k) ; in test_broadcast_var_zero()
|
D | wavlike.c | 762 if (!psf->broadcast_16k) in wavlike_read_bext_chunk() 763 { psf->broadcast_16k = broadcast_var_alloc () ; in wavlike_read_bext_chunk() 764 if (!psf->broadcast_16k) in wavlike_read_bext_chunk() 771 memset (psf->broadcast_16k, 0, sizeof (SF_BROADCAST_INFO_16K)) ; in wavlike_read_bext_chunk() 774 b = psf->broadcast_16k ; in wavlike_read_bext_chunk() 806 if (psf->broadcast_16k == NULL) in wavlike_write_bext_chunk() 809 b = psf->broadcast_16k ; in wavlike_write_bext_chunk()
|
D | common.h | 421 SF_BROADCAST_INFO_16K *broadcast_16k ; member
|
D | rf64.c | 699 if (psf->broadcast_16k != NULL) in rf64_write_header()
|
D | sndfile.c | 1312 if (psf->broadcast_16k == NULL && psf->have_written) in sf_command() 2991 free (psf->broadcast_16k) ; in psf_close()
|
D | wav.c | 1205 if (psf->broadcast_16k != NULL) in wav_write_header()
|