Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp57 C2_LOG(INFO) << "missing struct descriptor #" << coreIndex << " for field " in addStructDescriptor()
177 C2_LOG(FATAL) << "Trying to add fields to param " << mName << " multiple times"; in setFields()
179 C2_LOG(FATAL) << "Trying to add fields to const param " << mName; in setFields()
211 C2_LOG(WARNING) << "Param " << mName << " has no setter, making it const"; in validate()
215 C2_LOG(FATAL) << "Param " << mName << " has no setter"; in validate()
225 C2_LOG(FATAL) << "Param " << mName << " has no fields"; in validate()
365 C2_LOG(VERBOSE) << "Creating field helper " << field << " " in FieldHelper()
468 C2_LOG(FATAL) << "Parameter " << param->name() << " has a dependency at index " in addParam()
664 C2_LOG(VERBOSE) << "marking dependency for setting at #" << paramDepIx << ": " in config()
672 C2_LOG(VERBOSE) << "handling dirty down dependencies after last setting"; in config()
[all …]
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()
DC2InterfaceUtils.cpp431 C2_LOG(VERBOSE) << "NA.limitTo(" << C2FieldSupportedValuesHelper<T>(limit) << ")"; in limitTo()
441 C2_LOG(VERBOSE) << "(" << C2FieldSupportedValuesHelper<T>(_mValues) << ").limitTo(" in limitTo()
448 C2_LOG(VERBOSE) << "(" << C2FieldSupportedValuesHelper<T>(_mRange) << ").limitTo(" in limitTo()
455 C2_LOG(VERBOSE) << "(" << C2FieldSupportedValuesHelper<T>(_mRange) << ").limitTo(" in limitTo()
462 C2_LOG(FATAL); // should not be here in limitTo()
466 C2_LOG(VERBOSE) << " = " << _mType << ":" << C2FieldSupportedValuesHelper<T>(_mValues); in limitTo()
472 C2_LOG(VERBOSE) << "NA.limitTo(" << C2FieldSupportedValuesHelper<T>(limit) << ")"; in limitTo()
482 C2_LOG(VERBOSE) << "(" << C2FieldSupportedValuesHelper<T>(_mValues) << ").limitTo(" in limitTo()
487C2_LOG(VERBOSE) << " = " << _mType << ":" << C2FieldSupportedValuesHelper<T>(_mValues); in limitTo()
490 C2_LOG(VERBOSE) << "(" << C2FieldSupportedValuesHelper<T>(_mFlags) << ").limitTo(" in limitTo()
[all …]
/frameworks/av/media/codec2/vndk/include/
Dandroid-C2Debug-log.h32 #define C2_LOG(LEVEL) LOG(::android::base::LEVEL) macro
47 #define C2_LOG(LEVEL) \ macro
/frameworks/av/media/codec2/vndk/
DAndroid.bp87 "libbase", // for C2_LOG