Searched refs:h2 (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/os/
H A DBroadcasterTest.java135 Handler h2;
140 h2 = new H();
143 b.request(MESSAGE_B, h2, MESSAGE_D);
170 Handler h2;
175 h2 = new H();
178 b.request(MESSAGE_B, h2, MESSAGE_D);
187 if (msg.what == MESSAGE_D && msg.getTarget() == h2) {
205 Handler h2;
210 h2 = new H();
213 b.request(MESSAGE_A, h2, MESSAGE_
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcor_h.cpp192 Word16 i, j, k, dec, h2[L_CODE];
206 h2[i] = shr (h[i], 1);
217 h2[i] = pv_round (L_shl (L_mult (h[i], k), 9));
226 s = L_mac (s, h2[k], h2[k]);
237 s = L_mac (s, h2[k], h2[k + dec]);
278 Word16 h2[L_CODE]; local
316 p_h2 = h2;
343 p_h2 = h2;
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_FwdTransformResidual4x4.c86 int h2 = g0 - g2; local
90 pDst[i+8] = (OMX_S16) h2;
H A DarmVCM4P10_TransformResidual4x4.c87 int h2 = g1 - g2; local
91 pDst[i+8] = (OMX_S16)((h2+32)>>6);
/frameworks/base/core/java/android/transition/
H A DArcMotion.java214 float h2 = deltaX * deltaX + deltaY * deltaY;
221 float midDist2 = h2 * 0.25f;
231 float eDistY = h2 / (2 * deltaY);
239 float eDistX = h2 / (2 * deltaX);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCaptureCollector.java568 CaptureHolder h2 = mPreviewProduceQueue.peek();
571 CaptureHolder h = (h1 == null) ? h2 :
572 ((h2 == null) ? h1 :
573 ((h1.compareTo(h2) <= 0) ? h1 :
574 h2));
595 CaptureHolder h2 = mJpegProduceQueue.peek();
598 CaptureHolder h = (h1 == null) ? h2 :
599 ((h2 == null) ? h1 :
600 ((h1.compareTo(h2) <= 0) ? h1 :
601 h2));
[all...]
/frameworks/base/core/java/android/text/
H A DLayout.java1314 float h2 = isLevelBoundary(point) ? getSecondaryHorizontal(point, clamped) - 0.5f : h1;
1332 if (h2 < 0.5f)
1333 h2 = 0.5f;
1335 if (Float.compare(h1, h2) == 0) {
1342 dest.moveTo(h2, (top + bottom) >> 1);
1343 dest.lineTo(h2, bottom);
1347 dest.moveTo(h2, bottom);
1348 dest.lineTo(h2 - dist, bottom + dist);
1349 dest.lineTo(h2, bottom);
1350 dest.lineTo(h2
[all...]
H A DSelection.java433 float h2 = layout.getPrimaryHorizontal(off2);
438 if (h1 < h2)
445 if (h1 > h2)
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c191 Word16 h2[L_SUBFR]; /* Impulse response vector */ local
822 /* h2 in Q12 for codebook search */
823 Copy(h1, h2, L_SUBFR);
829 Scale_sig_opt(h2, L_SUBFR, -2);
833 Scale_sig(h2, L_SUBFR, -2);
1072 Preemph(h2, st->tilt_code, L_SUBFR, &tmp);
1076 Pit_shrp(h2, T0, PIT_SHARP, L_SUBFR);
1081 cor_h_x(h2, xn2, dn);
1084 ACELP_2t64_fx(dn, cn, h2, code, y2, indice);
1089 ACELP_4t64_fx(dn, cn, h2, cod
[all...]
/frameworks/base/tools/obbtool/
H A DMain.cpp170 bool hexToByte(char h1, char h2, unsigned char* b) { argument
173 if (!fromHex(h2, &second)) return false;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java524 final int h2 = (int) (h / mView.SCALE / 2);
527 mView.layout(cx - w2, cy - h2, cx + w2, cy + h2);
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css20 h2 {
924 h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
/frameworks/base/media/tests/contents/media_api/music/
H A Dtest_amr_ietf.amr160 �>�L��&(:�0���Y�<�dd9�R!�PY`��D�w�[� 8T� h^(�s <�fkR\�P��`Z�Jc� ����Ж�V�P<N~i?L�A�*ˊb��y�h2�R��.�_@v�<�q{��Z���_m�%ļ�4˓Ó���'���<�vl��� a����L�yK���<G���A�g�<��O�X!��V�L��k�{��=i^\:T<T�S�Xb!��(d.�<�o�/F>-�9��%�7<�[���%��\HP$�鑉�� ����2�,Snq�<L�qE����(�d}�ύ�h�6�(G@��|�� <�m�������ͮi5����o�3�-'<Tpz(��(a�~�2�i�X5�жzqֹ�?�<����, �����F�� �j�/8�„`; ��`<�q];�f��Kw"A.,��2ٯ5>�tm�Q��_�<Xr֊�> !��_&��f���[�z��ؓk���A<)g�6���+� �x���

Completed in 1007 milliseconds