Searched refs:complexity (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | KeyguardManager.java | 691 @PasswordComplexity int complexity) { in isValidLockPasswordComplexity() argument 695 complexity = PasswordMetrics.sanitizeComplexityLevel(complexity); in isValidLockPasswordComplexity() 705 adminMetrics, complexity, isPinOrPattern, password).size() == 0; in isValidLockPasswordComplexity() 719 public int getMinLockLength(boolean isPin, @PasswordComplexity int complexity) { in getMinLockLength() argument 723 complexity = PasswordMetrics.sanitizeComplexityLevel(complexity); in getMinLockLength() 730 PasswordMetrics.applyComplexity(adminMetrics, isPin, complexity); in getMinLockLength() 748 @PasswordComplexity int complexity) { in setLock() argument 759 if (!isValidLockPasswordComplexity(lockType, password, complexity)) { in setLock()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | vop.cpp | 565 currVol->complexity.text_1 = BitstreamReadBits16(stream, 4); in DecodeVOLHeader() 573 currVol->complexity.text_2 = BitstreamReadBits16(stream, 4); in DecodeVOLHeader() 579 currVol->complexity.mc = BitstreamReadBits16(stream, 6); in DecodeVOLHeader() 918 if ((currVol->complexity.text_1 >> 3) & 0x1) /* intra */ in DecodeVOPHeader() 920 if (currVol->complexity.text_1 & 0x1) /* not_coded */ in DecodeVOPHeader() 922 if ((currVol->complexity.text_2 >> 3) & 0x1) /* dct_coefs */ in DecodeVOPHeader() 924 if ((currVol->complexity.text_2 >> 2) & 0x1) /* dct_lines */ in DecodeVOPHeader() 926 if ((currVol->complexity.text_2 >> 1) & 0x1) /* vlc_symbols */ in DecodeVOPHeader() 928 if (currVol->complexity.text_2 & 0x1) /* vlc_bits */ in DecodeVOPHeader() 933 if ((currVol->complexity.text_1 >> 2) & 0x1) /* inter */ in DecodeVOPHeader() [all …]
|
D | mp4lib_int.h | 94 Complexity_Est complexity; /* complexity estimation flags */ member
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | q_gain2.tab | 24 * pitch gain are ordered in table to reduce complexity *
|
/frameworks/base/core/java/android/app/admin/ |
D | PasswordMetrics.java | 377 public static int complexityLevelToMinQuality(int complexity) { in complexityLevelToMinQuality() argument 378 switch (complexity) { in complexityLevelToMinQuality() 686 PasswordMetrics adminMetrics, boolean isPin, int complexity) { in applyComplexity() argument 687 return applyComplexity(adminMetrics, isPin, ComplexityBucket.forComplexity(complexity)); in applyComplexity()
|
/frameworks/base/media/java/android/media/ |
D | MediaCodecInfo.java | 3425 Integer complexity, Integer quality, Integer profile) { 3427 if (ok && complexity != null) { 3428 ok = mComplexityRange.contains(complexity); 3475 Integer complexity = (Integer)map.get(MediaFormat.KEY_COMPLEXITY); 3479 if (complexity == null) { 3480 complexity = flacComplexity; 3481 } else if (flacComplexity != null && !complexity.equals(flacComplexity)) { 3502 return supports(complexity, quality, profile);
|
/frameworks/av/media/extractors/mp4/ |
D | MPEG4Extractor.cpp | 3335 unsigned complexity = br.getBits(8); in parseEAC3SpecificBox() local 3336 ALOGV("Found a JOC stream with complexity = %d", complexity); in parseEAC3SpecificBox()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 14962 field public static final java.lang.String KEY_COMPLEXITY = "complexity";
|
/frameworks/base/api/ |
D | current.txt | 26126 field public static final String KEY_COMPLEXITY = "complexity";
|