Searched refs:complexity (Results 1 – 21 of 21) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | vop.cpp | 559 currVol->complexity.text_1 = BitstreamReadBits16(stream, 4); in DecodeVOLHeader() 567 currVol->complexity.text_2 = BitstreamReadBits16(stream, 4); in DecodeVOLHeader() 573 currVol->complexity.mc = BitstreamReadBits16(stream, 6); in DecodeVOLHeader() 912 if ((currVol->complexity.text_1 >> 3) & 0x1) /* intra */ in DecodeVOPHeader() 914 if (currVol->complexity.text_1 & 0x1) /* not_coded */ in DecodeVOPHeader() 916 if ((currVol->complexity.text_2 >> 3) & 0x1) /* dct_coefs */ in DecodeVOPHeader() 918 if ((currVol->complexity.text_2 >> 2) & 0x1) /* dct_lines */ in DecodeVOPHeader() 920 if ((currVol->complexity.text_2 >> 1) & 0x1) /* vlc_symbols */ in DecodeVOPHeader() 922 if (currVol->complexity.text_2 & 0x1) /* vlc_bits */ in DecodeVOPHeader() 927 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/docs/html/ndk/guides/ |
D | index.jd | 9 types of Android apps. It is often not worth the additional complexity it inevitably brings to the
|
/frameworks/base/media/java/android/media/ |
D | MediaCodecInfo.java | 2756 Integer complexity, Integer quality, Integer profile) { in supports() argument 2758 if (ok && complexity != null) { in supports() 2759 ok = mComplexityRange.contains(complexity); in supports() 2806 Integer complexity = (Integer)map.get(MediaFormat.KEY_COMPLEXITY); in supportsFormat() local 2810 if (complexity == null) { in supportsFormat() 2811 complexity = flacComplexity; in supportsFormat() 2812 } else if (flacComplexity != null && !complexity.equals(flacComplexity)) { in supportsFormat() 2833 return supports(complexity, quality, profile); in supportsFormat()
|
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
D | index.jd | 9 <p>Tags can range in complexity. Simple tags offer just read and write semantics, sometimes with
|
/frameworks/base/docs/html/training/permissions/ |
D | best-practices.jd | 82 operation. However, such broad control adds to the complexity of your task,
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | starting.jd | 71 <p>Depending on the complexity of your activity, you probably don't need to implement all the
|
/frameworks/base/docs/html/design/patterns/ |
D | notifications_k.jd | 67 more actions you include, the more cognitive complexity you create. Limit
|
D | notifications.jd | 147 actions you include, the more cognitive complexity you create. Limit yourself
|
/frameworks/base/docs/html/distribute/essentials/ |
D | optimizing-your-app.jd | 331 A great way to improve UI performance is to minimize the complexity of your
|
/frameworks/base/docs/html/ndk/guides/audio/ |
D | opensl-prog-notes.jd | 64 avoid this complexity, which is described in
|
/frameworks/base/docs/html/guide/components/ |
D | processes-and-threads.jd | 292 <p>However, as the complexity of the operation grows, this kind of code can get complicated and
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | core.jd | 886 increase the number or complexity of tests and quality criteria.
|
/frameworks/base/docs/html/training/articles/ |
D | security-tips.jd | 678 to code injection or code tampering. It also adds complexity around version
|
/frameworks/base/docs/html/google/play/publishing/ |
D | multiple-apks.jd | 99 your life simpler by avoiding development and publishing complexity). Read the section below about
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0.jd | 641 management of protected content. The API hides the complexity of DRM operations and allows a
|
/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 | 20878 field public static final java.lang.String KEY_COMPLEXITY = "complexity";
|
D | test-current.txt | 20947 field public static final java.lang.String KEY_COMPLEXITY = "complexity";
|
D | system-current.txt | 22398 field public static final java.lang.String KEY_COMPLEXITY = "complexity";
|