Searched refs:bufdata (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | noiseprof.c | 39 size_t bufdata; member 84 data->bufdata = 0; in sox_noiseprof_start() 121 size_t i, j, n = min(samp / chans, WINDOWSIZE - p->bufdata); in sox_noiseprof_flow() 131 chan->window[j + p->bufdata] = in sox_noiseprof_flow() 133 if (n + p->bufdata == WINDOWSIZE) in sox_noiseprof_flow() 137 p->bufdata += n; in sox_noiseprof_flow() 138 assert(p->bufdata <= WINDOWSIZE); in sox_noiseprof_flow() 139 if (p->bufdata == WINDOWSIZE) in sox_noiseprof_flow() 140 p->bufdata = 0; in sox_noiseprof_flow() 157 if (data->bufdata == 0) { in sox_noiseprof_drain() [all …]
|
| H A D | noisered.c | 31 size_t bufdata; member 95 data->bufdata = 0; in sox_noisered_start() 262 size_t ncopy = min(track_samples, WINDOWSIZE-data->bufdata); in sox_noisered_flow() 263 size_t whole_window = (ncopy + data->bufdata == WINDOWSIZE); in sox_noisered_flow() 264 int oldbuf = data->bufdata; in sox_noisered_flow() 271 data->bufdata = WINDOWSIZE/2; in sox_noisered_flow() 273 data->bufdata += ncopy; in sox_noisered_flow() 313 *osamp = process_window(effp, data, i, tracks, obuf, (unsigned) data->bufdata); in sox_noisered_drain()
|
| /OK3568_Linux_fs/kernel/drivers/sbus/char/ |
| H A D | envctrl.c | 327 int scale, char *tbl, char *bufdata) in envctrl_i2c_data_translate() argument 335 bufdata[0] = data; in envctrl_i2c_data_translate() 341 bufdata[0] = tbl[data]; in envctrl_i2c_data_translate() 346 sprintf(bufdata,"%d ", (tbl[data] * 10) / (scale)); in envctrl_i2c_data_translate() 347 len = strlen(bufdata); in envctrl_i2c_data_translate() 348 bufdata[len - 1] = bufdata[len - 2]; in envctrl_i2c_data_translate() 349 bufdata[len - 2] = '.'; in envctrl_i2c_data_translate() 363 char mon_type, unsigned char *bufdata) in envctrl_read_cpu_info() argument 390 tbl, bufdata); in envctrl_read_cpu_info() 398 char mon_type, unsigned char *bufdata) in envctrl_read_noncpu_info() argument [all …]
|