• Home
  • Raw
  • Download

Lines Matching refs:sbrError

212   SBR_ERROR sbrError = SBRDEC_OK;  in sbrDecoder_ResetElement()  local
223 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in sbrDecoder_ResetElement()
229 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in sbrDecoder_ResetElement()
269 sbrError = initHeaderData( in sbrDecoder_ResetElement()
279 if (sbrError != SBRDEC_OK) { in sbrDecoder_ResetElement()
290 sbrError = createSbrDec (self->pSbrElement[elementIndex]->pSbrChannel[ch], in sbrDecoder_ResetElement()
299 if (sbrError != SBRDEC_OK) { in sbrDecoder_ResetElement()
316 sbrError = SBRDEC_CREATE_ERROR; in sbrDecoder_ResetElement()
333 return sbrError; in sbrDecoder_ResetElement()
340 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_Open() local
345 sbrError = SBRDEC_MEM_ALLOC_FAILED; in sbrDecoder_Open()
355 sbrError = SBRDEC_MEM_ALLOC_FAILED; in sbrDecoder_Open()
371 return sbrError; in sbrDecoder_Open()
426 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_InitElement() local
432 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in sbrDecoder_InitElement()
438 sbrError = SBRDEC_UNSUPPORTED_CONFIG; in sbrDecoder_InitElement()
467 sbrError = SBRDEC_MEM_ALLOC_FAILED; in sbrDecoder_InitElement()
513 sbrError = SBRDEC_MEM_ALLOC_FAILED; in sbrDecoder_InitElement()
536 sbrError = sbrDecoder_ResetElement( in sbrDecoder_InitElement()
549 if (sbrError != SBRDEC_OK) { in sbrDecoder_InitElement()
559 return sbrError; in sbrDecoder_InitElement()
615 SBR_ERROR sbrError = SBRDEC_OK; in sbrDecoder_Header() local
627 sbrError = sbrDecoder_InitElement( in sbrDecoder_Header()
637 if (sbrError != SBRDEC_OK) { in sbrDecoder_Header()
665 sbrError = sbrDecoder_HeaderUpdate( in sbrDecoder_Header()
673 if (sbrError == SBRDEC_OK) { in sbrDecoder_Header()
685 return sbrError; in sbrDecoder_Header()