Searched defs:outputDelay (Results 1 - 2 of 2) sorted by relevance

/external/aac/libAACdec/include/
H A Daacdecoder_lib.h558 UINT outputDelay; /*!< The number of samples the output is additionally delayed by the decoder. */ member in struct:__anon3
/external/aac/libSBRdec/src/
H A Dsbrdecoder.cpp1595 UINT outputDelay = 0; local
1611 outputDelay += (flags & SBRDEC_DOWNSAMPLE) ? 32 : 64; /* QMF synthesis */
1616 outputDelay += (flags & SBRDEC_DOWNSAMPLE) ? 481 : 962;
1621 return (outputDelay);

Completed in 2049 milliseconds