Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp154 INT auLength[1]; /* Length of current access unit. */ member
1294 hTp->auLength[0] = rawDataBlockLength; in synchronization()
1369 bitDistance += hTp->auLength[0]; in transportDec_readStream()
1508 hTp->auLength[layer] = -1; /* Access Unit data length is unknown. */ in transportDec_ReadAccessUnit()
1515 hTp->auLength[layer] = FDKgetValidBits(hBs); in transportDec_ReadAccessUnit()
1523 err = transportDec_readHeader(hTp, hBs, 0, 1, &hTp->auLength[layer], in transportDec_ReadAccessUnit()
1569 if (hTp->accessUnitAnchor[layer] > 0 && hTp->auLength[layer] > 0) { in transportDec_GetAuBitsRemaining()
1572 bits = hTp->auLength[layer] - ((INT)hTp->accessUnitAnchor[layer] - bits); in transportDec_GetAuBitsRemaining()
1583 return hTp->auLength[layer]; in transportDec_GetAuBitsTotal()
1683 hTp->auLength[i] = 0; in transportDec_SetParam()