Home | History | Annotate | Download | only in amrwbenc

Lines Matching refs:mInputSize

52       mInputSize(0),
357 while (mInputSize < numBytesPerInputFrame) {
372 size_t copy = numBytesPerInputFrame - mInputSize;
377 if (mInputSize == 0) {
381 memcpy((uint8_t *)mInputFrame + mInputSize, inData, copy);
382 mInputSize += copy;
398 memset((uint8_t *)mInputFrame + mInputSize,
400 numBytesPerInputFrame - mInputSize);
402 mInputSize = numBytesPerInputFrame;
432 inputData.Length = mInputSize;
473 mInputSize = 0;