HomeSort by relevance Sort by last modified time
    Searched refs:levels (Results 51 - 75 of 441) sorted by null

1 23 4 5 6 7 8 91011>>

  /development/perftests/panorama/feature_mos/src/mosaic/
Pyramid.cpp 27 PyramidShort *PyramidShort::allocatePyramidPacked(real levels,
31 int lines, size = calcStorage(width, height, border2, levels, &lines);
33 PyramidShort *img = (PyramidShort *) calloc(sizeof(PyramidShort) * levels
39 ImageTypeShort *y = (ImageTypeShort *) &img[levels];
41 for (last = (curr = img) + levels; curr < last; curr++) {
96 unsigned int PyramidShort::calcStorage(real width, real height, real border2, int levels, int *lines)
102 while(levels--) {
  /libcore/libart/src/main/java/java/lang/
ThreadGroup.java 464 * @param levels How many levels of nesting, so that proper indentation can
467 private void list(int levels) {
468 indent(levels);
471 ++levels;
474 indent(levels);
480 group.list(levels);
485 private void indent(int levels) {
486 for (int i = 0; i < levels; i++) {
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.cpp 27 PyramidShort *PyramidShort::allocatePyramidPacked(real levels,
31 int lines, size = calcStorage(width, height, border2, levels, &lines);
33 PyramidShort *img = (PyramidShort *) calloc(sizeof(PyramidShort) * levels
39 ImageTypeShort *y = (ImageTypeShort *) &img[levels];
41 for (last = (curr = img) + levels; curr < last; curr++) {
96 unsigned int PyramidShort::calcStorage(real width, real height, real border2, int levels, int *lines)
102 while(levels--) {
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.cpp 27 PyramidShort *PyramidShort::allocatePyramidPacked(real levels,
31 int lines, size = calcStorage(width, height, border2, levels, &lines);
33 PyramidShort *img = (PyramidShort *) calloc(sizeof(PyramidShort) * levels
39 ImageTypeShort *y = (ImageTypeShort *) &img[levels];
41 for (last = (curr = img) + levels; curr < last; curr++) {
96 unsigned int PyramidShort::calcStorage(real width, real height, real border2, int levels, int *lines)
102 while(levels--) {
  /external/chromium_org/third_party/icu/source/common/
ubidi.c 60 * For the purpose of conformance, the levels of all these codes
93 * and all levels are set to the paragraph level.
98 * If embedding levels are supplied as a parameter, then all
995 UBiDiLevel *levels=pBiDi->levels; local
1271 UBiDiLevel *levels=pBiDi->levels; local
1749 UBiDiLevel * levels=pBiDi->levels; local
2170 UBiDiLevel *levels=pBiDi->levels; local
2250 const UBiDiLevel *levels; local
2630 UBiDiLevel *levels=pBiDi->levels; local
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
customizations.js 7 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>");
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_screen.c 177 unsigned levels = SVGA_MAX_TEXTURE_LEVELS; local
179 levels = MIN2(util_logbase2(result.u) + 1, levels);
181 levels = 12 /* 2048x2048 */;
183 levels = MIN2(util_logbase2(result.u) + 1, levels);
185 levels = 12 /* 2048x2048 */;
186 return levels;
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen.c 177 unsigned levels = SVGA_MAX_TEXTURE_LEVELS; local
179 levels = MIN2(util_logbase2(result.u) + 1, levels);
181 levels = 12 /* 2048x2048 */;
183 levels = MIN2(util_logbase2(result.u) + 1, levels);
185 levels = 12 /* 2048x2048 */;
186 return levels;
  /external/deqp/framework/common/
tcuTexture.cpp     [all...]
tcuTexture.hpp 360 Vec4 sampleLevelArray1D (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float s, int level, float lod);
361 Vec4 sampleLevelArray2D (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float s, float t, int depth, float lod);
362 Vec4 sampleLevelArray3D (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float s, float t, float r, float lod);
364 Vec4 sampleLevelArray1DOffset (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float s, float lod, const IVec2& offset);
365 Vec4 sampleLevelArray2DOffset (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float s, float t, float lod, const IVec3& offset);
366 Vec4 sampleLevelArray3DOffset (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float s, float t, float r, float lod, const IVec3& offset);
368 float sampleLevelArray1DCompare (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float ref, float s, float lod, const IVec2& offset);
369 float sampleLevelArray2DCompare (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float ref, float s, float t, float lod, const IVec3& offset);
414 Texture1DView (int numLevels, const ConstPixelBufferAccess* levels);
431 inline Texture1DView::Texture1DView (int numLevels, const ConstPixelBufferAccess* levels)
    [all...]
  /device/moto/shamu/qrngd/
qrngd.c 126 static int levels[5] = { local
132 __android_log_vprint(levels[level], APP_NAME, format, ap);
135 static char *levels = "DIWEF";
137 fprintf(stderr, "%c: ", levels[level]);
  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES3.h 27 bool ValidateES3TexStorageParameters(Context *context, GLenum target, GLsizei levels, GLenum internalformat,
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
pcy_lib.c 80 return tree->levels + i;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.h 72 GLuint numLevels; /** Number of mip levels stored in this mipmap tree */
80 radeon_mipmap_level levels[RADEON_MIPTREE_MAX_TEXTURE_LEVELS]; member in struct:_radeon_mipmap_tree
  /external/ipsec-tools/
main.c 225 static int levels[6] = { local
231 __android_log_vprint(levels[level], "racoon", format, ap);
234 static char *levels = "EWNIDV";
235 fprintf(stderr, "%c: ", levels[level]);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.h 72 GLuint numLevels; /** Number of mip levels stored in this mipmap tree */
80 radeon_mipmap_level levels[RADEON_MIPTREE_MAX_TEXTURE_LEVELS]; member in struct:_radeon_mipmap_tree
  /external/openssl/crypto/x509v3/
pcy_lib.c 82 return tree->levels + i;
  /external/qemu/android/utils/
path.h 89 extern char* path_parent( const char* path, int levels );
  /libcore/luni/src/main/native/
java_text_Bidi.cpp 78 // Copy the new embedding levels from the Java heap to the native heap.
121 const UBiDiLevel* levels = ubidi_getLevels(uBiDi(ptr), &status); local
127 env->SetByteArrayRegion(result, 0, len, reinterpret_cast<const jbyte*>(levels));
169 const UBiDiLevel* levels = reinterpret_cast<const UBiDiLevel*>(levelBytes.get()); local
172 ubidi_reorderVisual(levels, length, &indexMap[0]);
  /libcore/luni/src/main/java/java/text/
Bidi.java 36 * even levels while right-to-left runs have odd levels.
499 * Reorders a range of objects according to their specified levels. This is
502 * objectStart + count} will be reordered according to the range of levels
505 * @param levels
508 * the start offset of the range of the levels.
517 * is negative; if {@code count > levels.length - levelStart} or
520 public static void reorderVisually(byte[] levels, int levelStart,
523 || count > levels.length - levelStart
525 throw new IllegalArgumentException("Invalid ranges (levels=" + levels.length
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
bidiconf.cpp 54 UBiDiLevel levels[1000]; member in class:BiDiConformanceTest
123 levels[levelsCount++]=UBIDI_DEFAULT_LTR;
130 errln("\nError on line %d: Levels parse error at %s", (int)lineNumber, start);
134 levels[levelsCount++]=(UBiDiLevel)value;
335 if(0==strncmp(start, "Levels:", 7)) {
433 Field 3: An ordered list of resulting levels for each token in field 0
435 The UBA does not assign levels to certain characters (e.g. LRO);
623 if(levels[i]!=actualLevels[i] && levels[i]<UBIDI_DEFAULT_LTR) {
627 // levels but just returns all levels as the paragraph level 0 or 1
    [all...]
  /external/icu/icu4c/source/test/intltest/
bidiconf.cpp 54 UBiDiLevel levels[1000]; member in class:BiDiConformanceTest
123 levels[levelsCount++]=UBIDI_DEFAULT_LTR;
130 errln("\nError on line %d: Levels parse error at %s", (int)lineNumber, start);
134 levels[levelsCount++]=(UBiDiLevel)value;
335 if(0==strncmp(start, "Levels:", 7)) {
433 Field 3: An ordered list of resulting levels for each token in field 0
435 The UBA does not assign levels to certain characters (e.g. LRO);
623 if(levels[i]!=actualLevels[i] && levels[i]<UBIDI_DEFAULT_LTR) {
627 // levels but just returns all levels as the paragraph level 0 or 1
    [all...]
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 357 ImageEncodingQualityLevels *levels = mImageEncodingQualityLevels[i]; local
358 if (levels->mCameraId == cameraId) {
359 return levels;
370 ImageEncodingQualityLevels *levels = findImageEncodingQualityLevels(cameraId); local
372 if (levels == NULL) {
373 levels = new ImageEncodingQualityLevels();
374 levels->mCameraId = cameraId;
375 mImageEncodingQualityLevels.add(levels);
378 levels->mLevels.add(quality);
863 ImageEncodingQualityLevels *levels = new ImageEncodingQualityLevels() local
1160 ImageEncodingQualityLevels *levels = findImageEncodingQualityLevels(cameraId); local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
manifest_data_source.py 20 levels) then subsort by name.
22 levels = ('required', 'recommended', 'only_one', 'optional')
24 return (levels.index(item.get('level', 'optional')), item['name'])
  /external/eigen/demos/opengl/
icosphere.cpp 36 IcoSphere::IcoSphere(unsigned int levels)
50 while(mIndices.size()<levels)

Completed in 1170 milliseconds

1 23 4 5 6 7 8 91011>>