Lines Matching refs:mIn
141 t->mIn = NULL; in create()
870 const int16_t *in = static_cast<const int16_t *>(mIn); in track__16BitsStereo()
955 mIn = in; in track__16BitsStereo()
962 const int16_t *in = static_cast<int16_t const *>(mIn); in track__16BitsMono()
1043 mIn = in; in track__16BitsMono()
1092 t->mIn = t->buffer.raw; in process__genericNoResampling()
1109 if (t->mIn == nullptr) { in process__genericNoResampling()
1128 t->mIn = t->buffer.raw; in process__genericNoResampling()
1129 if (t->mIn == nullptr) { in process__genericNoResampling()
1187 t->mIn = t->buffer.raw; in process__genericResampling()
1190 if (t->mIn == nullptr) break; in process__genericResampling()
1523 const TI *in = static_cast<const TI *>(mIn); in track__NoResample()
1531 mIn = in; in track__NoResample()