Home
last modified time | relevance | path

Searched refs:above (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_intra_prediction.c162 static void Get4x4NeighbourPels(u8 *a, u8 *l, u8 *data, u8 *above, u8 *left,
164 static void Intra16x16VerticalPrediction(u8 *data, u8 *above);
166 static void Intra16x16DcPrediction(u8 *data, u8 *above, u8 *left,
168 static void Intra16x16PlanePrediction(u8 *data, u8 *above, u8 *left);
169 static void IntraChromaDcPrediction(u8 *data, u8 *above, u8 *left,
172 static void IntraChromaVerticalPrediction(u8 *data, u8 *above);
173 static void IntraChromaPlanePrediction(u8 *data, u8 *above, u8 *left);
175 static void Intra4x4VerticalPrediction(u8 *data, u8 *above);
177 static void Intra4x4DcPrediction(u8 *data, u8 *above, u8 *left, u32 A, u32 B);
178 static void Intra4x4DiagonalDownLeftPrediction(u8 *data, u8 *above);
[all …]
Dh264bsd_intra_prediction.h56 u8 *above, u8 *left, u32 constrainedIntraPred);
58 u8 *above, u8 *left, u32 constrainedIntraPred);
61 u8 *above, u8 *left, u32 predMode, u32 constrainedIntraPred);
63 void h264bsdGetNeighbourPels(image_t *image, u8 *above, u8 *left, u32 mbNum);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Dsobeloperator.cpp48 const int above = (i > 0) ? curr - 4 * width : curr; in computeGradient() local
54 *(dataPtr + above + c + right) - *(dataPtr + above + c + left) + in computeGradient()
57 (*(dataPtr + c + below) - *(dataPtr + c + above)) * 2 + in computeGradient()
58 *(dataPtr + left + c + below) - *(dataPtr + left + c + above) + in computeGradient()
59 *(dataPtr + right + c + below) - *(dataPtr + right + c + above); in computeGradient()
/frameworks/wilhelm/src/itf/
DI3DMacroscopic.c105 SLVec3D above = *pAbove; in I3DMacroscopic_SetOrientationVectors() local
109 thiz->mOrientationVectors.mAbove = above; in I3DMacroscopic_SetOrientationVectors()
110 thiz->mOrientationVectors.mUp = above; // wrong in I3DMacroscopic_SetOrientationVectors()
DI3DLocation.c172 SLVec3D above = *pAbove; in I3DLocation_SetOrientationVectors() local
177 thiz->mOrientationVectors.mAbove = above; in I3DLocation_SetOrientationVectors()
/frameworks/webview/chromium/
DLICENSE7 // * Redistributions of source code must retain the above copyright
9 // * Redistributions in binary form must reproduce the above
/frameworks/base/obex/
DNOTICE8 - Redistributions of source code must retain the above copyright notice,
11 - Redistributions in binary form must reproduce the above copyright notice,
/frameworks/base/cmds/uiautomator/library/
Dapicheck_msg_last.txt4 an SDK. Please fix the errors listed above.
Dapicheck_msg_current.txt7 errors above.
/frameworks/support/
Dapicheck_msg_last.txt4 been previously released in an SDK. Please fix the errors listed above.
Dapicheck_msg_current.txt7 errors above.
/frameworks/native/opengl/tests/angeles/
Dlicense-BSD.txt13 * Redistributions of source code must retain the above copyright
15 * Redistributions in binary form must reproduce the above copyright
/frameworks/base/docs/html/training/keyboard-input/
Dvisibility.jd24 how your UI and the text field appear above the input method. For example, when the vertical
25 space on the screen is constrained, the text field might fill all space above the input method.
117 href="#ShowOnStart">initial input method visibility</a> specification from above:</p>
130 {@code "adjustResize"} resizes the layout so the button bar appears above the input method.</p>
/frameworks/data-binding/compilerCommon/
DBindingExpression.g48 1. Redistributions of source code must retain the above copyright
10 2. Redistributions in binary form must reproduce the above copyright
427 | // covers all characters above 0xFF which are not a surrogate
438 | // covers all characters above 0xFF which are not a surrogate
DXMLParser.g49 1. Redistributions of source code must retain the above copyright
11 2. Redistributions in binary form must reproduce the above copyright
DXMLLexer.g49 1. Redistributions of source code must retain the above copyright
11 2. Redistributions in binary form must reproduce the above copyright
/frameworks/compile/mclinker/
DLICENSE.TXT23 * Redistributions of source code must retain the above copyright notice,
26 * Redistributions in binary form must reproduce the above copyright notice,
/frameworks/base/docs/html/training/material/
Ddrawables.jd34 <p>With Android 5.0 (API level 21) and above, you can tint bitmaps and nine-patches defined as
48 <p>The Android Support Library r21 and above includes the {@link
97 <p>In Android 5.0 (API Level 21) and above, you can define vector drawables, which scale without
/frameworks/base/docs/html/training/graphics/opengl/
Dtouch.jd72 // reverse direction of rotation above the mid-line
112 <p>The example code above requires that you expose the rotation angle through your renderer by
159 <p>When you have completed the steps described above, run the program and drag your finger over the
/frameworks/base/docs/html/training/basics/fragments/
Dcommunicating.jd102 <p>For example, the following activity implements the interface from the above example.</p>
125 <p>For instance, imagine that the activity shown above may contain another fragment that's used to
126 display the item specified by the data returned in the above callback method. In this case,
/frameworks/base/core/java/android/text/
DStaticLayout.java861 int above, int below, int top, int bottom, int v,
890 fm.ascent = above;
905 above = fm.ascent;
917 mTopPadding = top - above;
921 above = top;
939 double ex = (below - above) * (spacingmult - 1) + spacingadd;
953 v += (below - above) + extra;
/frameworks/base/tests/utils/SleepUtils/
DREADME11 above, supported operations are:
/frameworks/base/data/keyboards/
DVendor_046d_Product_c294.kl19 # 4 way buttons above hat
DVendor_046d_Product_c299.kl19 # 4 way buttons above hat
/frameworks/base/docs/html/google/play/publishing/
Dmultiple-apks.jd273 APK that supports API levels 8 and above (Android 2.2+)&mdash;using APIs available since API level 8
309 listed above&mdash;are still applied for each APK as usual. However, Google Play does not allow
311 publish multiple APKs if the above listed filters are the same for each APK (but the APKs differ
334 the <a href="#SupportedFilters">supported Google Play filters</a> (listed above).</p>
364 <li>If an APK you've uploaded for API levels 4 and above (Android 1.6+) has a version code of
365 {@code 0400}, then an APK for API levels 8 and above (Android 2.2+) must be {@code 0401} or
369 <li>If you have one APK that's for API level 4 (and above) <em>and</em> small -
370 large screens, and another APK for API level 8 (and above) <em>and</em> large - xlarge screens, then
377 <li>If you have one APK that's for API level 4 (and above) <em>and</em> small -
378 normal screens, and another APK for API level 8 (and above) <em>and</em> large - xlarge
[all …]

12345678910>>...16