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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dget_pred_adv_b_add.cpp90 int offset, offset2; local
97 offset2 = (pred_width_rnd >> 1) - 4; /* offset for pred_block */
100 pred_block -= offset2; /* preset */
106 *((uint32*)(pred_block += offset2)) = *((uint32*)prev);
122 *((uint32*)(pred_block += offset2)) = pred_word;
144 *((uint32*)(pred_block += offset2)) = pred_word;
167 *((uint32*)(pred_block += offset2)) = pred_word;
190 int offset, offset2; local
199 offset2 = (pred_width_rnd >> 1) - 4; /* offset of pred_block */
204 pred_block -= offset2; /* prese
519 int offset, offset2; local
866 int offset, offset2; local
[all...]
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialTextsView.java242 float offset2 = numbersRadius * ((float) Math.sqrt(3)) / 2f;
251 textGridHeights[1] = yCenter - offset2;
252 textGridWidths[1] = xCenter - offset2;
259 textGridHeights[5] = yCenter + offset2;
260 textGridWidths[5] = xCenter + offset2;
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_est.cpp612 int *offset, *offset2; local
635 offset2 = htfm_stat->offsetRef;
647 offset2 = encvid->nrmlz_th + 32;
667 offset2[0] = 0;
668 offset2[1] = rx2 + 2;
669 offset2[2] = 2;
670 offset2[3] = rx2;
671 offset2[4] = rx + 1;
672 offset2[5] = rx3 + 3;
673 offset2[
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp544 Int *offset, *offset2; local
567 offset2 = htfm_stat->offsetRef;
579 offset2 = video->nrmlz_th + 32;
599 offset2[0] = 0;
600 offset2[1] = rx2 + 2;
601 offset2[2] = 2;
602 offset2[3] = rx2;
603 offset2[4] = rx + 1;
604 offset2[5] = rx3 + 3;
605 offset2[
[all...]
H A Ddct.cpp1214 Int offset2; local
1216 offset2 = width - 8;
1228 cur += offset2;
/frameworks/av/media/mtp/
H A DMtpServer.cpp832 uint64_t offset2 = mRequest.getParameter(3);
833 offset = offset | (offset2 << 32);
1179 uint64_t offset2 = mRequest.getParameter(3); local
1180 offset = offset | (offset2 << 32);
1254 uint64_t offset2 = mRequest.getParameter(3); local
1255 offset |= (offset2 << 32);
/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java934 final float offset2 = numbersRadius * COSINE_30_DEGREES;
944 textGridHeights[1] = yCenter - offset2;
945 textGridWidths[1] = xCenter - offset2;
952 textGridHeights[5] = yCenter + offset2;
953 textGridWidths[5] = xCenter + offset2;
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java2226 final long offset2 = offset;
2238 Libcore.os.lseek(fd3, offset2, OsConstants.SEEK_SET);

Completed in 501 milliseconds