HomeSort by relevance Sort by last modified time
    Searched full:levels (Results 176 - 200 of 2263) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/opt/timezonepicker/res/values/
styles.xml 24 Theme customizations available in newer API levels can go in
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
IPTestList.java 35 LEVELS_VEC3_RELAXED ("Levels Vec3 Relaxed", RELAXED_FP, 61.1f),
36 LEVELS_VEC4_RELAXED ("Levels Vec4 Relaxed", RELAXED_FP, 44.6f),
37 LEVELS_VEC3_FULL ("Levels Vec3 Full", FULL_FP, 61.9f),
38 LEVELS_VEC4_FULL ("Levels Vec4 Full", FULL_FP, 73.f),
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
IPTestListJB.java 35 LEVELS_VEC3_RELAXED ("Levels Vec3 Relaxed", RELAXED_FP, 61.1f),
36 LEVELS_VEC4_RELAXED ("Levels Vec4 Relaxed", RELAXED_FP, 44.6f),
37 LEVELS_VEC3_FULL ("Levels Vec3 Full", FULL_FP, 61.9f),
38 LEVELS_VEC4_FULL ("Levels Vec4 Full", FULL_FP, 73.f),
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
message_layer.c 42 * Levels are to allow expansion of more messages in the future.
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
message_layer.c 42 * Levels are to allow expansion of more messages in the future.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
BrokenInputStream.java 25 * injecting IOExceptions on lower levels.
  /packages/apps/FMRadio/src/com/android/fmradio/views/
FmVisualizerView.java 161 float levels[] = new float[COLUME_COUNTS]; local
163 levels = DEFALT_VISUALIZER_LEVEL;
165 levels = generate(COLUME_COUNTS);
171 startY -= colHeight / 2 * levels[i];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
socket.h 36 /* Security levels - as per NRL IPv6 - don't actually do anything */
termios.h 5 * varying levels of bug fixes on top. Usually it's a good idea
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
socket.h 36 /* Security levels - as per NRL IPv6 - don't actually do anything */
termios.h 5 * varying levels of bug fixes on top. Usually it's a good idea
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
errcode.h 26 #define E_TOODEEP 20 /* Too many indentation levels */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
errcode.h 26 #define E_TOODEEP 20 /* Too many indentation levels */
  /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--) {
  /external/deqp/doc/testspecs/GLES31/
functional.tessellation.txt 30 levels chosen so that results are not implementation-dependent
73 with different tessellation levels.
84 tessellation levels have identically-located segments.
143 different combinations for tessellation levels; some of these patches contain
144 relevant outer tessellation levels with a negative or zero value; they should
152 levels and/or programs with different configurations, read the primitives with
158 equal_spacing, the tessellation levels are chosen in a way that makes the
  /external/skia/src/core/
SkMipMap.cpp 257 Level* levels = mipmap->fLevels; local
258 uint8_t* baseAddr = (uint8_t*)&levels[countLevels];
270 levels[i].fPixels = addr;
271 levels[i].fWidth = width;
272 levels[i].fHeight = height;
273 levels[i].fRowBytes = rowBytes;
274 levels[i].fScale = (float)width / src.width();
  /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/mesa3d/src/mesa/state_tracker/
st_gen_mipmap.c 67 * Generate mipmap levels using hardware rendering.
114 * Compute the expected number of mipmap levels in the texture given
117 * levels should be generated.
171 * mipmap levels we need to generate. So allocate a new texture.
175 /* create new texture with space for more levels */
  /frameworks/base/docs/html/training/basics/supporting-devices/
platforms.jd 2 page.metaDescription=Training on how to declare support for minimum and target API levels.
16 <li><a href="#sdk-versions">Specify Minimum and Target API Levels</a></li>
23 <li><a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#ApiLevels">Android API Levels</a></li>
49 <h2 id="sdk-versions">Specify Minimum and Target API Levels</h2>
82 depends on higher API levels is executed only when those APIs are available on the system.</p>
  /external/deqp/framework/common/
tcuTexture.cpp     [all...]
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 348 ImageEncodingQualityLevels *levels = mImageEncodingQualityLevels[i]; local
349 if (levels->mCameraId == cameraId) {
350 return levels;
361 ImageEncodingQualityLevels *levels = findImageEncodingQualityLevels(cameraId); local
363 if (levels == NULL) {
364 levels = new ImageEncodingQualityLevels();
365 levels->mCameraId = cameraId;
366 mImageEncodingQualityLevels.add(levels);
369 levels->mLevels.add(quality);
818 ImageEncodingQualityLevels *levels = new ImageEncodingQualityLevels() local
1039 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestBidi.java 95 byte[] levels = test.levels;
119 log("\n-----levels:");
144 levels[i], bidi.getLevelAt(i));
202 byte[] levels;
229 /* get them from the levels array, too */
230 levels = bidi.getLevels();
232 if (levels == null || levels.length != length) {
236 logicalMap3 = Bidi.reorderLogical(levels);
    [all...]
  /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...]

Completed in 141 milliseconds

1 2 3 4 5 6 78 91011>>