Searched refs:nAU (Results 1 - 1 of 1) sorted by relevance

/external/aac/libMpegTPDec/src/
H A Dtpdec_lib.cpp934 INT nAU = -1; local
985 nAU = num / denom;
997 nAU--;
1000 if (nAU < 0) {
1004 nAU = -1;
1006 FDKprintf("ERROR: Bufferfullness accounting failed. remainder=%d, nAU=%d\n", hTp->remainder, nAU);
1011 if (nAU > 0) {
1021 the bits upto the sync word are discarded, thus causing a value of nAU > 0 */
1022 if (nAU >
[all...]

Completed in 53 milliseconds