Home
last modified time | relevance | path

Searched refs:DE_NOT_OK (Results 1 – 7 of 7) sorted by relevance

/external/aac/libDRCdec/src/
DdrcGainDec_init.cpp131 if (nDrcChannelGroups != pInst->nDrcChannelGroups) return DE_NOT_OK; in _generateDrcInstructionsDerivedData()
134 return DE_NOT_OK; in _generateDrcInstructionsDerivedData()
145 return DE_NOT_OK; in _generateDrcInstructionsDerivedData()
191 if (hGainDec->deltaTminDefault > hGainDec->frameSize) return DE_NOT_OK; in initGainDec()
266 return DE_NOT_OK; in initActiveDrc()
272 return DE_NOT_OK; in initActiveDrc()
277 return DE_NOT_OK; in initActiveDrc()
294 return DE_NOT_OK; in initActiveDrc()
313 if (hGainDec->nActiveDrcs > MAX_ACTIVE_DRCS) return DE_NOT_OK; in initActiveDrc()
328 return DE_NOT_OK; in initActiveDrcOffset()
DdrcGainDec_process.cpp123 if ((channelOffset + numChannelsProcessed) > 8) return DE_NOT_OK; in _prepareLnbIndex()
126 return DE_NOT_OK; in _prepareLnbIndex()
128 if ((channelOffset + drcChannelOffset) < 0) return DE_NOT_OK; in _prepareLnbIndex()
161 return DE_NOT_OK; in _interpolateDrcGain()
272 return DE_NOT_OK; in processDrcTime()
387 return DE_NOT_OK; in processDrcSubband()
405 return DE_NOT_OK; in processDrcSubband()
413 return DE_NOT_OK; in processDrcSubband()
DdrcGainDec_preprocess.cpp135 return DE_NOT_OK; in _getCicpCharacteristic()
180 return DE_NOT_OK; /* DRC characteristic is not invertible */ in _getSlopeSign()
205 return DE_NOT_OK; /* DRC characteristic is not invertible */ in _isSlopeNegative()
271 return DE_NOT_OK; in _compressorIO_sigmoid_common()
278 return DE_NOT_OK; in _compressorIO_sigmoid_common()
289 return DE_NOT_OK; in _compressorIO_sigmoid_common()
345 return DE_NOT_OK; in _compressorIO_sigmoid_inverse()
483 return DE_NOT_OK; in _mapGain()
651 if (pInst == NULL) return DE_NOT_OK; in prepareDrcGain()
666 if (pCoef == NULL) return DE_NOT_OK; in prepareDrcGain()
DdrcDec_tools.cpp113 return DE_NOT_OK; in getDeltaTmin()
204 return DE_NOT_OK; in deriveDrcChannelGroups()
211 return DE_NOT_OK; in deriveDrcChannelGroups()
DdrcDec_gainDecoder.cpp209 return DE_NOT_OK; in drcDec_GainDecoder_SetCodecDependentParameters()
403 return DE_NOT_OK; in drcDec_GainDecoder_ProcessTimeDomain()
430 return DE_NOT_OK; in drcDec_GainDecoder_ProcessSubbandDomain()
DdrcDecoder.h114 DE_NOT_OK = -100, enumerator
DdrcDec_reader.cpp487 if (hUniDrcGain == NULL) return DE_NOT_OK; in drcDec_readUniDrcGain()
502 if ((index >= pCoef->gainSetCount) || (index >= 12)) return DE_NOT_OK; in drcDec_readUniDrcGain()
1066 if (pDown == NULL) return DE_NOT_OK; in _skipEqInstructions()
1380 return DE_NOT_OK; in _readDrcInstructionsUniDrc()
1398 if (pDown == NULL) return DE_NOT_OK; in _readDrcInstructionsUniDrc()
1437 return DE_NOT_OK; in _readDrcInstructionsUniDrc()
1483 if (pChan->baseChannelCount > 8) return DE_NOT_OK; in _readChannelLayout()
1518 if (nDownmixCoeffs > 8 * 8) return DE_NOT_OK; in _readDownmixInstructions()
1659 return DE_NOT_OK; in _readUniDrcConfigExtension()
1683 if (hUniDrcConfig == NULL) return DE_NOT_OK; in drcDec_readUniDrcConfig()
[all …]