Home
last modified time | relevance | path

Searched refs:H (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/base/media/tests/contents/media_api/music/
Dtest_amr_ietf.amr2H��fy�����������������������<T��fy������������������������<H��fy�����������������������<T��…
/frameworks/base/core/tests/coretests/src/android/os/
DBroadcasterTest.java42 h = new H(); in test1()
77 mHandlers[i] = new H(); in go()
139 h1 = new H(); in test4()
140 h2 = new H(); in test4()
174 h1 = new H(); in test5()
175 h2 = new H(); in test5()
209 h1 = new H(); in test6()
210 h2 = new H(); in test6()
DHandlerTester.java67 protected class H extends Handler { class in HandlerTester
/frameworks/base/graphics/java/android/graphics/
DColor.java125 float H; in hue() local
128 H = 0; in hue()
136 H = cb - cg; in hue()
138 H = 2 + cr - cb; in hue()
140 H = 4 + cg - cr; in hue()
143 H /= 6.f; in hue()
144 if (H < 0) { in hue()
145 H++; in hue()
149 return H; in hue()
/frameworks/base/services/java/com/android/server/wm/
DInputFilter.java101 private final H mH;
122 mH = new H(looper); in InputFilter()
210 private final class H extends Handler { class in InputFilter
211 public H(Looper looper) { in H() method in InputFilter.H
DDragState.java19 import com.android.server.wm.WindowManagerService.H;
359 mService.mH.removeMessages(H.DRAG_END_TIMEOUT, token); in notifyDropLw()
360 Message msg = mService.mH.obtainMessage(H.DRAG_END_TIMEOUT, token); in notifyDropLw()
DSession.java22 import com.android.server.wm.WindowManagerService.H;
251 mService.mH.removeMessages(H.DRAG_START_TIMEOUT, window.asBinder()); in performDrag()
317 mService.mH.removeMessages(H.DRAG_END_TIMEOUT, window.asBinder()); in reportDropResult()
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DomxVCM4P10_PredictIntra_16x16.c90 int H,V,a,b,c; in omxVCM4P10_PredictIntra_16x16() local
172 H = 8*(pSrcAbove[15] - pSrcAboveLeft[0]); in omxVCM4P10_PredictIntra_16x16()
175 H += (x+1)*(pSrcAbove[8+x] - pSrcAbove[6-x]); in omxVCM4P10_PredictIntra_16x16()
183 b = (5*H+32)>>6; in omxVCM4P10_PredictIntra_16x16()
DomxVCM4P10_PredictIntraChroma_8x8.c211 int H, V, a, b, c; in omxVCM4P10_PredictIntraChroma_8x8() local
259 H = 4*(pSrcAbove[7] - pSrcAboveLeft[0]); in omxVCM4P10_PredictIntraChroma_8x8()
262 H += (x+1)*(pSrcAbove[4+x] - pSrcAbove[2-x]); in omxVCM4P10_PredictIntraChroma_8x8()
270 b = (17*H+16)>>5; in omxVCM4P10_PredictIntraChroma_8x8()
/frameworks/compile/libbcc/runtime/lib/ppc/
Dgcc_qsub.c48 double H, h; in __gcc_qsub() local
53 H = B + (A - (A + B)); in __gcc_qsub()
61 w = (a + b) + H; in __gcc_qsub()
Dgcc_qadd.c48 double H, h; in __gcc_qadd() local
53 H = B + (A - (A + B)); in __gcc_qadd()
61 w = (a + b) + H; in __gcc_qadd()
/frameworks/compile/libbcc/tests/data/src/
Dotcc-ansi.c146 void H(int e) { in H() function
161 H(0); in Z()
176 H(v); in T()
193 H(m); in T()
311 H(e^1); in O()
314 H(e); in O()
Dotcc-noinclude.c149 H(n{
161 H(0);
174 H(v);
191 H(m);
308 H(e^1);
311 H(n;
/frameworks/base/core/java/android/net/http/
DRequestHandle.java359 return KD(H(A1), nonce + ":" + H(A2)); in computeDigest()
362 return KD(H(A1), nonce + ":" + nc + ":" + cnonce + ":" + QOP + ":" + H(A2)); in computeDigest()
373 return H(secret + ":" + data); in KD()
379 private String H(String param) { in H() method in RequestHandle
/frameworks/base/tools/aapt/
DImages.cpp335 int H = image->height; in do_9patch() local
339 int maxSizeYDivs = H * sizeof(int32_t); in do_9patch()
367 if (W < 3 || H < 3) { in do_9patch()
388 if (get_vertical_ticks(image->rows, 0, H, transparent, true, &yDivs[0], in do_9patch()
396 … if (get_horizontal_ticks(image->rows[H-1], W, transparent, false, &image->info9Patch.paddingLeft, in do_9patch()
404 … if (get_vertical_ticks(image->rows, (W-1)*4, H, transparent, false, &image->info9Patch.paddingTop, in do_9patch()
427 image->info9Patch.paddingBottom = H - 2 - yDivs[1]; in do_9patch()
430 image->info9Patch.paddingBottom = H - 2 - image->info9Patch.paddingBottom; in do_9patch()
441 image->rows = (png_bytepp)malloc((H-2) * png_sizeof(png_bytep)); in do_9patch()
442 for (i=0; i<(H-2); i++) { in do_9patch()
[all …]
/frameworks/base/services/surfaceflinger/
DTransform.cpp141 Transform H, V, R; in set() local
148 H.mType = (FLIP_H << 8) | SCALE; in set()
149 H.mType |= isZero(w) ? IDENTITY : TRANSLATE; in set()
150 mat33& M(H.mMatrix); in set()
172 *this = (R*(H*V)); in set()
/frameworks/compile/libbcc/tests/data/
Dotcc.c149 H(n{
161 H(0);
174 H(v);
191 H(m);
308 H(e^1);
311 H(n;
/frameworks/base/core/java/android/app/
DActivityThread.java145 final H mH = new H();
505 finished ? H.PAUSE_ACTIVITY_FINISHING : H.PAUSE_ACTIVITY, in schedulePauseActivity()
514 showWindow ? H.STOP_ACTIVITY_SHOW : H.STOP_ACTIVITY_HIDE, in scheduleStopActivity()
520 showWindow ? H.SHOW_WINDOW : H.HIDE_WINDOW, in scheduleWindowVisibility()
525 queueOrSendMessage(H.SLEEPING, token, sleeping ? 1 : 0); in scheduleSleeping()
529 queueOrSendMessage(H.RESUME_ACTIVITY, token, isForward ? 1 : 0); in scheduleResumeActivity()
536 queueOrSendMessage(H.SEND_RESULT, res); in scheduleSendResult()
567 queueOrSendMessage(H.LAUNCH_ACTIVITY, r); in scheduleLaunchActivity()
582 queueOrSendMessage(H.NEW_INTENT, data); in scheduleNewIntent()
587 queueOrSendMessage(H.DESTROY_ACTIVITY, token, finishing ? 1 : 0, in scheduleDestroyActivity()
[all …]
/frameworks/base/tests/BrowserTestPlugin/jni/event/
DEventPlugin.cpp55 const int H = obj->window->height; in drawPlugin() local
59 const float zoomFactorH = static_cast<float>(bitmap.height) / H; in drawPlugin()
/frameworks/base/docs/html/intl/ja/guide/basics/
Dwhat-is-android.jd15 <li>音声、映像、静止画の一般的なフォーマット(MPEG4、H.264、MP3、AAC、AMR、JPG、PNG、GIF)に対する<strong>メディア サポート</strong></li>
58 …<li><strong>メディア ライブラリ</strong> - PacketVideo の OpenCORE をベースにしたライブラリです。MPEG4、H.264、MP3、AAC、AMR、JP…
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/
Dc2t64fx.c50 Word16 H[], /* (i) Q12: impulse response of weighted synthesis filter */ in ACELP_2t64_fx() argument
138 h[i] = H[i]; in ACELP_2t64_fx()
/frameworks/base/data/keyboards/
Dqwerty2.kcm84 key H {
85 label: 'H'
88 shift, capslock: 'H'
Dqwerty.kcm87 key H {
88 label: 'H'
91 shift, capslock: 'H'
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java67 private Handler mHandler = new H();
199 private final class H extends Handler { class in CommandQueue
/frameworks/base/docs/html/guide/appendix/
Dmedia-formats.jd219 <td>H.263</td>
229 <td>H.264 AVC</td>
279 <td>H.264 Baseline Profile</td>
280 <td>H.264 Baseline Profile</td>
281 <td>H.264 Baseline Profile</td>

123