Searched refs:sbrError (Results 1 – 6 of 6) sorted by relevance
212 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_ResetElement() local223 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in sbrDecoder_ResetElement()229 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in sbrDecoder_ResetElement()269 sbrError = initHeaderData( in sbrDecoder_ResetElement()279 if (sbrError != SBRDEC_OK) { in sbrDecoder_ResetElement()290 sbrError = createSbrDec (self->pSbrElement[elementIndex]->pSbrChannel[ch], in sbrDecoder_ResetElement()299 if (sbrError != SBRDEC_OK) { in sbrDecoder_ResetElement()316 sbrError = SBRDEC_CREATE_ERROR; in sbrDecoder_ResetElement()333 return sbrError; in sbrDecoder_ResetElement()340 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_Open() local[all …]
880 SBR_ERROR sbrError = SBRDEC_OK; in resetSbrDec() local1027 sbrError = resetLppTransposer (&hSbrDec->LppTrans, in resetSbrDec()1035 if (sbrError != SBRDEC_OK) in resetSbrDec()1036 return sbrError; in resetSbrDec()1038 sbrError = ResetLimiterBands ( hHeaderData->freqBandData.limiterBandTable, in resetSbrDec()1047 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()
491 SBR_ERROR sbrError; in CAacDecoder_ExtPayloadParse() local495 sbrError = sbrDecoder_InitElement( in CAacDecoder_ExtPayloadParse()505 if (sbrError == SBRDEC_OK) { in CAacDecoder_ExtPayloadParse()506 sbrError = sbrDecoder_Parse ( in CAacDecoder_ExtPayloadParse()516 if (sbrError == SBRDEC_OK) { in CAacDecoder_ExtPayloadParse()532 if (sbrError != SBRDEC_OK) { in CAacDecoder_ExtPayloadParse()1249 SBR_ERROR sbrError; in CAacDecoder_DecodeFrame() local1251 sbrError = sbrDecoder_InitElement( in CAacDecoder_DecodeFrame()1260 if (sbrError != SBRDEC_OK) { in CAacDecoder_DecodeFrame()
813 SBR_ERROR sbrError = SBRDEC_OK; in aacDecoder_DecodeFrame() local831 sbrError = sbrDecoder_Apply ( self->hSbrDecoder, in aacDecoder_DecodeFrame()841 if (sbrError == SBRDEC_OK) { in aacDecoder_DecodeFrame()
851 INT sbrError; in aacEncInit() local875 sbrError = sbrEncoder_Init( in aacEncInit()892 if ( sbrError || (hAacConfig->audioObjectType!=aot) ) { in aacEncInit()