HomeSort by relevance Sort by last modified time
    Searched refs:DE_NOT_OK (Results 1 - 7 of 7) sorted by null

  /external/aac/libDRCdec/src/
drcGainDec_init.cpp 131 if (nDrcChannelGroups != pInst->nDrcChannelGroups) return DE_NOT_OK;
134 return DE_NOT_OK;
145 return DE_NOT_OK;
192 return DE_NOT_OK;
198 return DE_NOT_OK;
203 return DE_NOT_OK;
279 return DE_NOT_OK;
285 return DE_NOT_OK;
290 return DE_NOT_OK;
307 return DE_NOT_OK;
    [all...]
drcDecoder.h 114 DE_NOT_OK = -100,
drcGainDec_process.cpp 123 if ((channelOffset + numChannelsProcessed) > 8) return DE_NOT_OK;
126 return DE_NOT_OK;
128 if ((channelOffset + drcChannelOffset) < 0) return DE_NOT_OK;
161 return DE_NOT_OK;
272 return DE_NOT_OK;
387 return DE_NOT_OK;
405 return DE_NOT_OK;
413 return DE_NOT_OK;
drcGainDec_preprocess.cpp 135 return DE_NOT_OK;
180 return DE_NOT_OK; /* DRC characteristic is not invertible */
205 return DE_NOT_OK; /* DRC characteristic is not invertible */
271 return DE_NOT_OK;
278 return DE_NOT_OK;
341 return DE_NOT_OK;
479 return DE_NOT_OK;
647 if (pInst == NULL) return DE_NOT_OK;
662 if (pCoef == NULL) return DE_NOT_OK;
drcDec_tools.cpp 113 return DE_NOT_OK;
204 return DE_NOT_OK;
211 return DE_NOT_OK;
drcDec_gainDecoder.cpp 191 return DE_NOT_OK;
383 return DE_NOT_OK;
410 return DE_NOT_OK;
drcDec_reader.cpp 494 if ((index >= pCoef->gainSetCount) || (index >= 12)) return DE_NOT_OK;
    [all...]

Completed in 62 milliseconds