Home | History | Annotate | Download | only in aacdec

Lines Matching refs:sbr_err

153     SBR_ERROR sbr_err =  SBRDEC_OK;
228 sbr_err = sbr_reset_dec(&(SbrChannel[0].frameData),
232 if (sbr_err != SBRDEC_OK)
245 sbr_err = sbr_get_sce(&(SbrChannel[0].frameData),
252 if (sbr_err != SBRDEC_OK)
274 sbr_err = sbr_reset_dec(&(SbrChannel[lr].frameData),
278 if (sbr_err != SBRDEC_OK)
289 sbr_err = sbr_get_cpe(&(SbrChannel[0].frameData),
293 if (sbr_err != SBRDEC_OK)
302 sbr_err = SBRDEC_ILLEGAL_PLUS_ELE_ID;
316 sbr_err = SBRDEC_INVALID_BITSTREAM;
319 return sbr_err;