Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_dec_lib.cpp233 MPEGS_ANCSTARTSTOP ancStartStopPrev; member
356 MPEGS_SYNCSTATE fOnSync, MPEGS_ANCSTARTSTOP ancStartStopPrev) { in updateMpegSurroundDecoderStatus() argument
369 pMpegSurroundDecoder->ancStartStopPrev = ancStartStopPrev; in updateMpegSurroundDecoderStatus()
1253 if ((pMpegSurroundDecoder->ancStartStopPrev == MPEGS_START) || in isValidAncStartStop()
1254 (pMpegSurroundDecoder->ancStartStopPrev == MPEGS_CONTINUE)) { in isValidAncStartStop()
1263 if ((pMpegSurroundDecoder->ancStartStopPrev == MPEGS_STOP) || in isValidAncStartStop()
1264 (pMpegSurroundDecoder->ancStartStopPrev == MPEGS_START_STOP)) { in isValidAncStartStop()
1280 pMpegSurroundDecoder->ancStartStopPrev = (MPEGS_ANCSTARTSTOP)ancStartStop; in isValidAncStartStop()
1489 pMpegSurroundDecoder->ancStartStopPrev = ancStartStop; in mpegSurroundDecoder_Parse()