Home | History | Annotate | Download | only in aacenc

Lines Matching refs:mInputSize

63       mInputSize(0),
544 while (mInputSize < numBytesPerInputFrame) {
559 size_t copy = numBytesPerInputFrame - mInputSize;
577 if (mInputSize == 0) {
581 memcpy((uint8_t *)mInputFrame + mInputSize, inData, copy);
582 mInputSize += copy;
598 memset((uint8_t *)mInputFrame + mInputSize,
600 numBytesPerInputFrame - mInputSize);
602 mInputSize = numBytesPerInputFrame;
717 mInputSize = 0;
724 mInputSize = 0;