• Home
  • Raw
  • Download

Lines Matching refs:sbrError

217   SBR_ERROR sbrError = SBRDEC_OK;  in sbrDecoder_ResetElement()  local
228 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in sbrDecoder_ResetElement()
234 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in sbrDecoder_ResetElement()
276 sbrError = initHeaderData( in sbrDecoder_ResetElement()
286 if (sbrError != SBRDEC_OK) { in sbrDecoder_ResetElement()
297 sbrError = createSbrDec (self->pSbrElement[elementIndex]->pSbrChannel[ch], in sbrDecoder_ResetElement()
306 if (sbrError != SBRDEC_OK) { in sbrDecoder_ResetElement()
323 sbrError = SBRDEC_CREATE_ERROR; in sbrDecoder_ResetElement()
340 return sbrError; in sbrDecoder_ResetElement()
347 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_Open() local
352 sbrError = SBRDEC_MEM_ALLOC_FAILED; in sbrDecoder_Open()
362 sbrError = SBRDEC_MEM_ALLOC_FAILED; in sbrDecoder_Open()
378 return sbrError; in sbrDecoder_Open()
433 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_InitElement() local
439 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in sbrDecoder_InitElement()
445 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in sbrDecoder_InitElement()
475 sbrError = SBRDEC_MEM_ALLOC_FAILED; in sbrDecoder_InitElement()
521 sbrError = SBRDEC_MEM_ALLOC_FAILED; in sbrDecoder_InitElement()
544 sbrError = sbrDecoder_ResetElement( in sbrDecoder_InitElement()
557 if (sbrError != SBRDEC_OK) { in sbrDecoder_InitElement()
568 return sbrError; in sbrDecoder_InitElement()
624 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_Header() local
636 sbrError = sbrDecoder_InitElement( in sbrDecoder_Header()
646 if (sbrError != SBRDEC_OK) { in sbrDecoder_Header()
674 sbrError = sbrDecoder_HeaderUpdate( in sbrDecoder_Header()
682 if (sbrError == SBRDEC_OK) { in sbrDecoder_Header()
694 return sbrError; in sbrDecoder_Header()