Home
last modified time | relevance | path

Searched defs:levels (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/media/java/android/media/
DCameraProfile.java82 int[] levels = sCache.get(cameraId); in getJpegEncodingQualityParameter() local
102 int[] levels = new int[nLevels]; in getImageEncodingQualityLevels() local
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/graph/
DBatteryMeterDrawableBaseTest.java60 final int levels[] = { 0, 1, 5, 10, 25, 50, 75, 90, 95, 99, 100 }; in testDrawingForTypicalValues() local
/frameworks/base/core/java/android/text/
DAndroidBidi.java76 public static Directions directions(int dir, byte[] levels, int lstart, in directions()
/frameworks/base/core/jni/
Dandroid_util_Log.cpp43 static levels_t levels; variable
Dandroid_opengl_GLES30.cpp5762 …(JNIEnv *_env, jobject _this, jint target, jint levels, jint internalformat, jint width, jint heig… in android_glTexStorage2D__IIIII()
5775 …(JNIEnv *_env, jobject _this, jint target, jint levels, jint internalformat, jint width, jint heig… in android_glTexStorage3D__IIIIII()
/frameworks/av/media/libstagefright/
DUtils.cpp187 const static ALookup<uint8_t, OMX_VIDEO_AVCLEVELTYPE> levels { in parseAvcProfileLevelFromAvcc() local
271 const static ALookup<uint8_t, OMX_VIDEO_DOLBYVISIONLEVELTYPE> levels{ in parseDolbyVisionProfileLevelFromDvcc() local
322 const static ALookup<uint8_t, OMX_VIDEO_H263LEVELTYPE> levels { in parseH263ProfileLevelFromD263() local
353 const static ALookup<std::pair<uint8_t, uint8_t>, OMX_VIDEO_HEVCLEVELTYPE> levels { in parseHevcProfileLevelFromHvcc() local
433 const static ALookup<uint8_t, OMX_VIDEO_MPEG2LEVELTYPE> levels { in parseMpeg2ProfileLevelFromHeader() local
618 const static ALookup<uint8_t, OMX_VIDEO_VP9LEVELTYPE> levels { in parseVp9ProfileLevelFromCsd() local
678 const static ALookup<uint8_t, int32_t> levels { in parseAV1ProfileLevelFromCsd() local
/frameworks/av/media/libmedia/
DMediaProfiles.cpp456 ImageEncodingQualityLevels *levels = mImageEncodingQualityLevels[i]; in findImageEncodingQualityLevels() local
470 ImageEncodingQualityLevels *levels = findImageEncodingQualityLevels(cameraId); in addImageEncodingQualityLevel() local
969 ImageEncodingQualityLevels *levels = new ImageEncodingQualityLevels(); in createDefaultImageEncodingQualityLevels() local
1226 ImageEncodingQualityLevels *levels = findImageEncodingQualityLevels(cameraId); in getImageEncodingQualityLevels() local
/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/
DValidatorData.java60 public Policy(@NotNull EnumSet<Type> types, @NotNull EnumSet<Level> levels) { in Policy()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DThemedBatteryDrawable.kt161 val levels = res.obtainTypedArray(R.array.batterymeter_color_levels) in <lambda>() constant
DBatteryMeterDrawableBase.java102 TypedArray levels = res.obtainTypedArray(R.array.batterymeter_color_levels); in BatteryMeterDrawableBase() local
/frameworks/base/media/jni/
Dandroid_media_MediaProfiles.cpp378 Vector<int> levels = sProfiles->getImageEncodingQualityLevels(cameraId); in android_media_MediaProfiles_native_get_image_encoding_quality_level() local
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp386 constexpr Level levels[] = { in getLevel_l() local
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DTiledImageRenderer.java204 int levels = 1; in calculateLevelCount() local
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessMappingStrategy.java104 float[] levels = new float[lux.length + 1]; in getLuxLevels() local
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp497 constexpr Level levels[] = { in getLevel_l() local
/frameworks/base/opengl/java/android/opengl/
DGLES30.java1779 int levels, in glTexStorage2D()
1789 int levels, in glTexStorage3D()