Searched refs:inBufferSize (Results 1 – 2 of 2) sorted by relevance
427 INT inBufferSize[] = { (INT)capacity }; in process() local434 inBufDesc.bufSizes = inBufferSize; in process()495 inBufferSize[0] = bytesPerSample; in process()557 inBufferSize[0] = capacity; in process()561 inBufferSize[0] -= outargs.numInSamples * sizeof(int16_t); in process()569 if (eos && inBufferSize[0] > 0) { in process()599 inBufferSize[0] = 0; in process()602 if (inBufferSize[0] > 0) { in process()603 for (size_t i = 0; i < inBufferSize[0]; ++i) { in process()606 mRemainderLen = inBufferSize[0]; in process()
637 INT inBufferSize[] = { (INT)numBytesPerInputFrame }; in onQueueFilled() local644 inBufDesc.bufSizes = inBufferSize; in onQueueFilled()