Home | History | Annotate | Download | only in testlibs

Lines Matching refs:process

32 // void process(const audio_sample_t * pIn,
39 // calling its process() function directly, work with the process() function of
44 // bufSize The maximum number of samples (single channel) to process on a
47 // overhead, resulting from multiple calls to the underlying process()
48 // per a single call to this class's process().
68 // Process a block of samples.
73 // numSamples The number of multi-channel samples to process.
74 void process(const void * pIn, void * pOut, uint32_t numSamples) {
81 mpProcessor->process(
86 mpProcessor->process(
99 mpProcessor->process(mBuffer, mBuffer, numSamplesIter);
127 // numSamples The number of single-channel samples to process.
145 // numSamples The number of single-channel samples to process.
171 // numSamples The number of single-channel samples to process.