HomeSort by relevance Sort by last modified time
    Searched full:levels (Results 326 - 350 of 3869) sorted by null

<<11121314151617181920>>

  /hardware/interfaces/soundtrigger/2.0/default/
SoundTriggerHalImpl.cpp 398 for (i = 0; i < extra->levels.size() && i < SOUND_TRIGGER_MAX_USERS; i++) {
399 halExtra->levels[i].user_id = extra->levels[i].userId;
400 halExtra->levels[i].level = extra->levels[i].levelPercent;
481 extra->levels.resize(halExtra->num_levels);
483 extra->levels[i].userId = halExtra->levels[i].user_id;
484 extra->levels[i].levelPercent = halExtra->levels[i].level
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/psci/
psci_suspend.c 23 * from standby/retention states at multiple power levels.
48 * power domain levels for this CPU to run.
127 * at higher levels until the target power level will be suspended as well. It
131 * suspend that power domain level and power domain levels below it.
245 * requested at multiple power levels. This means that the cpu
  /external/libdrm/
xf86drmSL.c 60 int levels; member in struct:SLEntry
84 entry->levels = max_level + 1;
304 printf("\nEntry %p <0x%08lx, %p> has %2d levels\n",
305 entry, entry->key, entry->value, entry->levels);
306 for (i = 0; i < entry->levels; i++) {
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
bidi.go 24 // This API tries to avoid dealing with embedding levels for now. Under the hood
57 // ICU allows the user to define embedding levels. This may be used, for example,
60 // // LevelFunc sets a function that associates nesting levels with the given text.
61 // // The levels function will be called with monotonically increasing values for p.
62 // func LevelFunc(levels func(p int) int) Option {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
bidi.go 24 // This API tries to avoid dealing with embedding levels for now. Under the hood
57 // ICU allows the user to define embedding levels. This may be used, for example,
60 // // LevelFunc sets a function that associates nesting levels with the given text.
61 // // The levels function will be called with monotonically increasing values for p.
62 // func LevelFunc(levels func(p int) int) Option {
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderIsolines.cpp 45 "Makes sure that both inner tessellation levels and the 3rd and the 4th "
46 "outer tessellation levels do not affect the tessellation process.\n"
116 * configurations, between which irrelevant levels have been defined, are exactly the same.
125 /* Make sure that two example data sets, for which irrelevant tessellation levels have
189 "where only irrelevant tessellation levels have been changed; "
214 } /* if (current test result's irrelelvant tessellation levels match what we're after) */
584 * two different levels for the outer tessellation levels */
617 } /* for (all irrelevant tessellation levels) */
618 } /* for (all defined second outer tessellation levels) */
    [all...]
