Searched defs:last (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_FillVLDBuffer.c49 * [in] last status of the last flag
66 OMX_U8 last,
87 /* If last is 1, fill the remaining elments of the buffer with zeros */
88 if (last == 1)
61 armVCM4P2_FillVLDBuffer( OMX_U32 storeRun, OMX_S16 * pDst, OMX_S16 storeLevel, OMX_U8 sign, OMX_U8 last, OMX_U8 * pIndex, const OMX_U8 * pZigzagTable ) argument
H A DarmVCM4P2_DecodeVLCZigzag_intra.c95 OMX_U8 last = 0; local
135 &last,
151 if (last == 0)
H A DomxVCM4P2_DecodeVLCZigzag_Inter.c94 OMX_U8 last,start = 0; local
111 &last,
127 if (last == 0)
H A DarmVCM4P2_FillVLCBuffer.c59 * [in] last status of the last flag
62 * (considering last and inter/intra status)
86 OMX_U8 last,
118 armPackBits(ppBitStream, pBitOffset, (OMX_U32)last, 1);
157 armPackBits(ppBitStream, pBitOffset, (OMX_U32)last, 1);
78 armVCM4P2_FillVLCBuffer( OMX_U8 **ppBitStream, OMX_INT * pBitOffset, OMX_U32 run, OMX_S16 level, OMX_U32 runPlus, OMX_S16 levelPlus, OMX_U8 fMode, OMX_U8 last, OMX_U8 maxRunForMultipleEntries, const OMX_U8 *pRunIndexTable, const ARM_VLC32 *pVlcTable ) argument
H A DarmVCM4P2_PutVLCBits.c60 * [in] maxStoreRunL0 Max store possible (considering last and inter/intra)
61 * for last = 0
62 * [in] maxStoreRunL1 Max store possible (considering last and inter/intra)
63 * for last = 1
67 * (considering last and inter/intra status) for last = 0
71 * (considering last and inter/intra status) for last = 1
73 * armVCM4P2_Huff_Tables_VLC.c for last == 0
74 * [in] pVlcTableL0 VLC table for last
123 OMX_U8 last = 0, first = 1, fMode; local
[all...]
/frameworks/ex/variablespeed/jni/
H A Dmacros.h31 ForwardIterator min_element(ForwardIterator first, ForwardIterator last) { argument
33 if (first == last) return last;
34 while (++first != last)
/frameworks/av/media/libeffects/loudness/common/core/
H A Dbyte_swapper.h44 char *first = &new_val, *last = first + kValSize - 1, x; local
45 for (; first < last; ++first, --last) {
46 x = *last;
47 *last = *first;
/frameworks/base/tests/CoreTests/android/core/
H A DHeapTest.java56 private static <T> int checkRefs(SoftReference<T> refs[], int last) { argument
65 if (numCleared != last) {
/frameworks/av/media/libmedia/
H A DAudioParameter.cpp40 char *last; local
43 char *pair = strtok_r(str, ";", &last);
62 pair = strtok_r(NULL, ";", &last);
/frameworks/base/libs/common_time/
H A Dutils.cpp88 Entry* last = NULL; local
91 last = &(mRingBuffer[(mWr + mSize - 1) % mSize]);
94 if ((NULL != last) && !last->s.compare(s)) {
95 gettimeofday(&(last->last_ts), NULL);
96 ++last->count;
142 " (repeated %d times, last was %s.%03ld)",
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_dequant.cpp69 int last, return_status; local
117 last = 1;/* 11/1/2000 let it slips undetected, just like
125 last = run_level.last;
131 last = 1;
162 while (!last);
395 int last, return_status; local
422 last = 1;/* 11/1/2000 let it slips undetected, just like
430 last = run_level.last;
520 int last, return_status; local
822 int last, return_status; local
1078 int last, return_status; local
[all...]
H A Dmp4lib_int.h66 uint timeInc; /* VOP time increment (relative to last mtb) */
160 uint last; member in struct:tagTcoef
184 uint8 last; member in struct:tagVLCtab2
/frameworks/av/media/img_utils/src/
H A DTiffIfd.cpp134 size_t last = out->getCurrentOffset(); local
140 size_t diff = (next - last);
H A DTiffWriter.cpp229 sp<TiffIfd> last = findLastIfd(); local
230 last->setNextIfd(newIfd);
/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.cpp131 // last:
133 void WebmFrameSinkThread::flushFrames(List<const sp<WebmFrame> >& frames, bool last) { argument
145 if (!last) {
146 // If we are not flushing the last sequence of outstanding frames, flushFrames
148 // frame (the last frame), which belongs to the next cluster; also hold back on
149 // flushing the second to last frame before we check its type. A audio frame
151 // frame should be the last frame in the current (to-be-flushed) sequence.
171 // equivalent to last==false
173 // decide whether to write out the second to last frame.
227 flushFrames(outstandingFrames, /* last
[all...]
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DRecurrenceProcessorTest.java72 String last) throws Exception {
155 if (last != null && last.length() > 0) {
157 expectedLast.parse(last);
163 Log.i(TAG, "Expected: " + last + "; Actual: " + lastStr);
167 throw new RuntimeException("expected last occurrence date does not match."
168 + " expected=" + last
2107 // Monthly on the last Monday
2403 "20100526T153000" /* last */);
2417 null /* last */);
70 verifyRecurrence(String dtstartStr, String rrule, String rdate, String exrule, String exdate, String rangeStartStr, String rangeEndStr, String[] expected, String last) argument
[all...]
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp427 bool last = packets.empty(); local
434 if (last) {
/frameworks/base/core/java/android/text/
H A DHtml.java255 boolean last) {
366 String p = last ? "" : "</p>\n" + getOpenParaTagWithDirection(text, start, end);
457 // If the last line of the range is blank, back off by one.
598 * This knows that the last returned object from getSpans()
253 withinParagraph(StringBuilder out, Spanned text, int start, int end, int nl, boolean last) argument
H A DTextUtils.java147 public static int lastIndexOf(CharSequence s, char ch, int last) { argument
151 return ((String) s).lastIndexOf(ch, last);
153 return lastIndexOf(s, ch, 0, last);
157 int start, int last) {
158 if (last < 0)
160 if (last >= s.length())
161 last = s.length() - 1;
163 int end = last + 1;
925 // happens when ^ is the last character in the string.
156 lastIndexOf(CharSequence s, char ch, int start, int last) argument
/frameworks/native/services/sensorservice/
H A DSensorService.cpp297 "last=<%5.1f,%5.1f,%5.1f,%5.1f,%5.1f, %" PRId64 ">\n",
303 "last=<%5.1f,%5.1f,%5.1f,%5.1f,%5.1f,%5.1f, %" PRId64 ">\n",
309 "last=<%5.1f,%5.1f,%5.1f,%5.1f, %" PRId64 ">\n",
314 result.appendFormat( "last=<%f %" PRId64 ">\n", e.data[0], e.timestamp);
317 result.appendFormat( "last=<%" PRIu64 ", %" PRId64 ">\n", e.u64.step_counter,
323 "last=<%5.1f,%5.1f,%5.1f, %" PRId64 ">\n",
460 // record the last synthesized values
580 const sensors_event_t* last = NULL; local
584 if (last && event->sensor != last
[all...]
/frameworks/base/libs/hwui/
H A DPathTessellator.cpp212 const Vertex* last = &(perimeter[perimeter.size() - 1]); local
214 Vector2 lastNormal = {current->y - last->y, last->x - current->x};
232 last = current;
309 const Vertex* last = &(vertices[0]); local
311 Vector2 lastNormal = {current->y - last->y, last->x - current->x};
354 const Vertex* last = &(perimeter[perimeter.size() - 1]); local
356 Vector2 lastNormal = {current->y - last->y, last
592 const Vertex* last = &(vertices[0]); local
660 const Vertex* last = &(perimeter[perimeter.size() - 1]); local
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp1113 static int binarySearch(T const sortedArray[], int first, int last, EGLint key) argument
1115 while (first <= last) {
1116 int mid = (first + last) / 2;
1120 last = mid - 1;
/frameworks/rs/api/
H A Dgen_runtime.cpp597 int last = rsType.size() - 1; local
598 char lastChar = rsType[last];
600 rsBaseType = rsType.substr(0, last);
1383 int last = s.size() - 1; local
1384 char lastChar = s[last];
1561 int last = s.size() - 1; local
1562 char lastChar = s[last];
1564 s.erase(last);
/frameworks/rs/
H A DrsContext.cpp169 uint64_t last = mTimeLast; local
171 mTimers[mTimerActive] += mTimeLast - last;
/frameworks/base/tools/aapt/
H A DResource.cpp2647 const char* last = pkg.string(); local
2648 const char* s = last-1;
2651 if (s > last && (*s == '.' || *s == 0)) {
2652 String8 part(last, s-last);
2659 last = s+1;

Completed in 490 milliseconds

12