Searched refs:drcErr (Results 1 – 1 of 1) sorted by relevance
842 DRC_DEC_ERROR drcErr = DRC_DEC_OK; in CAacDecoder_ExtPayloadParse() local858 drcErr = FDK_drcDec_SetCodecMode(self->hUniDrcDecoder, drcDecCodecMode); in CAacDecoder_ExtPayloadParse()859 if (drcErr) { in CAacDecoder_ExtPayloadParse()864 drcErr = FDK_drcDec_ReadUniDrc(self->hUniDrcDecoder, hBs); in CAacDecoder_ExtPayloadParse()865 if (drcErr) { in CAacDecoder_ExtPayloadParse()2865 int drcErr; in CAacDecoder_DecodeFrame() local2867 drcErr = FDK_drcDec_ReadUniDrcGain(self->hUniDrcDecoder, bs); in CAacDecoder_DecodeFrame()2868 if (drcErr != 0) { in CAacDecoder_DecodeFrame()