Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp196 TRANSPORTDEC_ERROR errTp; in aacDecoder_ConfigRaw() local
201 errTp = transportDec_OutOfBandConfig(self->hInput, conf[layer], in aacDecoder_ConfigRaw()
203 if (errTp != TRANSPORTDEC_OK) { in aacDecoder_ConfigRaw()
204 switch (errTp) { in aacDecoder_ConfigRaw()
278 TRANSPORTDEC_ERROR errTp; in aacDecoder_ConfigCallback() local
305 errTp = TRANSPORTDEC_OK; in aacDecoder_ConfigCallback()
308 errTp = TRANSPORTDEC_NEED_TO_RESTART; in aacDecoder_ConfigCallback()
310 errTp = TRANSPORTDEC_UNSUPPORTED_FORMAT; in aacDecoder_ConfigCallback()
313 errTp = TRANSPORTDEC_UNKOWN_ERROR; in aacDecoder_ConfigCallback()
317 return errTp; in aacDecoder_ConfigCallback()
[all …]