Searched refs:inputSamples (Results 1 – 1 of 1) sorted by relevance
366 std::vector<float> inputSamples; in process() local374 inputSamples.resize(samples); in process()375 inputSamples.assign(in, in + samples); in process()378 inputSamples.resize(frameCount * FCC_2); in process()381 inputSamples[FCC_2 * i] = in[channels * i] * kSendLevel; in process()382 inputSamples[FCC_2 * i + 1] = in[channels * i + 1] * kSendLevel; in process()386 inputSamples[FCC_2 * i] = inputSamples[FCC_2 * i + 1] = in[i] * kSendLevel; in process()410 inputSamples.data() + inputBufferIndex, /* Input buffer */ in process()