Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp231 int fConfigFound = 0; in transportDec_OutOfBandConfig() local
243 … err = CLatmDemux_ReadStreamMuxConfig(hBs, pLatmDemux, &hTp->callbacks, hTp->asc, &fConfigFound); in transportDec_OutOfBandConfig()
250 fConfigFound = 1; in transportDec_OutOfBandConfig()
262 fConfigFound = 1; in transportDec_OutOfBandConfig()
275 if (err == TRANSPORTDEC_OK && fConfigFound) { in transportDec_OutOfBandConfig()
543 int fConfigFound = (pfConfigFound != NULL) ? *pfConfigFound : 0; in transportDec_readHeader() local
572 fConfigFound = 1; in transportDec_readHeader()
616 &fConfigFound, in transportDec_readHeader()
657 *pfConfigFound = fConfigFound; in transportDec_readHeader()
667 *pfConfigFound = fConfigFound; in transportDec_readHeader()
[all …]