Searched refs:numInputBytes (Results 1 – 3 of 3) sorted by relevance
574 int numInputBytes = in getMkInputData() local581 ByteBuffer mkInputBuffer = ByteBuffer.allocate(numInputBytes); in getMkInputData()
590 int numInputBytes = mIdentity.length + result.ik.length + result.ck.length; in getMkInputData() local591 ByteBuffer buffer = ByteBuffer.allocate(numInputBytes); in getMkInputData()
243 int32_t numInputBytes = numFrames * myData->actualInputChannelCount * sizeof(float); in MyDataCallbackProc() local244 memset(myData->inputFloatData, 0 /* value */, numInputBytes); in MyDataCallbackProc()