HomeSort by relevance Sort by last modified time
    Searched refs:outputDelay (Results 1 - 5 of 5) sorted by null

  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 862 self->streamInfo.outputDelay = 0;
971 self->streamInfo.outputDelay = (UINT)(INT)fMult((FIXP_DBL)self->streamInfo.outputDelay<<UPS_SCALE, upsampleFactor);
972 self->streamInfo.outputDelay += sbrDecoder_GetDelay( self->hSbrDecoder );
1031 self->streamInfo.outputDelay += getLimiterDelay(self->hLimiter);
    [all...]
aacdecoder.cpp 721 pStreamInfo->outputDelay = 0;
    [all...]
  /external/aac/libAACdec/include/
aacdecoder_lib.h     [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 786 int32_t outputDelay = mStreamInfo->outputDelay * mStreamInfo->numChannels;
788 if (!mEndOfInput && mOutputDelayCompensated < outputDelay) {
789 // discard outputDelay at the beginning
790 int32_t toCompensate = outputDelay - mOutputDelayCompensated;
    [all...]
  /external/aac/libSBRdec/src/
sbrdecoder.cpp     [all...]

Completed in 93 milliseconds