Searched defs:last (Results 1 - 25 of 34) 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/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/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);
H A DGenerateHeaderFiles.cpp151 const size_t last = values.size() - 1; local
152 for (size_t i = 0; i <= last; i++) {
154 if (i != last) {
H A DGenerateTestFiles.cpp31 int last = s.size() - 1; local
32 char lastChar = s[last];
34 s.erase(last);
H A DSpecification.cpp114 * We know that's it's a vector type if the last character is a digit and
118 const int last = rsType.size() - 1; local
119 const char lastChar = rsType[last];
121 const string trimmed = rsType.substr(0, last);
/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/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/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.
/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/av/media/img_utils/src/
H A DTiffIfd.cpp134 size_t last = out->getCurrentOffset(); local
140 size_t diff = (next - last);
H A DTiffWriter.cpp228 sp<TiffIfd> last = findLastIfd(); local
229 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.cpp425 bool last = packets.empty(); local
432 if (last) {
/frameworks/base/core/java/android/text/
H A DHtml.java265 boolean last) {
383 return !last;
464 // If the last line of the range is blank, back off by one.
605 * This knows that the last returned object from getSpans()
263 withinParagraph(StringBuilder out, Spanned text, int start, int end, int nl, boolean last) argument
H A DTextUtils.java148 public static int lastIndexOf(CharSequence s, char ch, int last) { argument
152 return ((String) s).lastIndexOf(ch, last);
154 return lastIndexOf(s, ch, 0, last);
158 int start, int last) {
159 if (last < 0)
161 if (last >= s.length())
162 last = s.length() - 1;
164 int end = last + 1;
930 // happens when ^ is the last character in the string.
157 lastIndexOf(CharSequence s, char ch, int start, int last) argument

Completed in 1009 milliseconds

12