• Home
  • Raw
  • Download

Lines Matching refs:errorStatus

771   SBR_ERROR errorStatus = SBRDEC_OK;  in sbrDecoder_HeaderUpdate()  local
776 errorStatus = resetFreqBandTables(hSbrHeader, self->flags); in sbrDecoder_HeaderUpdate()
778 if (errorStatus == SBRDEC_OK) { in sbrDecoder_HeaderUpdate()
797 return errorStatus; in sbrDecoder_HeaderUpdate()
890 SBR_ERROR errorStatus = SBRDEC_OK; in sbrDecoder_SetParam() local
896 errorStatus = SBRDEC_SET_PARAM_FAIL; in sbrDecoder_SetParam()
900 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_SetParam()
907 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_SetParam()
918 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_SetParam()
930 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_SetParam()
939 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_SetParam()
949 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
1159 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_Parse()
1211 errorStatus = SBRDEC_NOT_INITIALIZED; in sbrDecoder_Parse()
1405 errorStatus = sbrDecoder_HeaderUpdate( in sbrDecoder_Parse()
1408 if (errorStatus == SBRDEC_OK) { in sbrDecoder_Parse()
1416 if (errorStatus != SBRDEC_OK) { in sbrDecoder_Parse()
1508 errorStatus = SBRDEC_PARSE_ERROR; in sbrDecoder_Parse()
1519 errorStatus = SBRDEC_PARSE_ERROR; in sbrDecoder_Parse()
1538 if (errorStatus != SBRDEC_NOT_INITIALIZED) { in sbrDecoder_Parse()
1542 (headerStatus == HEADER_RESET && errorStatus == SBRDEC_PARSE_ERROR)) in sbrDecoder_Parse()
1573 return errorStatus; in sbrDecoder_Parse()
1606 SBR_ERROR errorStatus = SBRDEC_OK; in sbrDecoder_DecodeElement() local
1660 errorStatus = in sbrDecoder_DecodeElement()
1666 if (errorStatus != SBRDEC_OK) { in sbrDecoder_DecodeElement()
1667 return errorStatus; in sbrDecoder_DecodeElement()
1672 errorStatus = sbrDecoder_HeaderUpdate(self, hSbrHeader, HEADER_NOT_PRESENT, in sbrDecoder_DecodeElement()
1675 if (errorStatus != SBRDEC_OK) { in sbrDecoder_DecodeElement()
1677 return errorStatus; in sbrDecoder_DecodeElement()
1707 errorStatus = SBRDEC_OK; in sbrDecoder_DecodeElement()
1808 return errorStatus; in sbrDecoder_DecodeElement()
1817 SBR_ERROR errorStatus = SBRDEC_OK; in sbrDecoder_Apply() local
1904 errorStatus = sbrDecoder_DecodeElement( in sbrDecoder_Apply()
1910 if (errorStatus != SBRDEC_OK) { in sbrDecoder_Apply()
1937 return errorStatus; in sbrDecoder_Apply()