HomeSort by relevance Sort by last modified time
    Searched defs:level (Results 276 - 300 of 2206) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_validate.c 125 int level; local
133 level = intel_image->base.Base.Level;
137 for (int i = 0; i < mt->level[level].depth; i++)
138 intel_miptree_slice_resolve_depth(intel, mt, level, i);
148 for (i = 0; i < mt->level[level].depth; i++) {
149 intel_miptree_get_image_offset(mt, level, face, i, &x, &y);
158 intel_miptree_get_image_offset(mt, level, face, 0, &x, &y)
    [all...]
  /external/mesa3d/src/mesa/main/
texstorage.c 101 * Compute the size of the next mipmap level.
134 GLint level, levelWidth = width, levelHeight = height, levelDepth = depth; local
146 for (level = 0; level < levels; level++) {
152 _mesa_get_tex_image(ctx, texObj, faceTarget, level);
180 for (level = 0; level < levels; level++) {
182 struct gl_texture_image *texImage = texObj->Image[face][level];
212 GLint level; local
    [all...]
  /external/opencv/cv/src/
_cv.h 106 int level; member in struct:CvPyramid
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftvalid.h 50 /* A table that passes this validation level can be used reliably by */
55 /* A table that passes this validation level can be used reliably and */
67 /* level anyway but it can be useful for certain tools like font */
82 /* the maximum level of warnings. */
94 FT_ValidationLevel level; /* validation level */ member in struct:FT_ValidatorRec_
110 FT_ValidationLevel level );
118 /* to high-level caller. Using `setjmp/longjmp' avoids many stupid */
  /external/skia/src/core/
SkBitmapController.cpp 185 SkMipMap::Level level; local
186 if (fCurrMip->extractLevel(scale, &level)) {
187 const SkSize& invScaleFixup = level.fScale;
192 return fResultBitmap.installPixels(level.fPixmap);
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
Priority.java 25 the {@link Level} class instead</font>.
30 transient int level; field in class:Priority
44 * @deprecated Use {@link Level#FATAL} instead.
46 final static public Priority FATAL = new Level(FATAL_INT, "FATAL", 0);
49 * @deprecated Use {@link Level#ERROR} instead.
51 final static public Priority ERROR = new Level(ERROR_INT, "ERROR", 3);
54 * @deprecated Use {@link Level#WARN} instead.
56 final static public Priority WARN = new Level(WARN_INT, "WARN", 4);
59 * @deprecated Use {@link Level#INFO} instead.
61 final static public Priority INFO = new Level(INFO_INT, "INFO", 6)
    [all...]
  /external/valgrind/tests/
x86_amd64_features.c 73 unsigned int level = 0, cmask = 0, dmask = 0, a, b, c, d; local
77 level = 1;
80 level = 1;
83 level = 1;
86 level = 0x80000001;
89 level = 1;
92 level = 1;
95 level = 1;
98 level = 1;
101 level = 0x80000001
    [all...]
  /external/webrtc/talk/session/media/
currentspeakermonitor.cc 106 // level information. Also retain loudest speaker.
120 int level = (level_it != active_ssrc_to_level_map.end()) ? local
124 if (level > 0) {
125 // Reset level because we don't think they're really speaking.
126 level = 0;
133 if (level > 0) {
140 if (level > 0) {
147 level = kMaxAudioLevel;
152 if (level > 0) {
159 level = kMaxAudioLevel
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
noise_suppression_impl.cc 125 int NoiseSuppressionImpl::set_level(Level level) {
127 switch (level) {
144 level_ = level;
152 NoiseSuppression::Level NoiseSuppressionImpl::level() const { function in class:webrtc::NoiseSuppressionImpl
  /frameworks/av/media/libstagefright/foundation/
ADebug.cpp 54 // get level
57 long level = strtol(current, &end, 10); local
62 // invalid level - skip
82 def = level;
98 ADebug::Level ADebug::GetDebugLevelFromProperty(
99 const char *name, const char *propertyName, ADebug::Level def) {
100 long level = GetLevelFromProperty(name, propertyName, (long)def); local
101 return (Level)min(max(level, (long)kDebugNone), (long)kDebugMax);
132 long level = GetLevelFromProperty(name, "debug.stagefright.experiments", undefined) local
    [all...]
  /frameworks/base/core/java/android/text/
AndroidBidi.java 72 int level = levels[i]; local
73 if (level != curLevel) {
74 curLevel = level;
120 int level = levels[i]; local
121 if (level != curLevel) {
122 curLevel = level;
123 if (level > maxLevel) {
124 maxLevel = level;
125 } else if (level < minLevel) {
126 minLevel = level;
    [all...]
  /frameworks/base/core/java/android/text/util/
Rfc822Tokenizer.java 98 int level = 1; local
101 while (i < cursor && level > 0) {
105 if (level > 1) {
109 level--;
113 level++;
266 int level = 1; local
269 while (i < len && level > 0) {
273 level--;
276 level++;
  /frameworks/base/tools/aapt/
SourcePos.cpp 13 enum Level {
22 Level level; member in struct:ErrorPos
26 ErrorPos(const String8& file, int line, const String8& error, Level level);
35 :line(-1), level(NOTE)
43 level(that.level)
47 ErrorPos::ErrorPos(const String8& f, int l, const String8& e, Level lev)
51 level(lev
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
Assignment.h 27 enum Level {
36 Assignment(Level pLevel, Type pType, SymOperand& pSymbol, RpnExpr& pRpnExpr);
42 Level level() const { return m_Level; } function in class:mcld::Assignment
64 Level m_Level;
  /hardware/bsp/intel/peripheral/libmraa/examples/
mraa-gpio.c 47 fprintf(stdout, "set pin level Set pin to level (0/1)\n");
48 fprintf(stdout, "setraw pin level Set pin to level (0/1) via mmap (if available)\n");
49 fprintf(stdout, "get pin Get pin level\n");
50 fprintf(stdout, "getraw pin Get pin level via mmap (if available)\n");
51 fprintf(stdout, "monitor pin Monitor pin level changes\n");
104 gpio_set(int pin, int level, mraa_boolean_t raw)
115 mraa_gpio_write(gpio, level);
122 gpio_get(int pin, int* level, mraa_boolean_t raw
144 int level = mraa_gpio_read(gpio_info->context); local
199 int level; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderH263.cpp 120 OMX_U32 level; member in struct:ProfileLevelTable
129 p->eLevel = plTable[p->nProfileIndex].level;
OMXVideoDecoderMPEG2.cpp 120 OMX_U32 level; member in struct:ProfileLevelTable
130 p->eLevel = plTable[p->nProfileIndex].level;
OMXVideoDecoderMPEG4.cpp 120 OMX_U32 level; member in struct:ProfileLevelTable
130 p->eLevel = plTable[p->nProfileIndex].level;
  /libcore/benchmarks/src/benchmarks/
XmlSerializeBenchmark.java 53 int level = 0; local
58 while(level > 0 && r.nextDouble() < levelUpChance) {
60 level--;
64 level++;
67 level++;
72 level--;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
BitmapTileProvider.java 74 public Bitmap getTile(int level, int x, int y, int tileSize) {
75 x >>= level; local
76 y >>= level; local
85 Bitmap mipmap = mMipmaps[level];
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
prettywriter.h 50 \param indentCharCount Number of indent characters for each indentation level.
87 new (Base::level_stack_.template Push<typename Base::Level>()) typename Base::Level(false);
95 RAPIDJSON_ASSERT(Base::level_stack_.GetSize() >= sizeof(typename Base::Level));
96 RAPIDJSON_ASSERT(!Base::level_stack_.template Top<typename Base::Level>()->inArray);
97 bool empty = Base::level_stack_.template Pop<typename Base::Level>(1)->valueCount == 0;
113 new (Base::level_stack_.template Push<typename Base::Level>()) typename Base::Level(true);
119 RAPIDJSON_ASSERT(Base::level_stack_.GetSize() >= sizeof(typename Base::Level));
120 RAPIDJSON_ASSERT(Base::level_stack_.template Top<typename Base::Level>()->inArray);
149 typename Base::Level* level = Base::level_stack_.template Top<typename Base::Level>(); local
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
probability_dict_content.cpp 49 const int level = buffer->readUintAndAdvancePosition( local
54 const HistoricalInfo historicalInfo(timestamp, level, count + level);
156 AKLOGE("Cannot write level in probability dict content. pos: %d", writingPos);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
probability_entry.h 127 const int level = readFromEncodedEntry(encodedEntry, local
132 const HistoricalInfo historicalInfo(timestamp, level, count);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ftw.h 109 int level; member in struct:FTW
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ftw.h 109 int level; member in struct:FTW

Completed in 384 milliseconds

<<11121314151617181920>>