Searched refs:drcErr (Results 1 – 1 of 1) sorted by relevance
916 DRC_DEC_ERROR drcErr = DRC_DEC_OK; in CAacDecoder_ExtPayloadParse() local932 drcErr = FDK_drcDec_SetCodecMode(self->hUniDrcDecoder, drcDecCodecMode); in CAacDecoder_ExtPayloadParse()933 if (drcErr) { in CAacDecoder_ExtPayloadParse()938 drcErr = FDK_drcDec_ReadUniDrc(self->hUniDrcDecoder, hBs); in CAacDecoder_ExtPayloadParse()939 if (drcErr) { in CAacDecoder_ExtPayloadParse()3006 int drcErr; in CAacDecoder_DecodeFrame() local3008 drcErr = FDK_drcDec_ReadUniDrcGain(self->hUniDrcDecoder, bs); in CAacDecoder_DecodeFrame()3009 if (drcErr != 0) { in CAacDecoder_DecodeFrame()