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()
1268 if ((pMpegSurroundDecoder->ancStartStopPrev == MPEGS_START) || in isValidAncStartStop()
1269 (pMpegSurroundDecoder->ancStartStopPrev == MPEGS_CONTINUE)) { in isValidAncStartStop()
1278 if ((pMpegSurroundDecoder->ancStartStopPrev == MPEGS_STOP) || in isValidAncStartStop()
1279 (pMpegSurroundDecoder->ancStartStopPrev == MPEGS_START_STOP)) { in isValidAncStartStop()
1295 pMpegSurroundDecoder->ancStartStopPrev = (MPEGS_ANCSTARTSTOP)ancStartStop; in isValidAncStartStop()
1504 pMpegSurroundDecoder->ancStartStopPrev = ancStartStop; in mpegSurroundDecoder_Parse()