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 = 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() 104 if (psf->broadcast_16k->coding_history_size != 0) in test_broadcast_var_zero() 105 …{ printf ("\n\nLine %d: coding_history_size %d should be zero.\n\n", __LINE__, psf->broadcast_16k-… in test_broadcast_var_zero() 109 if (psf->broadcast_16k != NULL) in test_broadcast_var_zero() 110 free (psf->broadcast_16k) ; in test_broadcast_var_zero()
|
D | wavlike.c | 743 if (!psf->broadcast_16k) in wavlike_read_bext_chunk() 744 { psf->broadcast_16k = broadcast_var_alloc () ; in wavlike_read_bext_chunk() 745 if (!psf->broadcast_16k) in wavlike_read_bext_chunk() 752 memset (psf->broadcast_16k, 0, sizeof (SF_BROADCAST_INFO_16K)) ; in wavlike_read_bext_chunk() 755 b = psf->broadcast_16k ; in wavlike_read_bext_chunk() 787 if (psf->broadcast_16k == NULL) in wavlike_write_bext_chunk() 790 b = psf->broadcast_16k ; in wavlike_write_bext_chunk()
|
D | rf64.c | 699 if (psf->broadcast_16k != NULL) in rf64_write_header()
|
D | common.h | 470 SF_BROADCAST_INFO_16K *broadcast_16k ; member
|
D | sndfile.c | 1224 if (psf->broadcast_16k == NULL && psf->have_written) in sf_command() 2902 free (psf->broadcast_16k) ; in psf_close()
|
D | wav.c | 1124 if (psf->broadcast_16k != NULL) in wav_write_header()
|