Home
last modified time | relevance | path

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

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DBrightnessThrottlerTest.java166 List<ThrottlingLevel> levels = new ArrayList<>(); in testThermalThrottlingSingleLevel() local
223 List<ThrottlingLevel> levels = new ArrayList<>(); in testThermalThrottlingMultiLevel() local
302 List<ThrottlingLevel> levels = new ArrayList<>(List.of(level)); in testThermalThrottlingWithDisplaySensor() local
349 List<ThrottlingLevel> levels = new ArrayList<>(); in testUpdateThermalThrottlingData() local
377 List<ThrottlingLevel> levels = new ArrayList<>(); in testInvalidThrottlingStrings() local
447 List<ThrottlingLevel> levels = new ArrayList<>(); in testMultipleConfigPoints() local
/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/av/media/libstagefright/
DUtils.cpp188 const static ALookup<uint8_t, int32_t> levels { in parseAvcProfileLevelFromAvcc() local
294 const ALookup<uint8_t, int32_t> &levels = getDolbyVisionLevelsTable(); in parseDolbyVisionProfileLevelFromDvcc() local
335 const static ALookup<uint8_t, int32_t> levels { in parseH263ProfileLevelFromD263() local
366 const static ALookup<std::pair<uint8_t, uint8_t>, int32_t> levels { in parseHevcProfileLevelFromHvcc() local
450 const static ALookup<uint8_t, int32_t> levels { in parseMpeg2ProfileLevelFromHeader() local
644 const static ALookup<uint8_t, int32_t> levels { in parseVp9ProfileLevelFromCsd() local
704 const static ALookup<uint8_t, int32_t> levels { in parseAV1ProfileLevelFromCsd() local
2105 const ALookup<uint8_t, int32_t> &levels = in convertMessageToMetaData() local
/frameworks/av/services/audiopolicy/tests/
Dspatializer_tests.cpp51 std::vector<Spatialization::Level> levels; in SetUp() local
/frameworks/base/core/jni/
Dandroid_util_Log.cpp43 static levels_t levels; variable
Dandroid_opengl_GLES30.cpp5763 …(JNIEnv *_env, jobject _this, jint target, jint levels, jint internalformat, jint width, jint heig… in android_glTexStorage2D__IIIII()
5776 …(JNIEnv *_env, jobject _this, jint target, jint levels, jint internalformat, jint width, jint heig… in android_glTexStorage3D__IIIIII()
/frameworks/av/media/libmedia/
DMediaProfiles.cpp673 ImageEncodingQualityLevels *levels = mImageEncodingQualityLevels[i]; in findImageEncodingQualityLevels() local
687 ImageEncodingQualityLevels *levels = findImageEncodingQualityLevels(cameraId); in addImageEncodingQualityLevel() local
1185 ImageEncodingQualityLevels *levels = new ImageEncodingQualityLevels(); in createDefaultImageEncodingQualityLevels() local
1442 ImageEncodingQualityLevels *levels = findImageEncodingQualityLevels(cameraId); in getImageEncodingQualityLevels() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DThemedBatteryDrawable.kt161 val levels = res.obtainTypedArray(R.array.batterymeter_color_levels) in <lambda>() constant
DBatteryMeterDrawableBase.java103 TypedArray levels = res.obtainTypedArray(R.array.batterymeter_color_levels); in BatteryMeterDrawableBase() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/
DDemoMobileConnectionParameterizedTest.kt247 private val levels = listOf(0, 1, 2, 3) in modifiedBy() constant
/frameworks/av/media/libaudiohal/impl/effectsAidlConversion/
DAidlConversionSpatializer.cpp182 std::vector<Spatialization::Level> levels; in getParameter() local
/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/
DValidatorData.java67 public Policy(@NotNull EnumSet<Type> types, @NotNull EnumSet<Level> levels) { in Policy()
/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.cpp291 std::set<BrightnessLevel> levels; in getPreferredBrightnessLevels() local
/frameworks/base/media/jni/
Dandroid_media_MediaProfiles.cpp396 Vector<int> levels = sProfiles->getImageEncodingQualityLevels(cameraId); in android_media_MediaProfiles_native_get_image_encoding_quality_level() local
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp402 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/av/services/audiopolicy/service/
DSpatializer.cpp519 Status Spatializer::getSupportedLevels(std::vector<Spatialization::Level> *levels) { in getSupportedLevels()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp512 constexpr Level levels[] = { in getLevel_l() local
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessMappingStrategy.java154 float[] levels = new float[lux.length + 1]; in getLuxLevels() local
DDisplayDeviceConfig.java2863 float[] levels = new float[lux.length + 1]; in getLuxLevels() local
/frameworks/av/services/mediametrics/
DAudioAnalytics.cpp1641 std::string levels; in onEvent() local
/frameworks/base/opengl/java/android/opengl/
DGLES30.java1779 int levels, in glTexStorage2D()
1789 int levels, in glTexStorage3D()