Lines Matching defs:error
240 AAC_DECODER_ERROR error = AAC_DEC_OK;
250 error = AAC_DEC_UNSUPPORTED_FORMAT;
289 error = IcsRead( hBs,
302 error = AAC_DEC_UNSUPPORTED_PREDICTION;
315 error = AAC_DEC_PARSE_ERROR;
324 error = CBlock_ReadSectionData( hBs,
333 /* read RVLC data from bitstream (error sens. cat. 1) */
338 error = CBlock_ReadScaleFactorData(pAacDecoderChannelInfo[ch], hBs, flags);
350 error = AAC_DEC_DECODE_FRAME_ERROR;
358 error = CTns_Read(hBs, &pAacDecoderChannelInfo[ch]->pDynData->TnsData, &pAacDecoderChannelInfo[ch]->icsInfo, flags);
366 error = AAC_DEC_UNSUPPORTED_GAIN_CONTROL_DATA;
387 error = CBlock_ReadSpectralData( hBs,
437 error = AAC_DEC_UNSUPPORTED_FORMAT;
441 if (error != AAC_DEC_OK) {
450 return error;