Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp145 #define TPDEC_SYNCOK 1 macro
674 …BufferFullness = hTp->flags & (TPDEC_LOST_FRAMES_PENDING|TPDEC_IGNORE_BUFFERFULLNESS|TPDEC_SYNCOK); in synchronization()
689 …Frames = (hTp->flags & (TPDEC_MINIMIZE_DELAY|TPDEC_EARLY_CONFIG)) && ! (hTp->flags & TPDEC_SYNCOK); in synchronization()
730 if ( !(hTp->flags & TPDEC_SYNCOK) ) { in synchronization()
850 …} while ( fTraverseMoreFrames || (err == TRANSPORTDEC_SYNC_ERROR && !(hTp->flags & TPDEC_SYNCOK))); in synchronization()
865 …if ( !(hTp->flags & (TPDEC_LOST_FRAMES_PENDING|TPDEC_IGNORE_BUFFERFULLNESS|TPDEC_SYNCOK)) && err =… in synchronization()
904 hTp->flags |= TPDEC_SYNCOK; in synchronization()
916 hTp->flags &= ~TPDEC_SYNCOK; in synchronization()
1089 hTp->flags |= TPDEC_SYNCOK; in transportDec_ReadAccessUnit()
1208 hTp->flags &= ~(TPDEC_SYNCOK|TPDEC_LOST_FRAMES_PENDING); in transportDec_SetParam()