/external/webrtc/webrtc/modules/video_coding/ |
qm_select_data.h | 32 // Threshold on the occurrences of low buffer levels. 79 // motion=L/H/D,spatial==L/H/D: for low, high, middle levels 108 // motion=L/H/D,spatial==L/H/D, for low, high, middle levels;
|
/libcore/ojluni/src/main/java/java/util/logging/ |
package.html | 81 <LI> <I>Level</I>: Defines a set of standard logging levels that can be used 83 for some levels while ignoring output for others. 85 beyond the control provided by log levels. The logging APIs support a general-purpose
|
Level.java | 35 * The Level class defines a set of standard logging levels that 38 * at a given level also enables logging at all higher levels. 43 * The levels in descending order are: 58 * levels by subclassing Level. In such cases subclasses should 142 * detailed tracing. The exact meaning of the three levels will 185 * add new logging levels, they may subclass Level and define new 437 * Known names are the levels defined by this class (e.g., <CODE>FINE</CODE>, 439 * appropriate package access, or new levels defined or created 511 // KnownLevel class maintains the global list of all known levels. 589 for (List<KnownLevel> levels : nameToLevels.values()) [all...] |
/external/aac/libSBRdec/src/ |
env_dec.cpp | 218 \brief Convert raw envelope and noisefloor data to energy levels 223 First the function decodes envelopes and noise floor levels as described in 268 already been processed before, the resulting energy levels are not the 337 /* 2. Dequantize and unmap coupled noise floor levels */ 435 /* Noisefloor levels are always cleared ... */ 447 \brief Build reference energies and noise levels from bitstream elements 505 The stored energy levels need to be converted. 583 \brief Verify that the noise levels are within the allowed range 586 When the noise-levels are being decoded, it is already too late for 587 concealment. Therefore the noise levels are simply limited here [all...] |
/external/mesa3d/src/gallium/winsys/svga/drm/ |
vmw_screen_dri.c | 206 fprintf(stderr, "Incorrect number of mipmap levels on shared surface." 207 " SID %d, levels %d\n", 313 vmw_error("Incorrect number of mipmap levels on shared surface." 314 " SID %d, levels %d\n", 321 vmw_error("Incorrect number of faces levels on shared surface."
|
/external/pdfium/core/fpdfdoc/ |
cpdf_nametree_unittest.cpp | 138 // Set up a name tree with five nodes of three levels. 153 // Add a name that requires changing the limits of two bottom levels. 159 // Add a name that requires changing the limits of two top levels. 165 // Add a name that requires changing the lower limit of all levels. 212 // Set up a name tree with five nodes of three levels.
|
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/ |
weighted_quantiles_stream.h | 201 // number of levels and block size and returns them in the tuple. 232 // Propagates local summary through summary levels while maintaining 243 // Propagate summary through levels. 270 // Maximum number of levels. 280 // Summary levels;
|
/device/generic/goldfish/camera/fake-pipeline2/ |
Scene.cpp | 146 // Determine overall sunlight levels 211 // Determine moonlight levels 391 // Sun illumination levels through the day 408 // Moon illumination levels through the day 428 // Used for sun illumination levels 432 // Used for moon illumination levels 434 // Other illumination levels
|
/device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/ |
Scene.cpp | 149 // Determine overall sunlight levels 204 // Determine moonlight levels 360 // Sun illumination levels through the day 374 // Moon illumination levels through the day 391 // Used for sun illumination levels 395 // Used for moon illumination levels 397 // Other illumination levels
|
/external/ImageMagick/coders/ |
jnx.c | 82 levels, 184 jnx_info.levels=ReadBlobLSBSignedLong(image); 185 if (jnx_info.levels > JNXMaxLevels) 198 Read JNX levels. 201 for (i=0; i < (ssize_t) jnx_info.levels; i++) 228 for (i=0; i < (ssize_t) jnx_info.levels; i++) 324 (MagickSizeType) jnx_info.levels); 79 levels, member in struct:_JNXInfo
|
/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/ |
DefaultDeflateCompatibilityWindow.java | 45 * <li>Levels 1, 2, 3, 4, 5, 6, 7, 8 and 9</li> 48 * Strategy 2, {@link java.util.zip.Deflater#HUFFMAN_ONLY}, does not utilize compression levels. 53 * compression levels 1 through 9, with wrapping on and off;</li> 55 * compression levels 1 through 9, with wrapping on and off;</li> 240 // levels of the default strategy by exercising the hash chaining 328 int[] levels = {1, 2, 3, 4, 5, 6, 7, 8, 9}; local 339 relevantLevels = levels;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
TestMultipleParagraphs.java | 214 /* get levels through para Bidi block */ 228 /* get levels through para Line block */ 268 /* get levels through para Bidi block */ 282 /* get levels through para Line block */ 317 * on each individual paragraph in order matches the levels array that 431 /* check multiple paragraphs together with explicit levels 442 /* check levels in multiple paragraphs with default para level
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
TestMultipleParagraphs.java | 211 /* get levels through para Bidi block */ 225 /* get levels through para Line block */ 265 /* get levels through para Bidi block */ 279 /* get levels through para Line block */ 314 * on each individual paragraph in order matches the levels array that 428 /* check multiple paragraphs together with explicit levels 439 /* check levels in multiple paragraphs with default para level
|
/external/libxkbcommon/xkbcommon/doc/ |
keymap-format-text-v1.txt | 78 "KEYPAD", which consists of two levels, with the second level being 115 are levels in the type): 183 keys/levels at once. 186 levels. The condition consists of two parts: 233 to other levels. 245 When set to 'level1', the interpret will only match levels which are 253 Bind this action to the matching levels.
|
/external/python/cpython3/Python/ |
getargs.c | 226 int levels[32]; local 255 Py_FatalError("too many tuple nesting levels " 324 msg = convertitem(args, &format, p_va, flags, levels, 328 seterror(levels[0], msg, levels+1, fname, message); 366 flags, levels, msgbuf, 369 seterror(i+1, msg, levels, fname, message); 388 seterror(Py_ssize_t iarg, const char *msg, int *levels, const char *fname, 407 while (i < 32 && levels[i] > 0 && (int)(p-buf) < 220) { 409 ", item %d", levels[i]-1) 1593 int levels[32]; local 1992 int levels[32]; local [all...] |
/hardware/qcom/media/msm8974/mm-core/inc/ |
OMX_Video.h | 555 * eLevel : MPEG-2 levels(s) to use 573 * - Simple Profile, Levels 1-3 574 * - Simple Scalable Profile, Levels 1-2 575 * - Core Profile, Levels 1-2 576 * - Main Profile, Levels 2-4 579 * - Simple Face Animation Profile, Levels 1-2 580 * - Simple Face and Body Animation (FBA) Profile, Levels 1-2 581 * - Basic Animated Texture Profile, Levels 1-2 582 * - Hybrid Profile, Levels 1-2 583 * - Advanced Real Time Simple Profiles, Levels 1- [all...] |
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
OMX_Video.h | 551 * eLevel : MPEG-2 levels(s) to use 569 * - Simple Profile, Levels 1-3 570 * - Simple Scalable Profile, Levels 1-2 571 * - Core Profile, Levels 1-2 572 * - Main Profile, Levels 2-4 575 * - Simple Face Animation Profile, Levels 1-2 576 * - Simple Face and Body Animation (FBA) Profile, Levels 1-2 577 * - Basic Animated Texture Profile, Levels 1-2 578 * - Hybrid Profile, Levels 1-2 579 * - Advanced Real Time Simple Profiles, Levels 1- [all...] |
/hardware/qcom/media/msm8996/mm-core/inc/ |
OMX_Video.h | 555 * eLevel : MPEG-2 levels(s) to use 573 * - Simple Profile, Levels 1-3 574 * - Simple Scalable Profile, Levels 1-2 575 * - Core Profile, Levels 1-2 576 * - Main Profile, Levels 2-4 579 * - Simple Face Animation Profile, Levels 1-2 580 * - Simple Face and Body Animation (FBA) Profile, Levels 1-2 581 * - Basic Animated Texture Profile, Levels 1-2 582 * - Hybrid Profile, Levels 1-2 583 * - Advanced Real Time Simple Profiles, Levels 1- [all...] |
/hardware/qcom/media/msm8998/mm-core/inc/ |
OMX_Video.h | 555 * eLevel : MPEG-2 levels(s) to use 573 * - Simple Profile, Levels 1-3 574 * - Simple Scalable Profile, Levels 1-2 575 * - Core Profile, Levels 1-2 576 * - Main Profile, Levels 2-4 579 * - Simple Face Animation Profile, Levels 1-2 580 * - Simple Face and Body Animation (FBA) Profile, Levels 1-2 581 * - Basic Animated Texture Profile, Levels 1-2 582 * - Hybrid Profile, Levels 1-2 583 * - Advanced Real Time Simple Profiles, Levels 1- [all...] |
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
esextcTessellationShaderVertexSpacing.cpp | 466 << " inner tessellation levels:(" << run.inner[0] << ", " << run.inner[1] 467 << ") outer tessellation levels:(" << run.outer[0] << ", " << run.outer[1] << ", " 566 * levels is greater than one, the inner tessellation level is treated as [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
Bidi.java | 77 * <h3>Basic concept: levels</h3> 79 * Levels in this API represent embedding levels according to the Unicode 83 * Levels can be abstract values when used for the [all...] |
/external/swiftshader/src/OpenGL/libGL/ |
Texture.cpp | 359 int levels = 0; local 361 while(levels < IMPLEMENTATION_MAX_TEXTURE_LEVELS && image[levels]) 363 levels++; 366 return levels; 732 int levels = 0; local 734 while(levels < IMPLEMENTATION_MAX_TEXTURE_LEVELS && image[0][levels]) 736 levels++; 739 return levels; [all...] |
/frameworks/av/services/soundtrigger/ |
SoundTriggerHalHidl.cpp | 518 halExtra->levels.resize(extra->num_levels); 520 halExtra->levels[i].userId = extra->levels[i].user_id; 521 halExtra->levels[i].levelPercent = extra->levels[i].level; 687 for (i = 0; i < halExtra->levels.size() && i < SOUND_TRIGGER_MAX_USERS; i++) { 688 extra->levels[i].user_id = halExtra->levels[i].userId; 689 extra->levels[i].level = halExtra->levels[i].levelPercent [all...] |
/libcore/ojluni/src/main/java/java/text/ |
Bidi.java | 53 * both the direction and the 'nesting level' of a directional run. Odd levels 54 * are right-to-left, while even levels are left-to-right. So for example level 383 * Reorder the objects in the array into visual order based on their levels. 390 * in the levels array (at <code>index - objectStart + levelStart</code>). 392 * @param levels an array representing the bidi level of each object 393 * @param levelStart the start position in the levels array 398 public static void reorderVisually(byte[] levels, int levelStart, Object[] objects, int objectStart, int count) { 400 if (0 > levelStart || levels.length <= levelStart) { 403 (levels.length-1)); 418 android.icu.text.Bidi.reorderVisually(levels, levelStart, objects, objectStart, count) [all...] |
/system/extras/libfec/ |
fec_verity.cpp | 88 number of hash tree levels in `verity_levels,' and the number of hashes per 194 uint32_t levels = 0; local 196 /* calculate the size and the number of levels in the hash tree */ 198 verity_get_size(v->data_blocks * FEC_BLOCKSIZE, &levels, NULL); 226 uint32_t hashes[levels]; 231 for (uint32_t i = 1; i < levels; ++i) { 232 uint32_t blocks = hashes[levels - i]; 233 debug("%u hash blocks on level %u", blocks, levels - i); 264 for (uint32_t i = 1; i < levels; ++i) { 265 uint32_t blocks = hashes[levels - i] [all...] |