/frameworks/base/media/java/android/media/ |
D | CameraProfile.java | 82 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/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiQualifiedNetworkSelectorTest.java | 103 String[] caps, int[] levels) { in getScanDetails() argument 108 bssids[index], caps[index], levels[index], frequencies[index], timeStamp, 0); in getScanDetails() 329 int[] levels = {-70, -60}; in chooseNetworkDisconnected2GHighestRssi() local 332 List<ScanDetail> scanDetails = getScanDetails(ssids, bssids, frequencies, caps, levels); in chooseNetworkDisconnected2GHighestRssi() 367 int[] levels = {-70, -60}; in chooseNetworkDisconnected5GHighestRssi() local 370 List<ScanDetail> scanDetails = getScanDetails(ssids, bssids, frequencies, caps, levels); in chooseNetworkDisconnected5GHighestRssi() 405 int[] levels = {-60, -65}; in chooseNetworkDisconnect5GOver2GTest() local 408 List<ScanDetail> scanDetails = getScanDetails(ssids, bssids, frequencies, caps, levels); in chooseNetworkDisconnect5GOver2GTest() 442 int[] levels = {-60, -75}; in chooseNetworkDisconnect2GOver5GTest() local 445 List<ScanDetail> scanDetails = getScanDetails(ssids, bssids, frequencies, caps, levels); in chooseNetworkDisconnect2GOver5GTest() [all …]
|
/frameworks/base/core/jni/ |
D | android_util_Log.cpp | 44 static levels_t levels; variable 77 return isLoggable(tag, levels.verbose); in android_util_Log_isVerboseLogEnabled() 137 … levels.verbose = env->GetStaticIntField(clazz, GetStaticFieldIDOrDie(env, clazz, "VERBOSE", "I")); in register_android_util_Log() 138 levels.debug = env->GetStaticIntField(clazz, GetStaticFieldIDOrDie(env, clazz, "DEBUG", "I")); in register_android_util_Log() 139 levels.info = env->GetStaticIntField(clazz, GetStaticFieldIDOrDie(env, clazz, "INFO", "I")); in register_android_util_Log() 140 levels.warn = env->GetStaticIntField(clazz, GetStaticFieldIDOrDie(env, clazz, "WARN", "I")); in register_android_util_Log() 141 levels.error = env->GetStaticIntField(clazz, GetStaticFieldIDOrDie(env, clazz, "ERROR", "I")); in register_android_util_Log() 142 levels.assert = env->GetStaticIntField(clazz, GetStaticFieldIDOrDie(env, clazz, "ASSERT", "I")); in register_android_util_Log()
|
/frameworks/base/core/java/android/text/ |
D | AndroidBidi.java | 61 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/ |
D | MediaProfiles.cpp | 349 ImageEncodingQualityLevels *levels = mImageEncodingQualityLevels[i]; in findImageEncodingQualityLevels() local 350 if (levels->mCameraId == cameraId) { in findImageEncodingQualityLevels() 351 return levels; in findImageEncodingQualityLevels() 362 ImageEncodingQualityLevels *levels = findImageEncodingQualityLevels(cameraId); in addImageEncodingQualityLevel() local 364 if (levels == NULL) { in addImageEncodingQualityLevel() 365 levels = new ImageEncodingQualityLevels(); in addImageEncodingQualityLevel() 366 levels->mCameraId = cameraId; in addImageEncodingQualityLevel() 367 mImageEncodingQualityLevels.add(levels); in addImageEncodingQualityLevel() 370 levels->mLevels.add(quality); in addImageEncodingQualityLevel() 819 ImageEncodingQualityLevels *levels = new ImageEncodingQualityLevels(); in createDefaultImageEncodingQualityLevels() local [all …]
|
/frameworks/base/tools/aapt2/ |
D | public_attr_map.py | 15 levels = [(1, 0x021c), (2, 0x021d), (3, 0x0269), (4, 0x028d), 20 for level, attrEntryId in levels:
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 349 void API_ENTRY(glTexStorage1DEXT)(GLenum target, GLsizei levels, GLenum internalformat, GLsizei wid… 350 CALL_GL_API(glTexStorage1DEXT, target, levels, internalformat, width); 352 void API_ENTRY(glTexStorage2DEXT)(GLenum target, GLsizei levels, GLenum internalformat, GLsizei wid… 353 CALL_GL_API(glTexStorage2DEXT, target, levels, internalformat, width, height); 355 void API_ENTRY(glTexStorage3DEXT)(GLenum target, GLsizei levels, GLenum internalformat, GLsizei wid… 356 CALL_GL_API(glTexStorage3DEXT, target, levels, internalformat, width, height, depth); 358 void API_ENTRY(glTextureStorage1DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum interna… 359 CALL_GL_API(glTextureStorage1DEXT, texture, target, levels, internalformat, width); 361 void API_ENTRY(glTextureStorage2DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum interna… 362 CALL_GL_API(glTextureStorage2DEXT, texture, target, levels, internalformat, width, height); [all …]
|
/frameworks/compile/slang/tests/F_reduce_general_wrong_api/ |
D | stderr.txt.expect | 1 reduce_general_wrong_api.rs:5:12: error: reduction kernels are not supported in SDK levels 11-23
|
/frameworks/compile/slang/tests/F_int_ptr_ptr/ |
D | stderr.txt.expect | 1 int_ptr_ptr.rs:4:7: error: multiple levels of pointers cannot be exported: 'myPtr'
|
/frameworks/compile/slang/tests/F_root_11_ox/ |
D | stderr.txt.expect | 1 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/ |
D | stderr.txt.expect | 1 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/ |
D | stderr.txt.expect | 1 z_wrong_api.rs:5:60: error: compute kernel bad() targeting SDK levels 11-22 may not use special par…
|
/frameworks/compile/slang/tests/F_kernel_16/ |
D | stderr.txt.expect | 1 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/ |
D | stderr.txt.expect | 1 …Invalid parameter 'in1' for compute kernel root(). Kernels targeting SDK levels 11-22 may not use …
|
/frameworks/compile/slang/tests/F_too_many_inputs/ |
D | stderr.txt.expect | 1 … Invalid parameter 'in8' for compute kernel bad(). Kernels targeting SDK levels 23+ may not use mo…
|
/frameworks/base/tools/layoutlib/bridge/.settings/ |
D | README.txt | 2 This ensure proper compilation compliance and warning/error levels.
|
/frameworks/base/tools/layoutlib/create/.settings/ |
D | README.txt | 2 This ensure proper compilation compliance and warning/error levels.
|
/frameworks/compile/slang/tests/F_kernel_badsig/ |
D | stderr.txt.expect | 1 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/ |
D | index.jd | 22 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/ |
D | android_media_MediaProfiles.cpp | 297 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/ |
D | glext.h | 1114 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/ |
D | README | 5 resource directory is used as a backup for all earlier API levels.
|
/frameworks/base/docs/html/training/search/ |
D | backward-compat.jd | 14 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/ |
D | BatteryMeterDrawable.java | 108 TypedArray levels = res.obtainTypedArray(R.array.batterymeter_color_levels); in BatteryMeterDrawable() local 111 final int N = levels.length(); in BatteryMeterDrawable() 114 mColors[2*i] = levels.getInt(i, 0); in BatteryMeterDrawable() 117 levels.recycle(); in BatteryMeterDrawable()
|
/frameworks/av/media/libstagefright/ |
D | Utils.cpp | 205 const static ALookup<uint8_t, OMX_VIDEO_AVCLEVELTYPE> levels { in parseAvcProfileLevelFromAvcc() local 240 if (levels.map(level, &codecLevel)) { in parseAvcProfileLevelFromAvcc() 270 const static ALookup<uint8_t, OMX_VIDEO_H263LEVELTYPE> levels { in parseH263ProfileLevelFromD263() local 286 if (levels.map(level, &codecLevel)) { in parseH263ProfileLevelFromD263() 301 const static ALookup<std::pair<uint8_t, uint8_t>, OMX_VIDEO_HEVCLEVELTYPE> levels { in parseHevcProfileLevelFromHvcc() local 354 if (levels.map(std::make_pair(tier, level), &codecLevel)) { in parseHevcProfileLevelFromHvcc() 378 const static ALookup<uint8_t, OMX_VIDEO_MPEG2LEVELTYPE> levels { in parseMpeg2ProfileLevelFromHeader() local 405 if (levels.map(indication & 0xF, &level)) { in parseMpeg2ProfileLevelFromHeader() 563 const static ALookup<uint8_t, OMX_VIDEO_VP9LEVELTYPE> levels { in parseVp9ProfileLevelFromCsd() local 581 if (levels.map(data[0], &level)) { in parseVp9ProfileLevelFromCsd()
|