Lines Matching refs:errorStatus

617   SBR_ERROR errorStatus = SBRDEC_OK;  in sbrDecoder_HeaderUpdate()  local
622 errorStatus = resetFreqBandTables(hSbrHeader, self->flags); in sbrDecoder_HeaderUpdate()
624 if (errorStatus == SBRDEC_OK) { in sbrDecoder_HeaderUpdate()
637 return errorStatus; in sbrDecoder_HeaderUpdate()
731 SBR_ERROR errorStatus = SBRDEC_OK; in sbrDecoder_SetParam() local
738 errorStatus = SBRDEC_SET_PARAM_FAIL; in sbrDecoder_SetParam()
742 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_SetParam()
749 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_SetParam()
760 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_SetParam()
772 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_SetParam()
781 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_SetParam()
792 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_SetParam()
814 errorStatus = SBRDEC_SET_PARAM_FAIL; in sbrDecoder_SetParam()
818 return (errorStatus); in sbrDecoder_SetParam()
968 SBR_ERROR errorStatus = SBRDEC_OK; in sbrDecoder_Parse() local
1034 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_Parse()
1133 errorStatus = sbrDecoder_HeaderUpdate( in sbrDecoder_Parse()
1141 if (errorStatus == SBRDEC_OK) { in sbrDecoder_Parse()
1149 if (errorStatus != SBRDEC_OK) { in sbrDecoder_Parse()
1246 errorStatus = SBRDEC_PARSE_ERROR; in sbrDecoder_Parse()
1252 errorStatus = SBRDEC_PARSE_ERROR; in sbrDecoder_Parse()
1271 if ( (errorStatus == SBRDEC_OK) in sbrDecoder_Parse()
1272 || ( (errorStatus == SBRDEC_PARSE_ERROR) in sbrDecoder_Parse()
1297 return errorStatus; in sbrDecoder_Parse()
1334 SBR_ERROR errorStatus = SBRDEC_OK; in sbrDecoder_DecodeElement() local
1369 errorStatus = initHeaderData( in sbrDecoder_DecodeElement()
1377 if (errorStatus != SBRDEC_OK) { in sbrDecoder_DecodeElement()
1378 return errorStatus; in sbrDecoder_DecodeElement()
1383 errorStatus = sbrDecoder_HeaderUpdate( in sbrDecoder_DecodeElement()
1391 if (errorStatus != SBRDEC_OK) { in sbrDecoder_DecodeElement()
1393 return errorStatus; in sbrDecoder_DecodeElement()
1412 errorStatus = errorStatusTmp; in sbrDecoder_DecodeElement()
1422 errorStatus = SBRDEC_OK; in sbrDecoder_DecodeElement()
1533 return errorStatus; in sbrDecoder_DecodeElement()
1546 SBR_ERROR errorStatus = SBRDEC_OK; in sbrDecoder_Apply() local
1617 errorStatus = sbrDecoder_DecodeElement ( in sbrDecoder_Apply()
1628 if (errorStatus != SBRDEC_OK) { in sbrDecoder_Apply()
1653 return errorStatus; in sbrDecoder_Apply()