OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:C2_LOG
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/codec2/vndk/include/
android-C2Debug-log.h
32
#define
C2_LOG
(LEVEL) LOG(::android::base::LEVEL)
41
*
C2_LOG
(DEBUG) << expr ...;
47
#define
C2_LOG
(LEVEL) \
/frameworks/av/media/codec2/vndk/util/
C2InterfaceHelper.cpp
57
C2_LOG
(INFO) << "missing struct descriptor #" << coreIndex << " for field "
177
C2_LOG
(FATAL) << "Trying to add fields to param " << mName << " multiple times";
179
C2_LOG
(FATAL) << "Trying to add fields to const param " << mName;
211
C2_LOG
(WARNING) << "Param " << mName << " has no setter, making it const";
215
C2_LOG
(FATAL) << "Param " << mName << " has no setter";
225
C2_LOG
(FATAL) << "Param " << mName << " has no fields";
365
C2_LOG
(VERBOSE) << "Creating field helper " << field << " "
468
C2_LOG
(FATAL) << "Parameter " << param->name() << " has a dependency at index "
664
C2_LOG
(VERBOSE) << "marking dependency for setting at #" << paramDepIx << ": "
672
C2_LOG
(VERBOSE) << "handling dirty down dependencies after last setting"
[
all
...]
C2ParamUtils.cpp
73
C2_LOG
(VERBOSE) << name.substr(0, word_start) << "|"
114
C2_LOG
(VERBOSE) << "=> " << name;
130
C2_LOG
(VERBOSE) << "prefix:" << prefix << ", underscores:" << extraUnderscores;
135
C2_LOG
(VERBOSE) << s;
148
C2_LOG
(VERBOSE) << "prefix:" << prefix << ", underscores:" << extraUnderscores;
172
C2_LOG
(VERBOSE) << s;
C2InterfaceUtils.cpp
417
C2_LOG
(VERBOSE) << "NA.limitTo(" << C2FieldSupportedValuesHelper<T>(limit) << ")";
427
C2_LOG
(VERBOSE) << "(" << C2FieldSupportedValuesHelper<T>(_mValues) << ").limitTo("
434
C2_LOG
(VERBOSE) << "(" << C2FieldSupportedValuesHelper<T>(_mRange) << ").limitTo("
441
C2_LOG
(VERBOSE) << "(" << C2FieldSupportedValuesHelper<T>(_mRange) << ").limitTo("
448
C2_LOG
(FATAL); // should not be here
452
C2_LOG
(VERBOSE) << " = " << _mType << ":" << C2FieldSupportedValuesHelper<T>(_mValues);
458
C2_LOG
(VERBOSE) << "NA.limitTo(" << C2FieldSupportedValuesHelper<T>(limit) << ")";
468
C2_LOG
(VERBOSE) << "(" << C2FieldSupportedValuesHelper<T>(_mValues) << ").limitTo("
473
C2_LOG
(VERBOSE) << " = " << _mType << ":" << C2FieldSupportedValuesHelper<T>(_mValues);
476
C2_LOG
(VERBOSE) << "(" << C2FieldSupportedValuesHelper<T>(_mFlags) << ").limitTo(
[
all
...]
Completed in 680 milliseconds