Home
last modified time | relevance | path

Searched refs:TPDEC_IGNORE_BUFFERFULLNESS (Results 1 – 1 of 1) sorted by relevance

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp147 #define TPDEC_IGNORE_BUFFERFULLNESS 4 macro
498 INT ignoreBufferFullness = hTp->flags & (TPDEC_IGNORE_BUFFERFULLNESS|TPDEC_SYNCOK); in synchronization()
762 if ( !(hTp->flags & (TPDEC_IGNORE_BUFFERFULLNESS|TPDEC_SYNCOK)) && err == TRANSPORTDEC_OK) { in synchronization()
1066 hTp->flags |= TPDEC_IGNORE_BUFFERFULLNESS; in transportDec_SetParam()
1068 hTp->flags &= ~TPDEC_IGNORE_BUFFERFULLNESS; in transportDec_SetParam()