Searched defs:Level (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DADebug.h84 enum Level { enum in struct:android::ADebug
98 // - <level> is 0-5 corresponding to ADebug::Level
103 static Level GetDebugLevelFromProperty(
104 const char *name, const char *propertyName, Level def = kDebugNone);
105 static Level GetDebugLevelFromString(
106 const char *name, const char *value, Level def = kDebugNone);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair.c87 int Level, LevelCode, LevelPrefix, LevelSuffix, LevelSuffixSize; local
114 Level = -1;
118 Level = +1;
120 pLevel[i] = (OMX_S16)Level;
122 DEBUG_PRINTF_2("Level[%d] = %d\n", i, pLevel[i]);
164 /* Level magnitude can't be 1 */
170 Level = (-LevelCode-1)>>1;
175 Level = (LevelCode+2)>>1;
177 pLevel[i] = (OMX_S16)Level;
179 DEBUG_PRINTF_2("Level[
[all...]
/frameworks/compile/mclinker/include/mcld/Script/
H A DAssignment.h29 enum Level { enum in class:mcld::Assignment
43 Assignment(Level pLevel,
52 Level level() const { return m_Level; }
75 Level m_Level;
/frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
H A DLVREV.h109 LVM_UINT16 Level; /* Level, 0 to 100 representing percentage of reverb */ member in struct:__anon188
/frameworks/base/tools/aapt/
H A DSourcePos.cpp13 enum Level { enum in struct:ErrorPos
22 Level level;
26 ErrorPos(const String8& file, int line, const String8& error, Level level);
47 ErrorPos::ErrorPos(const String8& f, int l, const String8& e, Level lev)
/frameworks/compile/slang/
H A Dslang_rs_context.h244 clang::DiagnosticBuilder Report(clang::DiagnosticsEngine::Level Level, argument
247 return DiagEngine->Report(DiagEngine->getCustomDiagID(Level, Message));
251 clang::DiagnosticBuilder Report(clang::DiagnosticsEngine::Level Level, argument
257 DiagEngine->getCustomDiagID(Level, Message));
H A Dslang_rs_reflection.cpp1257 unsigned Level = 0; local
1263 Level++;
1266 IndexVarName.append(llvm::utostr_32(Level));

Completed in 1394 milliseconds