Home
last modified time | relevance | path

Searched refs:complexity (Results 1 – 21 of 21) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dvop.cpp559 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 …]
Dmp4lib_int.h94 Complexity_Est complexity; /* complexity estimation flags */ member
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dq_gain2.tab24 * pitch gain are ordered in table to reduce complexity *
/frameworks/base/docs/html/ndk/guides/
Dindex.jd9 types of Android apps. It is often not worth the additional complexity it inevitably brings to the
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java2756 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/
Dindex.jd9 <p>Tags can range in complexity. Simple tags offer just read and write semantics, sometimes with
/frameworks/base/docs/html/training/permissions/
Dbest-practices.jd82 operation. However, such broad control adds to the complexity of your task,
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dstarting.jd71 <p>Depending on the complexity of your activity, you probably don't need to implement all the
/frameworks/base/docs/html/design/patterns/
Dnotifications_k.jd67 more actions you include, the more cognitive complexity you create. Limit
Dnotifications.jd147 actions you include, the more cognitive complexity you create. Limit yourself
/frameworks/base/docs/html/distribute/essentials/
Doptimizing-your-app.jd331 A great way to improve UI performance is to minimize the complexity of your
/frameworks/base/docs/html/ndk/guides/audio/
Dopensl-prog-notes.jd64 avoid this complexity, which is described in
/frameworks/base/docs/html/guide/components/
Dprocesses-and-threads.jd292 <p>However, as the complexity of the operation grows, this kind of code can get complicated and
/frameworks/base/docs/html/distribute/essentials/quality/
Dcore.jd886 increase the number or complexity of tests and quality criteria.
/frameworks/base/docs/html/training/articles/
Dsecurity-tips.jd678 to code injection or code tampering. It also adds complexity around version
/frameworks/base/docs/html/google/play/publishing/
Dmultiple-apks.jd99 your life simpler by avoiding development and publishing complexity). Read the section below about
/frameworks/base/docs/html/about/versions/
Dandroid-3.0.jd641 management of protected content. The API hides the complexity of DRM operations and allows a
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14962 field public static final java.lang.String KEY_COMPLEXITY = "complexity";
/frameworks/base/api/
Dcurrent.txt20878 field public static final java.lang.String KEY_COMPLEXITY = "complexity";
Dtest-current.txt20947 field public static final java.lang.String KEY_COMPLEXITY = "complexity";
Dsystem-current.txt22398 field public static final java.lang.String KEY_COMPLEXITY = "complexity";