Lines Matching refs:SBR_ERROR
275 static SBR_ERROR sbrDecoder_ResetElement(HANDLE_SBRDECODER self, in sbrDecoder_ResetElement()
281 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_ResetElement()
448 SBR_ERROR sbrDecoder_Open(HANDLE_SBRDECODER *pSelf, in sbrDecoder_Open()
451 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_Open()
529 SBR_ERROR sbrDecoder_InitElement( in sbrDecoder_InitElement()
535 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_InitElement()
737 SBR_ERROR sbrDecoder_FreeMem(HANDLE_SBRDECODER *self) { in sbrDecoder_FreeMem()
766 static SBR_ERROR sbrDecoder_HeaderUpdate(HANDLE_SBRDECODER self, in sbrDecoder_HeaderUpdate()
771 SBR_ERROR errorStatus = SBRDEC_OK; in sbrDecoder_HeaderUpdate()
810 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_Header()
888 SBR_ERROR sbrDecoder_SetParam(HANDLE_SBRDECODER self, const SBRDEC_PARAM param, in sbrDecoder_SetParam()
890 SBR_ERROR errorStatus = SBRDEC_OK; in sbrDecoder_SetParam()
1052 SBR_ERROR sbrDecoder_drcFeedChannel(HANDLE_SBRDECODER self, INT ch, in sbrDecoder_drcFeedChannel()
1119 SBR_ERROR sbrDecoder_Parse(HANDLE_SBRDECODER self, HANDLE_FDK_BITSTREAM hBs, in sbrDecoder_Parse()
1133 SBR_ERROR errorStatus = SBRDEC_OK; in sbrDecoder_Parse()
1589 static SBR_ERROR sbrDecoder_DecodeElement( in sbrDecoder_DecodeElement()
1606 SBR_ERROR errorStatus = SBRDEC_OK; in sbrDecoder_DecodeElement()
1688 SBR_ERROR errorStatusTmp = SBRDEC_OK; in sbrDecoder_DecodeElement()
1811 SBR_ERROR sbrDecoder_Apply(HANDLE_SBRDECODER self, INT_PCM *input, in sbrDecoder_Apply()
1817 SBR_ERROR errorStatus = SBRDEC_OK; in sbrDecoder_Apply()
1940 SBR_ERROR sbrDecoder_Close(HANDLE_SBRDECODER *pSelf) { in sbrDecoder_Close()