• Home
  • Raw
  • Download

Lines Matching refs:MPS_OK

348   return MPS_OK;  in mpegSurroundDecoder_CalcInitFlags()
504 return MPS_OK; in check_UParam_Build_DecConfig()
529 if (err != MPS_OK) goto bail; in initMpegSurroundDecoder()
538 if (err != MPS_OK) goto bail; in initMpegSurroundDecoder()
578 if (err != MPS_OK) goto bail; in initMpegSurroundDecoder()
581 if (err == MPS_OK) { in initMpegSurroundDecoder()
601 SACDEC_ERROR err = MPS_OK; in mpegSurroundDecoder_Init()
615 SACDEC_ERROR err = MPS_OK; in mpegSurroundDecoder_Create()
629 if (err != MPS_OK) { in mpegSurroundDecoder_Create()
690 if (err == MPS_OK) { in mpegSurroundDecoder_Create()
705 SACDEC_ERROR err = MPS_OK; in mpegSurroundDecoder_Config()
746 if (err != MPS_OK) { in mpegSurroundDecoder_Config()
752 if (err != MPS_OK) { in mpegSurroundDecoder_Config()
791 if (err == MPS_OK) { in mpegSurroundDecoder_Config()
847 return MPS_OK; in sscParseCheck()
980 return MPS_OK; in checkTimeSlots()
1010 SACDEC_ERROR err = MPS_OK; in sscCheckInBand()
1016 if (sscParseCheck(pSsc) != MPS_OK) { in sscCheckInBand()
1027 if (checkTimeSlots(frameLength, qmfBands, pSsc->nTimeSlots) != MPS_OK) { in sscCheckInBand()
1039 SACDEC_ERROR err = MPS_OK; in mpegSurroundDecoder_ConfigureQmfDomain()
1105 if (sscParseCheck(pSsc) != MPS_OK) { in sscCheckOutOfBand()
1163 return MPS_OK; in sscCheckOutOfBand()
1172 SACDEC_ERROR err = MPS_OK; in mpegSurroundDecoder_ParseNoHeader()
1203 if (err == MPS_OK) { in mpegSurroundDecoder_ParseNoHeader()
1290 SACDEC_ERROR err = MPS_OK; in mpegSurroundDecoder_Parse()
1390 parseResult = ((err == MPS_OK) ? bitsRead : -bitsRead); in mpegSurroundDecoder_Parse()
1395 } else if (err == MPS_OK) { in mpegSurroundDecoder_Parse()
1402 if (err != MPS_OK) { in mpegSurroundDecoder_Parse()
1451 if (err != MPS_OK) { in mpegSurroundDecoder_Parse()
1464 if (err == MPS_OK) { in mpegSurroundDecoder_Parse()
1488 if (err == MPS_OK) { in mpegSurroundDecoder_Parse()
1517 SACDEC_ERROR err = MPS_OK; in mpegSurroundDecoder_Apply()
1550 if (err == MPS_OK) { in mpegSurroundDecoder_Apply()
1568 err = MPS_OK; in mpegSurroundDecoder_Apply()
1591 if (err != MPS_OK) { in mpegSurroundDecoder_Apply()
1650 if (err != MPS_OK) { in mpegSurroundDecoder_Apply()
1715 MPS_OK) { /* A fatal error occured. Go back to start and try again: */ in mpegSurroundDecoder_Apply()
1725 MPS_OK)) { /* Account for errors that occured in in mpegSurroundDecoder_Apply()
1733 if ((err == MPS_OK) && !(controlFlags & MPEGS_BYPASSMODE) && in mpegSurroundDecoder_Apply()
1757 SACDEC_ERROR err = MPS_OK; in mpegSurroundDecoder_FreeMem()
1822 SACDEC_ERROR err = MPS_OK; in mpegSurroundDecoder_SetParam()
1844 if (err == MPS_OK) { in mpegSurroundDecoder_SetParam()
1860 if (err != MPS_OK) { in mpegSurroundDecoder_SetParam()
1871 if ((err == MPS_OK) && (value != 0)) { in mpegSurroundDecoder_SetParam()
1879 if ((err == MPS_OK) && (value != 0)) { in mpegSurroundDecoder_SetParam()
1891 if (err != MPS_OK) { in mpegSurroundDecoder_SetParam()
1905 if (err != MPS_OK) { in mpegSurroundDecoder_SetParam()
1919 if (err != MPS_OK) { in mpegSurroundDecoder_SetParam()
1933 if (err != MPS_OK) { in mpegSurroundDecoder_SetParam()
1959 return MPS_OK; in mpegSurroundDecoder_IsPseudoLR()