Searched defs:auLength (Results 1 - 1 of 1) sorted by relevance

/external/aac/libMpegTPDec/src/
H A Dtpdec_lib.cpp133 INT auLength[2]; /* Length of current access unit. */ member in struct:TRANSPORTDEC
790 hTp->auLength[0] = rawDataBlockLength;
852 bitDistance += hTp->auLength[0];
963 hTp->auLength[layer] = -1; /* Access Unit data length is unknown. */
972 hTp->auLength[layer] = FDKgetValidBits(hBs);
1003 if (hTp->accessUnitAnchor[layer] > 0 && hTp->auLength[layer] > 0) {
1004 bits = hTp->auLength[layer] - (hTp->accessUnitAnchor[layer] - FDKgetValidBits(&hTp->bitStream[layer]));
1014 return hTp->auLength[layer];
1083 hTp->auLength[i] = 0;

Completed in 40 milliseconds