Searched refs:inBufferSize (Results 1 – 2 of 2) sorted by relevance
435 INT inBufferSize[] = { (INT)capacity }; in process() local442 inBufDesc.bufSizes = inBufferSize; in process()503 inBufferSize[0] = bytesPerSample; in process()565 inBufferSize[0] = capacity; in process()569 inBufferSize[0] -= outargs.numInSamples * sizeof(int16_t); in process()575 inBufferSize[0] = 0; in process()582 if (eos && inBufferSize[0] > 0) { in process()615 inBufferSize[0] = 0; in process()618 if (inBufferSize[0] > 0) { in process()619 if (inBufferSize[0] > kRemainderBufSize) { in process()[all …]
637 INT inBufferSize[] = { (INT)numBytesPerInputFrame }; in onQueueFilled() local644 inBufDesc.bufSizes = inBufferSize; in onQueueFilled()