Searched refs:ib (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd8_31pf.cpp173 Word16 ib; local
202 ib =
210 ib,
214 ib = ia - (Word16)(tempWord32 >> 1);
216 ib =
218 ib,
226 pos_indx[index1] = ib + (ic & 1);
229 ib =
235 ib =
237 ib,
351 Word16 ib; local
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dc8_31pf.cpp444 Word16 ib; local
453 ib = pos_indxB >> 1;
455 tempWord32 = ((Word32) ib * 5) << 1;
459 ib = (Word16) tempWord32;
469 ib += ic;
471 ib += ia;
473 indx = ib << 3;
477 ib = ((Word16)(pos_indxB & 1)) << 1;
481 ib += ic;
483 ib
573 Word16 ib; local
[all...]
H A Ds10_8pf.cpp191 Word16 i, j, k, pos, ia, ib;
249 ib = ipos[3];
288 ib = i3;
293 i3 = ib;
317 ib = ipos[5];
348 ib = i5;
353 i5 = ib;
379 ib = ipos[7];
412 ib = i7;
417 i7 = ib;
570 Word16 pos, ia, ib; local
[all...]
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
H A DGenImage.java251 IntBuffer ib = IntBuffer.allocate(512*512);
252 ib.position(0);
254 GLES20.GL_UNSIGNED_BYTE, ib);
257 bmp.setPixels(ib.array(), 0, 512, 0, 0, 512, 512);
/frameworks/base/media/java/android/media/
H A DFocusRequester.java106 boolean hasSameBinder(IBinder ib) { argument
107 return (mSourceRef != null) && mSourceRef.equals(ib);
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java453 int ia, ib;
465 ib = indexOfLastNetworkChar (b);
468 while (ia >= 0 && ib >=0) {
480 cb = b.charAt(ib);
483 ib--;
492 ia--; ib--; matched++;
511 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) {
525 && matchIntlPrefix (b, ib +1)
531 && matchIntlPrefixAndCC(b, ib +1)
536 if (matchTrunkPrefix(b, ib
[all...]
/frameworks/base/media/tests/contents/media_api/music/
H A Dtest_amr_ietf.amr735 ��Z����<)�O�f5�ن�δZ�0�:�b�H;ib�0<[��0����8*�1~DI�v_קr�8� <�y/����q�q�:���c�J9�Q��f <�?卿��
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java517 IntentBindRecord ib = r.record.bindings.get(r.record.intent);
518 if (ib != null) {
519 ret = ib.binder;

Completed in 177 milliseconds