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
1074 (TPDEC_LOST_FRAMES_PENDING | TPDEC_IGNORE_BUFFERFULLNESS | TPDEC_SYNCOK); in synchronization()
1093 !(hTp->flags & TPDEC_SYNCOK); in synchronization()
1134 if (!(hTp->flags & TPDEC_SYNCOK)) { in synchronization()
1264 (err == TRANSPORTDEC_SYNC_ERROR && !(hTp->flags & TPDEC_SYNCOK))); in synchronization()
1280 TPDEC_SYNCOK)) && in synchronization()
1327 hTp->flags |= TPDEC_SYNCOK; in synchronization()
1339 hTp->flags &= ~TPDEC_SYNCOK; in synchronization()
1535 hTp->flags |= TPDEC_SYNCOK; in transportDec_ReadAccessUnit()
1705 hTp->flags &= ~(TPDEC_SYNCOK | TPDEC_LOST_FRAMES_PENDING); in transportDec_SetParam()