Searched refs:ancType (Results 1 – 1 of 1) sorted by relevance
1241 int ancType) { in isValidAncType() argument1244 if ((ancType != MPEGS_ANCTYPE_HEADER_AND_FRAME) && in isValidAncType()1245 (ancType != MPEGS_ANCTYPE_FRAME)) { in isValidAncType()1312 MPEGS_ANCTYPE ancType; in mpegSurroundDecoder_Parse() local1335 ancType = (MPEGS_ANCTYPE)FDKreadBits(hBs, 2); in mpegSurroundDecoder_Parse()1341 if (isValidAncType(pMpegSurroundDecoder, ancType)) { in mpegSurroundDecoder_Parse()1390 switch (ancType) { in mpegSurroundDecoder_Parse()