Searched defs:provided (Results 1 - 2 of 2) sorted by path

/frameworks/av/media/libaudioprocessing/tests/
H A Dtest-resampler.cpp61 fprintf(stderr," -P # frames provided per call to resample() in CSV format\n");
266 const Vector<int> mPvalues; // number of frames provided per call
281 size_t provided = mPvalues[mNextPidx++]; local
282 printf("mPvalue[%zu]=%zu not %zu\n", mNextPidx-1, provided, buffer->frameCount);
283 if (provided < buffer->frameCount) {
284 buffer->frameCount = provided;
H A Dtest_utils.h97 * No allocation or deallocation of the provided buffer is done.
128 size_t provided = mInputIncr[mNextIdx++]; local
130 mNextIdx-1, provided, buffer->frameCount);
131 if (provided < buffer->frameCount) {
132 buffer->frameCount = provided;
186 std::vector<int> mInputIncr; // number of frames provided per call

Completed in 64 milliseconds