Searched refs:numOutBytes (Results 1 - 2 of 2) sorted by relevance

/hardware/google/av/media/codecs/aac/
H A DC2SoftAacEnc.cpp378 if (outargs.numOutBytes > 0) {
387 outPtr += outargs.numOutBytes;
388 nOutputBytes += outargs.numOutBytes;
415 nOutputBytes += outargs.numOutBytes;
H A DC2SoftAacDec.cpp602 size_t numOutBytes = local
615 memset(tmpOutBuffer, 0, numOutBytes); // TODO: check for overflow

Completed in 68 milliseconds