Home
last modified time | relevance | path

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

/external/aac/libSACdec/include/
Dsac_dec_errorcodes.h144 MPS_WRONG_PARAMETERSETS, enumerator
/external/aac/libSACdec/src/
Dsac_bitdec.cpp1475 if (numParameterSets > MAX_PARAMETER_SETS) return MPS_WRONG_PARAMETERSETS; in mapIndexData()
1570 if (i2 >= numParameterSets) return MPS_WRONG_PARAMETERSETS; in mapIndexData()
1752 return MPS_WRONG_PARAMETERSETS; in decodeAndMapFrameSmg()
Dsac_dec.cpp1166 err = (currSlot < ts) ? MPS_WRONG_PARAMETERSETS : MPS_OK; in SpatialDecApplyParameterSets()