Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp312 int errC; in transportDec_OutOfBandConfig() local
315 errC = hTp->callbacks.cbUpdateConfig( in transportDec_OutOfBandConfig()
318 if (errC != 0) { in transportDec_OutOfBandConfig()
328 int errC; in transportDec_OutOfBandConfig() local
330 errC = hTp->callbacks.cbUpdateConfig( in transportDec_OutOfBandConfig()
333 if (errC != 0) { in transportDec_OutOfBandConfig()
344 int errC; in transportDec_OutOfBandConfig() local
347 errC = hTp->callbacks.cbFreeMem(hTp->callbacks.cbFreeMemData, in transportDec_OutOfBandConfig()
349 if (errC != 0) { in transportDec_OutOfBandConfig()
369 int errC; in transportDec_InBandConfig() local
[all …]
Dtpdec_latm.cpp191 int errC; in CLatmDemux_ReadAudioMuxElement() local
194 errC = pTpDecCallbacks->cbFreeMem(pTpDecCallbacks->cbFreeMemData, in CLatmDemux_ReadAudioMuxElement()
196 if (errC != 0) { in CLatmDemux_ReadAudioMuxElement()