Lines Matching refs:errorStatus
769 SBR_ERROR errorStatus = SBRDEC_OK; in sbrDecoder_HeaderUpdate() local
774 errorStatus = resetFreqBandTables(hSbrHeader, self->flags); in sbrDecoder_HeaderUpdate()
776 if (errorStatus == SBRDEC_OK) { in sbrDecoder_HeaderUpdate()
795 return errorStatus; in sbrDecoder_HeaderUpdate()
888 SBR_ERROR errorStatus = SBRDEC_OK; in sbrDecoder_SetParam() local
894 errorStatus = SBRDEC_SET_PARAM_FAIL; in sbrDecoder_SetParam()
898 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_SetParam()
905 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_SetParam()
916 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_SetParam()
928 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_SetParam()
937 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_SetParam()
947 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_SetParam()
974 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_SetParam()
989 errorStatus = SBRDEC_SET_PARAM_FAIL; in sbrDecoder_SetParam()
993 return (errorStatus); in sbrDecoder_SetParam()
1133 SBR_ERROR errorStatus = SBRDEC_OK; in sbrDecoder_Parse() local
1163 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_Parse()
1215 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_Parse()
1407 errorStatus = sbrDecoder_HeaderUpdate( in sbrDecoder_Parse()
1410 if (errorStatus == SBRDEC_OK) { in sbrDecoder_Parse()
1418 if (errorStatus != SBRDEC_OK) { in sbrDecoder_Parse()
1481 errorStatus = SBRDEC_PARSE_ERROR; in sbrDecoder_Parse()
1506 errorStatus = SBRDEC_PARSE_ERROR; in sbrDecoder_Parse()
1525 if (errorStatus != SBRDEC_NOT_INITIALIZED) { in sbrDecoder_Parse()
1529 (headerStatus == HEADER_RESET && errorStatus == SBRDEC_PARSE_ERROR)) in sbrDecoder_Parse()
1560 return errorStatus; in sbrDecoder_Parse()
1593 SBR_ERROR errorStatus = SBRDEC_OK; in sbrDecoder_DecodeElement() local
1649 errorStatus = in sbrDecoder_DecodeElement()
1655 if (errorStatus != SBRDEC_OK) { in sbrDecoder_DecodeElement()
1656 return errorStatus; in sbrDecoder_DecodeElement()
1661 errorStatus = sbrDecoder_HeaderUpdate(self, hSbrHeader, HEADER_NOT_PRESENT, in sbrDecoder_DecodeElement()
1664 if (errorStatus != SBRDEC_OK) { in sbrDecoder_DecodeElement()
1666 return errorStatus; in sbrDecoder_DecodeElement()
1696 errorStatus = SBRDEC_OK; in sbrDecoder_DecodeElement()
1797 return errorStatus; in sbrDecoder_DecodeElement()
1807 SBR_ERROR errorStatus = SBRDEC_OK; in sbrDecoder_Apply() local
1897 errorStatus = sbrDecoder_DecodeElement( in sbrDecoder_Apply()
1903 if (errorStatus != SBRDEC_OK) { in sbrDecoder_Apply()
1930 return errorStatus; in sbrDecoder_Apply()