Searched refs:limitError (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp634 static status_t limitError(AString name, const char *msg) { function in namespace:android
691 return limitError(name, "has 'min' and 'max' as well as 'range' or "
696 return limitError(name, "has only 'min' or 'max' attribute");
702 return limitError(name, "has both 'range' and 'value' attributes");
709 return limitError(name, "with no 'range', 'value' or 'min'/'max' attributes");

Completed in 46 milliseconds