Home
last modified time | relevance | path

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

/external/aac/libSACdec/include/
Dsac_dec_errorcodes.h144 MPS_WRONG_PARAMETERSETS, enumerator
/external/aac/libSACdec/src/
Dsac_bitdec.cpp1470 if (numParameterSets > MAX_PARAMETER_SETS) return MPS_WRONG_PARAMETERSETS; in mapIndexData()
1565 if (i2 >= MAX_PARAMETER_SETS) return MPS_WRONG_PARAMETERSETS; in mapIndexData()
1572 if (i2 >= numParameterSets) return MPS_WRONG_PARAMETERSETS; in mapIndexData()
1745 return MPS_WRONG_PARAMETERSETS; in decodeAndMapFrameSmg()