Home | History | Annotate | Download | only in aacenc

Lines Matching refs:mInputSize

53       mInputSize(0),
445 while (mInputSize < numBytesPerInputFrame) {
460 size_t copy = numBytesPerInputFrame - mInputSize;
469 if (mInputSize == 0) {
473 memcpy((uint8_t *)mInputFrame + mInputSize, inData, copy);
474 mInputSize += copy;
491 memset((uint8_t *)mInputFrame + mInputSize,
493 numBytesPerInputFrame - mInputSize);
495 mInputSize = numBytesPerInputFrame;
573 mInputSize = 0;
580 mInputSize = 0;