Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/util/
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()
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()
641 C2_LOG(VERBOSE) << "marking dependency for setting at #" << paramDepIx << ": " in config()
649 C2_LOG(VERBOSE) << "handling dirty down dependencies after last setting"; in config()
[all …]
DC2InterfaceUtils.cpp417 C2_LOG(VERBOSE) << "NA.limitTo(" << C2FieldSupportedValuesHelper<T>(limit) << ")"; in limitTo()
427 C2_LOG(VERBOSE) << "(" << C2FieldSupportedValuesHelper<T>(_mValues) << ").limitTo(" in limitTo()
434 C2_LOG(VERBOSE) << "(" << C2FieldSupportedValuesHelper<T>(_mRange) << ").limitTo(" in limitTo()
441 C2_LOG(VERBOSE) << "(" << C2FieldSupportedValuesHelper<T>(_mRange) << ").limitTo(" in limitTo()
448 C2_LOG(FATAL); // should not be here in limitTo()
452 C2_LOG(VERBOSE) << " = " << _mType << ":" << C2FieldSupportedValuesHelper<T>(_mValues); in limitTo()
458 C2_LOG(VERBOSE) << "NA.limitTo(" << C2FieldSupportedValuesHelper<T>(limit) << ")"; in limitTo()
468 C2_LOG(VERBOSE) << "(" << C2FieldSupportedValuesHelper<T>(_mValues) << ").limitTo(" in limitTo()
473C2_LOG(VERBOSE) << " = " << _mType << ":" << C2FieldSupportedValuesHelper<T>(_mValues); in limitTo()
476 C2_LOG(VERBOSE) << "(" << C2FieldSupportedValuesHelper<T>(_mFlags) << ").limitTo(" in limitTo()
[all …]
/hardware/google/av/codec2/vndk/include/
Dandroid-C2Debug-log.h32 #define C2_LOG(LEVEL) LOG(::android::base::LEVEL) macro
47 #define C2_LOG(LEVEL) \ macro
/hardware/google/av/codec2/vndk/
DAndroid.bp88 "libbase", // for C2_LOG