Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_dec_lib.cpp1226 int ancType) { in isValidAncType() argument
1229 if ((ancType != MPEGS_ANCTYPE_HEADER_AND_FRAME) && in isValidAncType()
1230 (ancType != MPEGS_ANCTYPE_FRAME)) { in isValidAncType()
1297 MPEGS_ANCTYPE ancType; in mpegSurroundDecoder_Parse() local
1320 ancType = (MPEGS_ANCTYPE)FDKreadBits(hBs, 2); in mpegSurroundDecoder_Parse()
1326 if (isValidAncType(pMpegSurroundDecoder, ancType)) { in mpegSurroundDecoder_Parse()
1375 switch (ancType) { in mpegSurroundDecoder_Parse()