Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp147 #define TPDEC_SYNCOK 1 macro
691 …BufferFullness = hTp->flags & (TPDEC_LOST_FRAMES_PENDING|TPDEC_IGNORE_BUFFERFULLNESS|TPDEC_SYNCOK); in synchronization()
706 …Frames = (hTp->flags & (TPDEC_MINIMIZE_DELAY|TPDEC_EARLY_CONFIG)) && ! (hTp->flags & TPDEC_SYNCOK); in synchronization()
747 if ( !(hTp->flags & TPDEC_SYNCOK) ) { in synchronization()
867 …} while ( fTraverseMoreFrames || (err == TRANSPORTDEC_SYNC_ERROR && !(hTp->flags & TPDEC_SYNCOK))); in synchronization()
882 …if ( !(hTp->flags & (TPDEC_LOST_FRAMES_PENDING|TPDEC_IGNORE_BUFFERFULLNESS|TPDEC_SYNCOK)) && err =… in synchronization()
921 hTp->flags |= TPDEC_SYNCOK; in synchronization()
933 hTp->flags &= ~TPDEC_SYNCOK; in synchronization()
1107 hTp->flags |= TPDEC_SYNCOK; in transportDec_ReadAccessUnit()
1225 hTp->flags &= ~(TPDEC_SYNCOK|TPDEC_LOST_FRAMES_PENDING); in transportDec_SetParam()