Searched refs:wout (Results 1 - 5 of 5) sorted by relevance
/third_party/alsa-lib/src/alisp/ |
H A D | alisp.c | 110 snd_output_printf(instance->wout, "alisp warning: "); in lisp_warn() 111 snd_output_vprintf(instance->wout, fmt, ap); in lisp_warn() 112 snd_output_putc(instance->wout, '\n'); in lisp_warn() 281 snd_output_printf(instance->wout, ">>>> "); in free_objects() 282 princ_object(instance->wout, p); in free_objects() 283 snd_output_printf(instance->wout, " <<<<\n"); in free_objects() 3212 instance->warning = cfg->warning && cfg->wout; in alsa_lisp() 3218 instance->wout = cfg->wout; in alsa_lisp() 3292 cfg->wout in alsa_lisp_default_cfg() [all...] |
H A D | alisp_local.h | 133 snd_output_t *wout; /* warning output */ member
|
/third_party/alsa-lib/include/ |
H A D | alisp.h | 30 snd_output_t *wout; /* warning output */ member
|
/third_party/ffmpeg/libavcodec/ |
H A D | on2avc.c | 700 float *wout = out + 448; in on2avc_reconstruct_channel_ext() local 726 c->fdsp->vector_fmul_window(wout, saved + 448, buf, c->short_win, 64); in on2avc_reconstruct_channel_ext() 727 memcpy(wout + 128, buf + 64, 448 * sizeof(float)); in on2avc_reconstruct_channel_ext() 764 float *wout = out + 448; in on2avc_reconstruct_channel() local 768 c->fdsp->vector_fmul_window(wout + 0*128, saved + 448, buf + 0*128, c->short_win, 64); in on2avc_reconstruct_channel() 769 c->fdsp->vector_fmul_window(wout + 1*128, buf + 0*128 + 64, buf + 1*128, c->short_win, 64); in on2avc_reconstruct_channel() 770 c->fdsp->vector_fmul_window(wout + 2*128, buf + 1*128 + 64, buf + 2*128, c->short_win, 64); in on2avc_reconstruct_channel() 771 c->fdsp->vector_fmul_window(wout + 3*128, buf + 2*128 + 64, buf + 3*128, c->short_win, 64); in on2avc_reconstruct_channel() 773 memcpy(wout + 4*128, temp, 64 * sizeof(float)); in on2avc_reconstruct_channel() 775 c->fdsp->vector_fmul_window(wout, save in on2avc_reconstruct_channel() [all...] |
/third_party/alsa-lib/alsalisp/ |
H A D | alsalisp.c | 63 cfg.out = cfg.eout = cfg.vout = cfg.wout = cfg.dout = out; in interpret_filename()
|
Completed in 8 milliseconds