OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prlExpiryCount
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACdec/src/
aacdec_drc_types.h
162
UINT
prlExpiryCount
; /* Counter that can be used to monitor the life time of the program reference level. */
aacdec_drc.cpp
809
self->
prlExpiryCount
= 0; /* Got a new value -> Reset counter */
834
&& (self->
prlExpiryCount
++ > pParams->expiryFrame) )
838
self->
prlExpiryCount
= 0;
[
all
...]
Completed in 417 milliseconds