OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outputDelay
(Results
1 - 4
of
4
) 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
...]
/external/aac/libSBRdec/src/
sbrdecoder.cpp
[
all
...]
Completed in 829 milliseconds