Searched defs:limitError (Results 1 - 2 of 2) sorted by last modified time

/frameworks/av/media/vndk/xmlparser/1.0/
H A DMediaCodecsXmlParser.cpp623 static status_t limitError(const AString &name, const char *msg) { function
688 return limitError(name, "has 'min' and 'max' as well as 'range' or "
693 return limitError(name, "has only 'min' or 'max' attribute");
699 return limitError(name, "has both 'range' and 'value' attributes");
706 return limitError(name, "with no 'range', 'value' or 'min'/'max' attributes");
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp922 static status_t limitError(const AString &name, const char *msg) { function in namespace:android
981 return limitError(name, "has 'min' and 'max' as well as 'range' or "
986 return limitError(name, "has only 'min' or 'max' attribute");
992 return limitError(name, "has both 'range' and 'value' attributes");
999 return limitError(name, "with no 'range', 'value' or 'min'/'max' attributes");

Completed in 93 milliseconds