Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dbroadcast.c29 static int gen_coding_history (char * added_history, int added_history_max, const SF_INFO * psfinfo…
78 { char added_history [256] ; in broadcast_var_set() local
80 gen_coding_history (added_history, sizeof (added_history), &(psf->sf)) ; in broadcast_var_set()
81 … (psf->broadcast_16k->coding_history, sizeof (psf->broadcast_16k->coding_history), added_history) ; in broadcast_var_set()
114 gen_coding_history (char * added_history, int added_history_max, const SF_INFO * psfinfo) in gen_coding_history() argument
182 count = snprintf (added_history, added_history_max, in gen_coding_history()