Searched refs:sbrError (Results 1 – 6 of 6) sorted by relevance
279 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_ResetElement() local290 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in sbrDecoder_ResetElement()295 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in sbrDecoder_ResetElement()339 sbrError = initHeaderData(hSbrHeader, sampleRateIn, sampleRateOut, in sbrDecoder_ResetElement()350 if (sbrError != SBRDEC_OK) { in sbrDecoder_ResetElement()380 sbrError = in sbrDecoder_ResetElement()387 if (sbrError != SBRDEC_OK) { in sbrDecoder_ResetElement()404 sbrError = SBRDEC_CREATE_ERROR; in sbrDecoder_ResetElement()421 return sbrError; in sbrDecoder_ResetElement()449 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_Open() local[all …]
1029 SBR_ERROR sbrError = SBRDEC_OK; in resetSbrDec() local1243 sbrError = resetLppTransposer( in resetSbrDec()1249 if (sbrError != SBRDEC_OK) return sbrError; in resetSbrDec()1254 sbrError = QmfTransposerReInit(hSbrDec->hHBE, in resetSbrDec()1257 if (sbrError != SBRDEC_OK) return sbrError; in resetSbrDec()1468 sbrError = ResetLimiterBands(hHeaderData->freqBandData.limiterBandTable, in resetSbrDec()1481 return sbrError; in resetSbrDec()
248 SBR_ERROR sbrError = SBRDEC_OK; in initHeaderData() local274 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in initHeaderData()335 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in initHeaderData()344 return sbrError; in initHeaderData()
1460 SBR_ERROR sbrError = SBRDEC_OK; in aacDecoder_DecodeFrame() local1501 sbrError = sbrDecoder_Apply( in aacDecoder_DecodeFrame()1507 if (sbrError == SBRDEC_OK) { in aacDecoder_DecodeFrame()1557 if (sbrError == SBRDEC_OUTPUT_BUFFER_TOO_SMALL) { in aacDecoder_DecodeFrame()1624 SBR_ERROR sbrError = SBRDEC_OK; in aacDecoder_DecodeFrame() local1638 sbrError = sbrDecoder_Apply( in aacDecoder_DecodeFrame()1644 if (sbrError == SBRDEC_OK) { in aacDecoder_DecodeFrame()1664 if (sbrError == SBRDEC_OUTPUT_BUFFER_TOO_SMALL) { in aacDecoder_DecodeFrame()
1013 SBR_ERROR sbrError; in CAacDecoder_ExtPayloadParse() local1021 sbrError = sbrDecoder_InitElement( in CAacDecoder_ExtPayloadParse()1030 if (sbrError == SBRDEC_OK) { in CAacDecoder_ExtPayloadParse()1031 sbrError = sbrDecoder_Parse(self->hSbrDecoder, hBs, in CAacDecoder_ExtPayloadParse()1037 if ((sbrError == SBRDEC_OK) || (sbrError == SBRDEC_PARSE_ERROR)) { in CAacDecoder_ExtPayloadParse()1055 if (sbrError != SBRDEC_OK) { in CAacDecoder_ExtPayloadParse()2781 SBR_ERROR sbrError; in CAacDecoder_DecodeFrame() local2786 sbrError = sbrDecoder_InitElement( in CAacDecoder_DecodeFrame()2794 if (sbrError != SBRDEC_OK) { in CAacDecoder_DecodeFrame()
1305 INT sbrError; in aacEncInit() local1332 sbrError = sbrEncoder_Init( in aacEncInit()1345 if ((sbrError) || (numChannels != hAacConfig->nChannels)) { in aacEncInit()