Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaCodecList.cpp886 static status_t limitFoundMissingAttr(AString name, const char *attr, bool found = true) { in limitFoundMissingAttr() function
974 return limitFoundMissingAttr(name, "default", found); in addLimit()
977 return limitFoundMissingAttr(name, "scale"); in addLimit()
980 return limitFoundMissingAttr(name, "in", found); in addLimit()
1006 return limitFoundMissingAttr(name, "default"); in addLimit()
1008 return limitFoundMissingAttr(name, "in"); in addLimit()
1011 return limitFoundMissingAttr(name, "max", found); in addLimit()
1013 return limitFoundMissingAttr(name, "min"); in addLimit()
1015 return limitFoundMissingAttr(name, "range"); in addLimit()
1018 return limitFoundMissingAttr(name, "ranges", found); in addLimit()
[all …]