Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp226 int fConfigFound = 0; in transportDec_OutOfBandConfig() local
238 … err = CLatmDemux_ReadStreamMuxConfig(hBs, pLatmDemux, &hTp->callbacks, hTp->asc, &fConfigFound); in transportDec_OutOfBandConfig()
245 fConfigFound = 1; in transportDec_OutOfBandConfig()
258 if (err == TRANSPORTDEC_OK && fConfigFound) { in transportDec_OutOfBandConfig()
526 int fConfigFound = (pfConfigFound != NULL) ? *pfConfigFound : 0; in transportDec_readHeader() local
555 fConfigFound = 1; in transportDec_readHeader()
599 &fConfigFound, in transportDec_readHeader()
640 *pfConfigFound = fConfigFound; in transportDec_readHeader()
650 *pfConfigFound = fConfigFound; in transportDec_readHeader()
672 …INT numFramesTraversed = 0, fTraverseMoreFrames, fConfigFound = (hTp->flags & TPDEC_CONFIG_FOUND),… in synchronization() local
[all …]