Lines Matching defs:out
123 PPDMHOSTSTEREOSAMPLE out = dst;
125 st_sample_t *out = dst;
138 out->u64LSample = VOL (glue (conv_, ET) (*in++), vol->l);
139 out->u64RSample = VOL (glue (conv_, ET) (*in++), vol->r);
141 out->l = VOL (glue (conv_, ET) (*in++), vol->l);
142 out->r = VOL (glue (conv_, ET) (*in++), vol->r);
144 out += 1;
156 PPDMHOSTSTEREOSAMPLE out = dst;
158 st_sample_t *out = dst;
171 out->u64LSample = VOL (glue (conv_, ET) (in[0]), vol->l);
172 out->u64RSample = out->u64LSample;
174 out->l = VOL (glue (conv_, ET) (in[0]), vol->l);
175 out->r = out->l;
178 out += 1;
187 IN_T *out = (IN_T *) dst;
189 *out++ = glue (clip_, ET) (in->l);
190 *out++ = glue (clip_, ET) (in->r);
199 IN_T *out = (IN_T *) dst;
201 *out++ = glue (clip_, ET) (in->l + in->r);