Lines Matching defs:postin
154 free_temp(&s->postin);
454 s->postin= s->in;
459 s->postin.ch_count=
470 set_audiodata_fmt(&s->postin, s->int_sample_fmt);
684 AudioData *postin, *midbuf, *preout;
697 if((ret=swri_realloc_audio(&s->postin, in_count))<0)
711 postin= &s->postin;
719 postin= in;
722 midbuf= postin;
735 else if(preout==postin) preout= midbuf= postin= out;
740 if(in != postin){
741 swri_audio_convert(s->in_convert, postin, in, in_count);
745 if(postin != midbuf)
746 if ((out_count = resample(s, midbuf, out_count, postin, in_count)) < 0)
751 if(postin != midbuf)
752 swri_rematrix(s, midbuf, postin, in_count, midbuf==out);