Searched refs:last (Results 1 - 25 of 81) sorted by relevance

1234

/frameworks/base/core/java/android/content/
H A DContentUris.java73 * Converts the last path segment to a long.
76 * stored in the last segment.
79 * @throws NumberFormatException if the last segment isn't a number
81 * @return the long conversion of the last segment or -1 if the path is
85 String last = contentUri.getLastPathSegment();
86 return last == null ? -1 : Long.parseLong(last);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.h24 Int PutCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
25 Int PutCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
33 Int PutCoeff_Inter_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
34 Int PutCoeff_Intra_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
35 Int PutRunCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
36 Int PutRunCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
37 Int PutLevelCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
38 Int PutLevelCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
/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 DomxVCM4P2_DecodeVLCZigzag_Inter.c94 OMX_U8 last,start = 0; local
111 &last,
127 if (last == 0)
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...]
H A DarmVCM4P2_DecodeVLCZigzag_intra.c95 OMX_U8 last = 0; local
135 &last,
151 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
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNoisyVelocityTracker.java71 MotionEventCopy last = null;
78 if (last != null) {
79 final float dt = (float) (event.t - last.t) / units;
80 final float dx = (event.x - last.x);
81 final float dy = (event.y - last.y);
91 if (event.t == last.t) {
101 last = event;
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListGetSelectedViewTest.java58 View last = mListView.getChildAt(1);
59 TouchUtils.clickView(this, 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/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.cpp875 pTcoef->last = (uint) tab->last; //(tab->val >> 16) & 1;
884 //if (((tab->run<<8)|(tab->level)|(tab->last<<16)) == VLC_ESCAPE_CODE)
922 pTcoef->last = (uint)tab->last; //(tab->val >> 16) & 1;
926 if ((pTcoef->last == 0 && pTcoef->run > 14) || (pTcoef->last == 1 && pTcoef->run > 20))
930 pTcoef->level = pTcoef->level + intra_max_level[pTcoef->last][pTcoef->run];
974 pTcoef->last = (uint)tab->last; //(ta
[all...]
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/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/rs/
H A DrsList.h30 List() : last(nullptr), first(&firstBuffer.data.typed),
38 List(InputIterator first, InputIterator last) : List() { argument
39 for (InputIterator it = first; it != last; ++it) {
55 last = current;
113 T& back() const { return *last; }
119 T* last; member in class:android::renderscript::List
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListScrollListener.java66 int last = firstCell + cellCount - 1;
67 mText.setText("Showing " + firstCell + "-" + last + "/" + itemCount);
/frameworks/base/core/java/android/os/
H A DFileUtils.java251 } else if (max < 0) { // "tail" mode: keep the last N
254 byte[] last = null;
257 if (last != null) rolled = true;
258 byte[] tmp = last; last = data; data = tmp;
263 if (last == null && len <= 0) return "";
264 if (last == null) return new String(data, 0, len);
267 System.arraycopy(last, len, last, 0, last
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
H A DMessageThreadUtil.java241 SyncQueueItem last = mRoot;
242 while (last.next != null) {
243 last = last.next;
245 last.next = item;
/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/rs/api/
H A DScanner.cpp154 size_t last = s->find('\"', first); local
155 if (last == string::npos) {
158 *documentation = s->substr(first, last - first);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DColumnAdapter.java99 final int last = mWrapped.getCount() - 1;
108 final int validPos = Math.min(pos, last);
/frameworks/base/tools/aapt2/
H A DResourceTable.cpp50 auto last = mTypes.end(); local
51 auto iter = std::lower_bound(mTypes.begin(), last, type, lessThanType);
52 if (iter != last) {
62 auto last = type->entries.end(); local
63 auto iter = std::lower_bound(type->entries.begin(), last, name, lessThanEntry);
64 if (iter != last) {
/frameworks/support/
H A Dapicheck.mk24 # $(api_check_last_msg_file) - file containing error message for last SDK API check
69 # Check that the API we're building hasn't broken the last-released SDK version
73 $(support_module)-checkapi-last, \
/frameworks/volley/src/main/java/com/android/volley/
H A DVolleyLog.java111 /** Minimum duration from first marker to last in an marker log to warrant logging. */
140 * the first and last markers is greater than {@link #MIN_DURATION_FOR_LOGGING_MS}.
170 /** Returns the time difference between the first and last events in this log. */
177 long last = mMarkers.get(mMarkers.size() - 1).time;
178 return last - first;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMException.cpp236 // Move the first fragment (align fragment) and last fragment (null fragment)
241 SectionData::iterator last = sectData->end(); local
242 --last;
245 assert(last->getKind() == Fragment::Null);
248 tmp.splice(tmp.end(), list, last);
305 // Add the first and the last fragment back.

Completed in 8799 milliseconds

1234