Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp173 #define TPDEC_SYNCOK 1 macro
1061 (TPDEC_LOST_FRAMES_PENDING | TPDEC_IGNORE_BUFFERFULLNESS | TPDEC_SYNCOK); in synchronization()
1080 !(hTp->flags & TPDEC_SYNCOK); in synchronization()
1121 if (!(hTp->flags & TPDEC_SYNCOK)) { in synchronization()
1248 (err == TRANSPORTDEC_SYNC_ERROR && !(hTp->flags & TPDEC_SYNCOK))); in synchronization()
1264 TPDEC_SYNCOK)) && in synchronization()
1308 hTp->flags |= TPDEC_SYNCOK; in synchronization()
1320 hTp->flags &= ~TPDEC_SYNCOK; in synchronization()
1516 hTp->flags |= TPDEC_SYNCOK; in transportDec_ReadAccessUnit()
1686 hTp->flags &= ~(TPDEC_SYNCOK | TPDEC_LOST_FRAMES_PENDING); in transportDec_SetParam()