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
1313 hTp->auLength[0] = rawDataBlockLength; in synchronization()
1388 bitDistance += hTp->auLength[0]; in transportDec_readStream()
1527 hTp->auLength[layer] = -1; /* Access Unit data length is unknown. */ in transportDec_ReadAccessUnit()
1534 hTp->auLength[layer] = FDKgetValidBits(hBs); in transportDec_ReadAccessUnit()
1542 err = transportDec_readHeader(hTp, hBs, 0, 1, &hTp->auLength[layer], in transportDec_ReadAccessUnit()
1588 if (hTp->accessUnitAnchor[layer] > 0 && hTp->auLength[layer] > 0) { in transportDec_GetAuBitsRemaining()
1591 bits = hTp->auLength[layer] - ((INT)hTp->accessUnitAnchor[layer] - bits); in transportDec_GetAuBitsRemaining()
1602 return hTp->auLength[layer]; in transportDec_GetAuBitsTotal()
1702 hTp->auLength[i] = 0; in transportDec_SetParam()