Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp133 INT auLength[2]; /* Length of current access unit. */ member
893 hTp->auLength[0] = rawDataBlockLength; in synchronization()
967 bitDistance += hTp->auLength[0]; in transportDec_readStream()
1082 hTp->auLength[layer] = -1; /* Access Unit data length is unknown. */ in transportDec_ReadAccessUnit()
1088 hTp->auLength[layer] = FDKgetValidBits(hBs); in transportDec_ReadAccessUnit()
1096 …err = transportDec_readHeader(hTp, hBs, 0, 1, &hTp->auLength[layer], NULL, NULL, &fConfigFound, NU… in transportDec_ReadAccessUnit()
1128 if (hTp->accessUnitAnchor[layer] > 0 && hTp->auLength[layer] > 0) { in transportDec_GetAuBitsRemaining()
1129 …bits = hTp->auLength[layer] - (hTp->accessUnitAnchor[layer] - FDKgetValidBits(&hTp->bitStream[laye… in transportDec_GetAuBitsRemaining()
1139 return hTp->auLength[layer]; in transportDec_GetAuBitsTotal()
1205 hTp->auLength[i] = 0; in transportDec_SetParam()