OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
191
if (hGainDec->deltaTminDefault > hGainDec->frameSize) return
DE_NOT_OK
;
266
return
DE_NOT_OK
;
272
return
DE_NOT_OK
;
277
return
DE_NOT_OK
;
294
return
DE_NOT_OK
;
313
if (hGainDec->nActiveDrcs > MAX_ACTIVE_DRCS) return
DE_NOT_OK
;
328
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
;
342
return
DE_NOT_OK
;
480
return
DE_NOT_OK
;
648
if (pInst == NULL) return
DE_NOT_OK
;
663
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
209
return
DE_NOT_OK
;
401
return
DE_NOT_OK
;
428
return
DE_NOT_OK
;
drcDec_reader.cpp
502
if ((index >= pCoef->gainSetCount) || (index >= 12)) return
DE_NOT_OK
;
[
all
...]
Completed in 90 milliseconds