Searched refs:ancType (Results 1 – 1 of 1) sorted by relevance
1226 int ancType) { in isValidAncType() argument1229 if ((ancType != MPEGS_ANCTYPE_HEADER_AND_FRAME) && in isValidAncType()1230 (ancType != MPEGS_ANCTYPE_FRAME)) { in isValidAncType()1297 MPEGS_ANCTYPE ancType; in mpegSurroundDecoder_Parse() local1320 ancType = (MPEGS_ANCTYPE)FDKreadBits(hBs, 2); in mpegSurroundDecoder_Parse()1326 if (isValidAncType(pMpegSurroundDecoder, ancType)) { in mpegSurroundDecoder_Parse()1375 switch (ancType) { in mpegSurroundDecoder_Parse()