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

/external/aac/libAACdec/src/
H A Dchannelinfo.h162 UCHAR WindowSequence; /* See enum above, 0: long, 1: start, 2: short, 3: stop */ member in struct:__anon35
383 return (pIcsInfo->WindowSequence != EightShortSequence);
393 return pIcsInfo->WindowSequence;
410 return (pIcsInfo->WindowSequence == EightShortSequence) ? 8 : 1;

Completed in 86 milliseconds