Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp272 int fConfigFound = 0; in transportDec_OutOfBandConfig() local
300 hTp->asc, &fConfigFound, in transportDec_OutOfBandConfig()
307 fConfigFound = 1; in transportDec_OutOfBandConfig()
324 fConfigFound = 1; in transportDec_OutOfBandConfig()
356 if (err == TRANSPORTDEC_OK && fConfigFound) { in transportDec_OutOfBandConfig()
373 int fConfigFound = 0; in transportDec_InBandConfig() local
477 fConfigFound = 1; in transportDec_InBandConfig()
555 if (err == TRANSPORTDEC_OK && fConfigFound) { in transportDec_InBandConfig()
871 int fConfigFound = (pfConfigFound != NULL) ? *pfConfigFound : 0; in transportDec_readHeader() local
912 fConfigFound = 1; in transportDec_readHeader()
[all …]