Lines Matching refs:sbrError
279 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_ResetElement() local
290 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
459 sbrError = SBRDEC_MEM_ALLOC_FAILED; in sbrDecoder_Open()
485 return sbrError; in sbrDecoder_Open()
533 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_InitElement() local
546 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in sbrDecoder_InitElement()
551 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in sbrDecoder_InitElement()
612 sbrError = SBRDEC_MEM_ALLOC_FAILED; in sbrDecoder_InitElement()
655 sbrError = SBRDEC_PARSE_ERROR; in sbrDecoder_InitElement()
669 sbrError = SBRDEC_MEM_ALLOC_FAILED; in sbrDecoder_InitElement()
710 sbrError = sbrDecoder_ResetElement(self, sampleRateIn, sampleRateOut, in sbrDecoder_InitElement()
716 if (sbrError != SBRDEC_OK) { in sbrDecoder_InitElement()
728 return sbrError; in sbrDecoder_InitElement()
808 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_Header() local
826 sbrError = sbrDecoder_InitElement( in sbrDecoder_Header()
831 if ((sbrError != SBRDEC_OK) || (elementID == ID_LFE)) { in sbrDecoder_Header()
850 return sbrError; in sbrDecoder_Header()
865 sbrError = sbrDecoder_HeaderUpdate(self, hSbrHeader, headerStatus, in sbrDecoder_Header()
869 if (sbrError == SBRDEC_OK) { in sbrDecoder_Header()
883 return sbrError; in sbrDecoder_Header()