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

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

Completed in 59 milliseconds