Lines Matching refs:mIn
154 t->mIn = NULL; in create()
1228 const int16_t *in = static_cast<const int16_t *>(mIn); in track__16BitsStereo()
1313 mIn = in; in track__16BitsStereo()
1320 const int16_t *in = static_cast<int16_t const *>(mIn); in track__16BitsMono()
1401 mIn = in; in track__16BitsMono()
1451 t->mIn = t->buffer.raw; in process__genericNoResampling()
1468 if (t->mIn == nullptr) { in process__genericNoResampling()
1487 t->mIn = t->buffer.raw; in process__genericNoResampling()
1488 if (t->mIn == nullptr) { in process__genericNoResampling()
1546 t->mIn = t->buffer.raw; in process__genericResampling()
1549 if (t->mIn == nullptr) break; in process__genericResampling()
1933 const TI *in = static_cast<const TI *>(mIn); in track__NoResample()
1941 mIn = in; in track__NoResample()