esextcTessellationShaderUtils.hpp 163 /** Defines a set of tessellation inner+outer levels */
176 /* Defines a vector of tessellation levels */
189 * levels relevant to user-specified primitive mode.
191 * outer tessellation levels (because otherwise no geometry will be generated
198 * - inner tessellation levels use different values (inner[0] != inner[1])
199 * - outer tessellation levels use different values (outer[0] != outer[1] !=
  /external/deqp/external/openglcts/modules/gl/
gl4cSparseTextureTests.cpp 219 * @param levels Number of levels
225 void Texture::Storage(const Functions& gl, GLenum target, GLsizei levels, GLenum internal_format, GLuint width,
231 gl.texStorage1D(target, levels, internal_format, width);
234 gl.texStorage2D(target, levels, internal_format, width, depth);
239 gl.texStorage2D(target, levels, internal_format, width, height);
244 gl.texStorage3D(target, levels, internal_format, width, height, depth);
247 gl.texStorage2DMultisample(target, levels /* samples */, internal_format, width, height, GL_TRUE);
250 gl.texStorage3DMultisample(target, levels /* samples */, internal_format, width, height, depth, GL_TRUE);
1430 GLint levels = 4; local
1865 mLog << "Sparse Allocate [levels: " << levels << "] - "; local
1902 mLog << "Allocate [levels: " << levels << "] - "; local
    [all...]
  /external/deqp/framework/common/
tcuTexture.cpp     [all...]
  /external/deqp/doc/testspecs/VK/
sparse_resources.txt 13 5. Test partially resident image with mipmaps, put some mipmap levels in mip tail region
98 5. Test partially resident image with mipmaps, put some mipmap levels in mip tail region
100 The test creates image with maximum allowed number of mipmap levels. The sparse memory requirements of the image are being checked.
101 Each layer of each mipmap level receives a separate device memory binding. The mipmaps levels that end up in mip tail region receive one
102 binding for each mipmap level or one binding for all levels, depending on the value of VK_SPARSE_IMAGE_FORMAT_SINGLE_MIPTAIL_BIT.
133 both images. The mipmap levels that land in the mip tail region have separate memory regions for both images.
137 Afterwards compute shaders are invoked to write data to each mipmap level of WRITE sparse image. The mipmap levels of READ image that share memory with
158 For mipmap levels of the sparse image that do not have backing device memory, the fetched data is compared against zeroed memory if residencyNonResidentStrict is set to VK_TRUE,
159 otherwise comparion for those mipmap levels is ommited. The data fetched from the residency image is checked, if for each mipmap level the OpImageSparseTexelsResident
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
getargs.c 216 int levels[32]; local
240 Py_FatalError("too many tuple nesting levels "
302 msg = convertitem(args, &format, p_va, flags, levels,
306 seterror(levels[0], msg, levels+1, fname, message);
346 flags, levels, msgbuf,
349 seterror(i+1, msg, levels, fname, msg);
368 seterror(int iarg, const char *msg, int *levels, const char *fname,
387 while (levels[i] > 0 && i < 32 && (int)(p-buf) < 220) {
389 ", item %d", levels[i]-1);
1543 int levels[32]; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
getargs.c 216 int levels[32]; local
240 Py_FatalError("too many tuple nesting levels "
302 msg = convertitem(args, &format, p_va, flags, levels,
306 seterror(levels[0], msg, levels+1, fname, message);
346 flags, levels, msgbuf,
349 seterror(i+1, msg, levels, fname, msg);
368 seterror(int iarg, const char *msg, int *levels, const char *fname,
387 while (levels[i] > 0 && i < 32 && (int)(p-buf) < 220) {
389 ", item %d", levels[i]-1);
1543 int levels[32]; local
    [all...]
  /external/python/cpython2/Python/
getargs.c 216 int levels[32]; local
240 Py_FatalError("too many tuple nesting levels "
302 msg = convertitem(args, &format, p_va, flags, levels,
306 seterror(levels[0], msg, levels+1, fname, message);
346 flags, levels, msgbuf,
349 seterror(i+1, msg, levels, fname, message);
368 seterror(int iarg, const char *msg, int *levels, const char *fname,
387 while (levels[i] > 0 && i < 32 && (int)(p-buf) < 220) {
389 ", item %d", levels[i]-1)
1569 int levels[32]; local
    [all...]
  /hardware/interfaces/audio/effect/2.0/vts/functional/
VtsHalAudioEffectV2_0TargetTest.cpp 649 "Verify that manipulating band levels works for Equalizer effect");
653 int16_t levels[3]{0x7fff, 0, 0};
654 getLevelRange(&levels[0], &levels[2]);
655 ASSERT_GT(levels[2], levels[0]);
656 levels[1] = (levels[2] + levels[0]) / 2;
658 for (size_t j = 0; j < ARRAY_SIZE(levels); ++j)
    [all...]
  /hardware/interfaces/audio/effect/4.0/vts/functional/
VtsHalAudioEffectV4_0TargetTest.cpp 652 "Verify that manipulating band levels works for Equalizer effect");
656 int16_t levels[3]{0x7fff, 0, 0};
657 getLevelRange(&levels[0], &levels[2]);
658 ASSERT_GT(levels[2], levels[0]);
659 levels[1] = (levels[2] + levels[0]) / 2;
661 for (size_t j = 0; j < ARRAY_SIZE(levels); ++j)
    [all...]
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 351 ImageEncodingQualityLevels *levels = mImageEncodingQualityLevels[i]; local
352 if (levels->mCameraId == cameraId) {
353 return levels;
364 ImageEncodingQualityLevels *levels = findImageEncodingQualityLevels(cameraId); local
366 if (levels == NULL) {
367 levels = new ImageEncodingQualityLevels();
368 levels->mCameraId = cameraId;
369 mImageEncodingQualityLevels.add(levels);
372 levels->mLevels.add(quality);
826 ImageEncodingQualityLevels *levels = new ImageEncodingQualityLevels() local
1053 ImageEncodingQualityLevels *levels = findImageEncodingQualityLevels(cameraId); local
    [all...]
  /external/libhevc/common/
ihevc_itrans_recon_8x8.c 159 /* Combining e and o terms at each hierarchy levels to calculate the final spatial domain vector */
197 /* Combining e and o terms at each hierarchy levels to calculate the final spatial domain vector */
242 /* Combining e and o terms at each hierarchy levels to calculate the final spatial domain vector */
306 /* Combining e and o terms at each hierarchy levels to calculate the final spatial domain vector */
344 /* Combining e and o terms at each hierarchy levels to calculate the final spatial domain vector */
389 /* Combining e and o terms at each hierarchy levels to calculate the final spatial domain vector */
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_tex.c 102 * before, and any lower levels would fit into our miptree.
125 GLsizei levels, GLsizei width,
142 intel_texobj->mt->last_level != levels - 1) {
148 0, levels - 1,
159 for (level = 0; level < levels; level++) {
176 intel_texobj->validated_last_level = levels - 1;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestBidi.java 103 byte[] levels = test.levels;
127 log("\n-----levels:");
152 levels[i], bidi.getLevelAt(i));
210 byte[] levels;
237 /* get them from the levels array, too */
238 levels = bidi.getLevels();
240 if (levels == null || levels.length != length) {
244 logicalMap3 = Bidi.reorderLogical(levels);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestBidi.java 100 byte[] levels = test.levels;
124 log("\n-----levels:");
149 levels[i], bidi.getLevelAt(i));
207 byte[] levels;
234 /* get them from the levels array, too */
235 levels = bidi.getLevels();
237 if (levels == null || levels.length != length) {
241 logicalMap3 = Bidi.reorderLogical(levels);
    [all...]
  /external/ply/ply/example/GardenSnake/
GardenSnake.py 242 # A stack of indentation levels; will never pop item 0
243 levels = [0]
282 if not (depth > levels[-1]):
285 levels.append(depth)
289 # Must be on the same level or one of the previous levels
290 if depth == levels[-1]:
293 elif depth > levels[-1]:
299 i = levels.index(depth)
302 for _ in range(i + 1, len(levels)):
304 levels.pop(
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java 86 * <h3>Basic concept: levels</h3>
88 * Levels in this API represent embedding levels according to the Unicode
92 * Levels can be abstract values when used for the
465 * For the purpose of conformance, the levels of all these codes
496 * and all levels are set to the paragraph level.
501 * If embedding levels are supplied as a parameter, then all
1026 byte[] levels; field in class:Bidi
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java 85 * <h3>Basic concept: levels</h3>
87 * Levels in this API represent embedding levels according to the Unicode
91 * Levels can be abstract values when used for the
464 * For the purpose of conformance, the levels of all these codes
495 * and all levels are set to the paragraph level.
500 * If embedding levels are supplied as a parameter, then all
1050 byte[] levels; field in class:Bidi
    [all...]
  /compatibility/cdd/5_multimedia/
5_11_unprocessed-audio.md 19 * [C-1-3] MUST exhibit amplitude levels in the low frequency
24 * [C-1-4] MUST exhibit amplitude levels in the high frequency
  /cts/apps/CameraITS/tests/inprog/
test_param_black_level_lock.py 70 # Check that the black levels are all the same.
71 print "Black levels:", modes

Completed in 799 milliseconds

<<11121314151617181920>>