Home
last modified time | relevance | path

Searched refs:levels (Results 1 – 25 of 122) sorted by relevance

12345

/frameworks/base/media/java/android/media/
DCameraProfile.java82 int[] levels = sCache.get(cameraId); in getJpegEncodingQualityParameter() local
83 if (levels == null) { in getJpegEncodingQualityParameter()
84 levels = getImageEncodingQualityLevels(cameraId); in getJpegEncodingQualityParameter()
85 sCache.put(cameraId, levels); in getJpegEncodingQualityParameter()
87 return levels[quality]; in getJpegEncodingQualityParameter()
102 int[] levels = new int[nLevels]; in getImageEncodingQualityLevels() local
104 levels[i] = native_get_image_encoding_quality_level(cameraId, i); in getImageEncodingQualityLevels()
106 Arrays.sort(levels); // Lower quality level ALWAYS comes before higher one in getImageEncodingQualityLevels()
107 return levels; in getImageEncodingQualityLevels()
/frameworks/base/core/jni/
Dandroid_util_Log.cpp42 static levels_t levels; variable
75 return isLoggable(tag, levels.verbose); in android_util_Log_isVerboseLogEnabled()
124levels.verbose = env->GetStaticIntField(clazz, GetStaticFieldIDOrDie(env, clazz, "VERBOSE", "I")); in register_android_util_Log()
125 levels.debug = env->GetStaticIntField(clazz, GetStaticFieldIDOrDie(env, clazz, "DEBUG", "I")); in register_android_util_Log()
126 levels.info = env->GetStaticIntField(clazz, GetStaticFieldIDOrDie(env, clazz, "INFO", "I")); in register_android_util_Log()
127 levels.warn = env->GetStaticIntField(clazz, GetStaticFieldIDOrDie(env, clazz, "WARN", "I")); in register_android_util_Log()
128 levels.error = env->GetStaticIntField(clazz, GetStaticFieldIDOrDie(env, clazz, "ERROR", "I")); in register_android_util_Log()
129 levels.assert = env->GetStaticIntField(clazz, GetStaticFieldIDOrDie(env, clazz, "ASSERT", "I")); in register_android_util_Log()
/frameworks/base/core/java/android/text/
DAndroidBidi.java61 public static Directions directions(int dir, byte[] levels, int lstart, in directions() argument
68 int curLevel = levels[lstart]; in directions()
72 int level = levels[i]; in directions()
120 int level = levels[i]; in directions()
162 if (levels[ld[i]] >= level) { in directions()
164 while (e < ld.length && levels[ld[e]] >= level) { in directions()
/frameworks/av/media/libmedia/
DMediaProfiles.cpp348 ImageEncodingQualityLevels *levels = mImageEncodingQualityLevels[i]; in findImageEncodingQualityLevels() local
349 if (levels->mCameraId == cameraId) { in findImageEncodingQualityLevels()
350 return levels; in findImageEncodingQualityLevels()
361 ImageEncodingQualityLevels *levels = findImageEncodingQualityLevels(cameraId); in addImageEncodingQualityLevel() local
363 if (levels == NULL) { in addImageEncodingQualityLevel()
364 levels = new ImageEncodingQualityLevels(); in addImageEncodingQualityLevel()
365 levels->mCameraId = cameraId; in addImageEncodingQualityLevel()
366 mImageEncodingQualityLevels.add(levels); in addImageEncodingQualityLevel()
369 levels->mLevels.add(quality); in addImageEncodingQualityLevel()
818 ImageEncodingQualityLevels *levels = new ImageEncodingQualityLevels(); in createDefaultImageEncodingQualityLevels() local
[all …]
/frameworks/base/tools/aapt2/
Dpublic_attr_map.py15 levels = [(1, 0x021c), (2, 0x021d), (3, 0x0269), (4, 0x028d),
20 for level, attrEntryId in levels:
/frameworks/compile/slang/tests/F_int_ptr_ptr/
Dstderr.txt.expect1 int_ptr_ptr.rs:4:7: error: multiple levels of pointers cannot be exported: 'myPtr'
/frameworks/compile/slang/tests/F_root_11_ox/
Dstderr.txt.expect1 root_11_ox.rs:5:6: error: Compute kernel root() targeting SDK levels 11-13 may not skip parameters
/frameworks/compile/slang/tests/F_v15_non_root_kernel/
Dstderr.txt.expect1 v15_non_root_kernel.rs:5:6: error: Non-root compute kernel foo() is not supported in SDK levels 11-…
/frameworks/compile/slang/tests/F_z_wrong_api/
Dstderr.txt.expect1 F_z_wrong_api.rs:5:60: error: Compute kernel bad() targeting SDK levels 11-22 may not use special p…
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in418 void API_ENTRY(glTexStorage1DEXT)(GLenum target, GLsizei levels, GLenum internalformat, GLsizei wid…
419 CALL_GL_API(glTexStorage1DEXT, target, levels, internalformat, width);
421 void API_ENTRY(glTexStorage2DEXT)(GLenum target, GLsizei levels, GLenum internalformat, GLsizei wid…
422 CALL_GL_API(glTexStorage2DEXT, target, levels, internalformat, width, height);
424 void API_ENTRY(glTexStorage3DEXT)(GLenum target, GLsizei levels, GLenum internalformat, GLsizei wid…
425 CALL_GL_API(glTexStorage3DEXT, target, levels, internalformat, width, height, depth);
427 void API_ENTRY(glTextureStorage1DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum interna…
428 CALL_GL_API(glTextureStorage1DEXT, texture, target, levels, internalformat, width);
430 void API_ENTRY(glTextureStorage2DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum interna…
431 CALL_GL_API(glTextureStorage2DEXT, texture, target, levels, internalformat, width, height);
[all …]
/frameworks/compile/slang/tests/F_kernel_16/
Dstderr.txt.expect1 kernel_16.rs:5:16: error: Compute kernel root() targeting SDK levels 11-16 may not use pass-by-valu…
/frameworks/compile/slang/tests/F_multi_in_target_version/
Dstderr.txt.expect1 …Invalid parameter 'in1' for compute kernel root(). Kernels targeting SDK levels 11-22 may not use …
/frameworks/compile/slang/tests/F_too_many_inputs/
Dstderr.txt.expect1 … Invalid parameter 'in8' for compute kernel bad(). Kernels targeting SDK levels 23+ may not use mo…
/frameworks/base/tools/layoutlib/create/.settings/
DREADME.txt2 This ensure proper compilation compliance and warning/error levels.
/frameworks/base/tools/layoutlib/bridge/.settings/
DREADME.txt2 This ensure proper compilation compliance and warning/error levels.
/frameworks/compile/slang/tests/F_kernel_badsig/
Dstderr.txt.expect1 kernel_badsig.rs:5:16: error: Compute kernel root() targeting SDK levels 11-22 must have at least o…
/frameworks/base/docs/html/guide/topics/renderscript/
Dindex.jd22 href="http://android-developers.blogspot.com/2012/01/levels-in-renderscript.html">
27 processing. In this example we will look at applying a levels/saturation operation
/frameworks/base/media/jni/
Dandroid_media_MediaProfiles.cpp297 Vector<int> levels = sProfiles->getImageEncodingQualityLevels(cameraId); in android_media_MediaProfiles_native_get_image_encoding_quality_level() local
298 if (index < 0 || index >= (jint) levels.size()) { in android_media_MediaProfiles_native_get_image_encoding_quality_level()
302 return static_cast<jint>(levels[index]); in android_media_MediaProfiles_native_get_image_encoding_quality_level()
/frameworks/native/opengl/include/GLES/
Dglext.h1114 GL_API void GL_APIENTRY glTexStorage1DEXT (GLenum target, GLsizei levels, GLenum internalformat, GL…
1115 GL_API void GL_APIENTRY glTexStorage2DEXT (GLenum target, GLsizei levels, GLenum internalformat, GL…
1116 GL_API void GL_APIENTRY glTexStorage3DEXT (GLenum target, GLsizei levels, GLenum internalformat, GL…
1117 GL_API void GL_APIENTRY glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, GLenu…
1118 GL_API void GL_APIENTRY glTextureStorage2DEXT (GLuint texture, GLenum target, GLsizei levels, GLenu…
1119 GL_API void GL_APIENTRY glTextureStorage3DEXT (GLuint texture, GLenum target, GLsizei levels, GLenu…
1121 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE1DEXTPROC) (GLenum target, GLsizei levels, GLenum interna…
1122 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE2DEXTPROC) (GLenum target, GLsizei levels, GLenum interna…
1123 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE3DEXTPROC) (GLenum target, GLsizei levels, GLenum interna…
1124 …YP PFNGLTEXTURESTORAGE1DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalfo…
[all …]
/frameworks/base/tools/layoutlib/bridge/resources/bars/
DREADME5 resource directory is used as a backup for all earlier API levels.
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in475 void API_ENTRY(glTexStorage1DEXT)(GLenum target, GLsizei levels, GLenum internalformat, GLsizei wid…
476 CALL_GL_API(glTexStorage1DEXT, target, levels, internalformat, width);
478 void API_ENTRY(glTexStorage2DEXT)(GLenum target, GLsizei levels, GLenum internalformat, GLsizei wid…
479 CALL_GL_API(glTexStorage2DEXT, target, levels, internalformat, width, height);
481 void API_ENTRY(glTexStorage3DEXT)(GLenum target, GLsizei levels, GLenum internalformat, GLsizei wid…
482 CALL_GL_API(glTexStorage3DEXT, target, levels, internalformat, width, height, depth);
484 void API_ENTRY(glTextureStorage1DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum interna…
485 CALL_GL_API(glTextureStorage1DEXT, texture, target, levels, internalformat, width);
487 void API_ENTRY(glTextureStorage2DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum interna…
488 CALL_GL_API(glTextureStorage2DEXT, texture, target, levels, internalformat, width, height);
[all …]
/frameworks/base/docs/html/training/search/
Dbackward-compat.jd14 and Target API levels</a></li>
29 <h2 id="set-sdk">Set Minimum and Target API levels</h2>
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DBatteryMeterView.java109 TypedArray levels = res.obtainTypedArray(R.array.batterymeter_color_levels); in BatteryMeterView() local
112 final int N = levels.length(); in BatteryMeterView()
115 mColors[2*i] = levels.getInt(i, 0); in BatteryMeterView()
118 levels.recycle(); in BatteryMeterView()
/frameworks/base/docs/html/ndk/guides/
Dlibs.jd12 <a href="https://www.khronos.org/opensles/">OpenSL ES</a>, and the minimum Android API levels
/frameworks/base/docs/html/google/play/publishing/
Dmultiple-apks.jd39 <li><a href="#ApiLevelOptions">Supporting multiple API levels</a></li>
182 <li>If you publish different APKs for different versions of Android (for different API levels),
270 attributes to specify support for different API levels.</p>
271 <p>For example, you can publish your application with one APK that supports API levels 4 - 7
273 APK that supports API levels 8 and above (Android 2.2+)&mdash;using APIs available since API level 8
291 to publish a different APK for higher API levels, you still do not need to specify the
352 supported API levels (no other <a href="#SupportedFilters">supported filters</a>
358 then qualifies it to install the APK for higher API levels, the device receives an application
361 simply needs to be larger in the version that supports higher API levels.</p>
364 <li>If an APK you've uploaded for API levels 4 and above (Android 1.6+) has a version code of
[all …]

12345