Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/vndk/util/
H A DC2InterfaceHelper.cpp215 C2_LOG(FATAL) << "Param " << mName << " has no setter"; in validate()
365 C2_LOG(VERBOSE) << "Creating field helper " << field << " " in FieldHelper()
686 C2_LOG(VERBOSE) << "new value " << asString(p); in config()
697 C2_LOG(VERBOSE) << "setting param " << ix; in config()
726 C2_LOG(VERBOSE) << 1; in config()
825 C2_LOG(VERBOSE) << "querying field " << query.field(); in querySupportedValues()
829 C2_LOG(VERBOSE) << "bad param"; in querySupportedValues()
837 C2_LOG(VERBOSE) << "field could not be found"; in querySupportedValues()
842 C2_LOG(VERBOSE) << "field resolved to " in querySupportedValues()
847 C2_LOG(VERBOSE) << "bad field"; in querySupportedValues()
[all …]
H A DC2ParamUtils.cpp73 C2_LOG(VERBOSE) << name.substr(0, word_start) << "|" in camelCaseToDashed()
114 C2_LOG(VERBOSE) << "=> " << name; in camelCaseToDashed()
130 C2_LOG(VERBOSE) << "prefix:" << prefix << ", underscores:" << extraUnderscores; in sanitizeEnumValueNames()
135 C2_LOG(VERBOSE) << s; in sanitizeEnumValueNames()
148 C2_LOG(VERBOSE) << "prefix:" << prefix << ", underscores:" << extraUnderscores; in sanitizeEnumValueNames()
172 C2_LOG(VERBOSE) << s; in sanitizeEnumValueNames()
H A DC2InterfaceUtils.cpp433 C2_LOG(VERBOSE) << "NA.limitTo(" << C2FieldSupportedValuesHelper<T>(limit) << ")"; in limitTo()
464 C2_LOG(FATAL); // should not be here in limitTo()
500 C2_LOG(FATAL) << "limiting ranges to flags is not supported"; in limitTo()
504 C2_LOG(FATAL); // should not be here in limitTo()
529 C2_LOG(FATAL) << "limiting flags to ranges is not supported"; in limitTo()
541 C2_LOG(FATAL); // should not be here in limitTo()
1327 C2_LOG(DEBUG) << "failed to query interface for kind and domain: " << res; in FillTraitsFromInterface()
1341 C2_LOG(DEBUG) << "failed to query interface: " << res; in FillTraitsFromInterface()
1350 C2_LOG(DEBUG) << "failed to query media type"; in FillTraitsFromInterface()
1377 C2_LOG(DEBUG) << intf->getName() << " has aliases: " << iss.str(); in FillTraitsFromInterface()
[all …]
/aosp12/frameworks/av/media/codec2/vndk/include/
H A Dandroid-C2Debug-log.h32 #define C2_LOG(LEVEL) LOG(::android::base::LEVEL) macro
47 #define C2_LOG(LEVEL) \ macro
/aosp12/frameworks/av/media/codec2/vndk/
H A DAndroid.bp100 "libbase", // for C2_LOG