OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numLostAccessUnits
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACdec/src/
aacdecoder_lib.cpp
531
self->streamInfo.
numLostAccessUnits
= 0;
713
self->streamInfo.
numLostAccessUnits
= 0;
733
self->streamInfo.
numLostAccessUnits
= aacDecoder_EstimateNumberOfLostFrames(self);
749
if (self->streamInfo.
numLostAccessUnits
> 0) {
750
self->streamInfo.
numLostAccessUnits
--;
768
self->streamInfo.
numLostAccessUnits
= 0;
/external/aac/libAACdec/include/
aacdecoder_lib.h
516
INT
numLostAccessUnits
; /*!< This integer will reflect the estimated amount of lost access units in case aacDecoder_DecodeFrame()
[
all
...]
Completed in 120 milliseconds