• 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()
1518 SACDEC_ERROR err = MPS_OK; in mpegSurroundDecoder_Apply()
1555 if (err == MPS_OK) { in mpegSurroundDecoder_Apply()
1573 err = MPS_OK; in mpegSurroundDecoder_Apply()
1596 if (err != MPS_OK) { in mpegSurroundDecoder_Apply()
1655 if (err != MPS_OK) { in mpegSurroundDecoder_Apply()
1719 MPS_OK) { /* A fatal error occured. Go back to start and try again: */ in mpegSurroundDecoder_Apply()
1729 MPS_OK)) { /* Account for errors that occured in in mpegSurroundDecoder_Apply()
1737 if ((err == MPS_OK) && !(controlFlags & MPEGS_BYPASSMODE) && in mpegSurroundDecoder_Apply()
1761 SACDEC_ERROR err = MPS_OK; in mpegSurroundDecoder_FreeMem()
1826 SACDEC_ERROR err = MPS_OK; in mpegSurroundDecoder_SetParam()
1848 if (err == MPS_OK) { in mpegSurroundDecoder_SetParam()
1864 if (err != MPS_OK) { in mpegSurroundDecoder_SetParam()
1875 if ((err == MPS_OK) && (value != 0)) { in mpegSurroundDecoder_SetParam()
1883 if ((err == MPS_OK) && (value != 0)) { in mpegSurroundDecoder_SetParam()
1895 if (err != MPS_OK) { in mpegSurroundDecoder_SetParam()
1909 if (err != MPS_OK) { in mpegSurroundDecoder_SetParam()
1923 if (err != MPS_OK) { in mpegSurroundDecoder_SetParam()
1937 if (err != MPS_OK) { in mpegSurroundDecoder_SetParam()
1963 return MPS_OK; in mpegSurroundDecoder_IsPseudoLR()