Lines Matching refs:sbrError
281 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_ResetElement() local
292 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in sbrDecoder_ResetElement()
297 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in sbrDecoder_ResetElement()
341 sbrError = initHeaderData(hSbrHeader, sampleRateIn, sampleRateOut, in sbrDecoder_ResetElement()
352 if (sbrError != SBRDEC_OK) { in sbrDecoder_ResetElement()
382 sbrError = in sbrDecoder_ResetElement()
389 if (sbrError != SBRDEC_OK) { in sbrDecoder_ResetElement()
406 sbrError = SBRDEC_CREATE_ERROR; in sbrDecoder_ResetElement()
423 return sbrError; in sbrDecoder_ResetElement()
451 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_Open() local
461 sbrError = SBRDEC_MEM_ALLOC_FAILED; in sbrDecoder_Open()
487 return sbrError; in sbrDecoder_Open()
535 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_InitElement() local
548 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in sbrDecoder_InitElement()
553 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in sbrDecoder_InitElement()
614 sbrError = SBRDEC_MEM_ALLOC_FAILED; in sbrDecoder_InitElement()
660 sbrError = SBRDEC_PARSE_ERROR; in sbrDecoder_InitElement()
671 sbrError = SBRDEC_MEM_ALLOC_FAILED; in sbrDecoder_InitElement()
712 sbrError = sbrDecoder_ResetElement(self, sampleRateIn, sampleRateOut, in sbrDecoder_InitElement()
718 if (sbrError != SBRDEC_OK) { in sbrDecoder_InitElement()
730 return sbrError; in sbrDecoder_InitElement()
810 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_Header() local
828 sbrError = sbrDecoder_InitElement( in sbrDecoder_Header()
833 if ((sbrError != SBRDEC_OK) || (elementID == ID_LFE)) { in sbrDecoder_Header()
852 return sbrError; in sbrDecoder_Header()
867 sbrError = sbrDecoder_HeaderUpdate(self, hSbrHeader, headerStatus, in sbrDecoder_Header()
871 if (sbrError == SBRDEC_OK) { in sbrDecoder_Header()
885 return sbrError; in sbrDecoder_Header()