Searched refs:sbrError (Results 1 – 6 of 6) sorted by relevance
217 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_ResetElement() local228 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in sbrDecoder_ResetElement()234 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in sbrDecoder_ResetElement()276 sbrError = initHeaderData( in sbrDecoder_ResetElement()286 if (sbrError != SBRDEC_OK) { in sbrDecoder_ResetElement()297 sbrError = createSbrDec (self->pSbrElement[elementIndex]->pSbrChannel[ch], in sbrDecoder_ResetElement()306 if (sbrError != SBRDEC_OK) { in sbrDecoder_ResetElement()323 sbrError = SBRDEC_CREATE_ERROR; in sbrDecoder_ResetElement()340 return sbrError; in sbrDecoder_ResetElement()347 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_Open() local[all …]
882 SBR_ERROR sbrError = SBRDEC_OK; in resetSbrDec() local1029 sbrError = resetLppTransposer (&hSbrDec->LppTrans, in resetSbrDec()1037 if (sbrError != SBRDEC_OK) in resetSbrDec()1038 return sbrError; in resetSbrDec()1040 sbrError = ResetLimiterBands ( hHeaderData->freqBandData.limiterBandTable, in resetSbrDec()1049 return sbrError; in resetSbrDec()
172 SBR_ERROR sbrError = SBRDEC_OK; in initHeaderData() local190 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in initHeaderData()229 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in initHeaderData()235 return sbrError; in initHeaderData()
531 SBR_ERROR sbrError; in CAacDecoder_ExtPayloadParse() local535 sbrError = sbrDecoder_InitElement( in CAacDecoder_ExtPayloadParse()545 if (sbrError == SBRDEC_OK) { in CAacDecoder_ExtPayloadParse()546 sbrError = sbrDecoder_Parse ( in CAacDecoder_ExtPayloadParse()556 if (sbrError == SBRDEC_OK) { in CAacDecoder_ExtPayloadParse()572 if (sbrError != SBRDEC_OK) { in CAacDecoder_ExtPayloadParse()1309 SBR_ERROR sbrError; in CAacDecoder_DecodeFrame() local1311 sbrError = sbrDecoder_InitElement( in CAacDecoder_DecodeFrame()1320 if (sbrError != SBRDEC_OK) { in CAacDecoder_DecodeFrame()
920 SBR_ERROR sbrError = SBRDEC_OK; in aacDecoder_DecodeFrame() local951 sbrError = sbrDecoder_Apply ( self->hSbrDecoder, in aacDecoder_DecodeFrame()961 if (sbrError == SBRDEC_OK) { in aacDecoder_DecodeFrame()
1068 INT sbrError; in aacEncInit() local1090 sbrError = sbrEncoder_Init( in aacEncInit()1109 if (sbrError) { in aacEncInit()