Searched refs:sbrError (Results 1 – 6 of 6) sorted by relevance
245 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_ResetElement() local256 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in sbrDecoder_ResetElement()262 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in sbrDecoder_ResetElement()304 sbrError = initHeaderData( in sbrDecoder_ResetElement()314 if (sbrError != SBRDEC_OK) { in sbrDecoder_ResetElement()325 sbrError = createSbrDec (self->pSbrElement[elementIndex]->pSbrChannel[ch], in sbrDecoder_ResetElement()334 if (sbrError != SBRDEC_OK) { in sbrDecoder_ResetElement()350 sbrError = SBRDEC_CREATE_ERROR; in sbrDecoder_ResetElement()367 return sbrError; in sbrDecoder_ResetElement()374 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_Open() local[all …]
930 SBR_ERROR sbrError = SBRDEC_OK; in resetSbrDec() local1077 sbrError = resetLppTransposer (&hSbrDec->LppTrans, in resetSbrDec()1085 if (sbrError != SBRDEC_OK) in resetSbrDec()1086 return sbrError; in resetSbrDec()1088 sbrError = ResetLimiterBands ( hHeaderData->freqBandData.limiterBandTable, in resetSbrDec()1097 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()
517 SBR_ERROR sbrError; in CAacDecoder_ExtPayloadParse() local521 sbrError = sbrDecoder_InitElement( in CAacDecoder_ExtPayloadParse()531 if (sbrError == SBRDEC_OK) { in CAacDecoder_ExtPayloadParse()532 sbrError = sbrDecoder_Parse ( in CAacDecoder_ExtPayloadParse()542 if ( (sbrError == SBRDEC_OK) in CAacDecoder_ExtPayloadParse()543 || (sbrError == SBRDEC_PARSE_ERROR) ) { in CAacDecoder_ExtPayloadParse()559 if (sbrError != SBRDEC_OK) { in CAacDecoder_ExtPayloadParse()1314 SBR_ERROR sbrError; in CAacDecoder_DecodeFrame() local1316 sbrError = sbrDecoder_InitElement( in CAacDecoder_DecodeFrame()1325 if (sbrError != SBRDEC_OK) { in CAacDecoder_DecodeFrame()
926 SBR_ERROR sbrError = SBRDEC_OK; in aacDecoder_DecodeFrame() local958 sbrError = sbrDecoder_Apply ( self->hSbrDecoder, in aacDecoder_DecodeFrame()968 if (sbrError == SBRDEC_OK) { in aacDecoder_DecodeFrame()
1059 INT sbrError; in aacEncInit() local1081 sbrError = sbrEncoder_Init( in aacEncInit()1100 if (sbrError) { in aacEncInit()