Searched defs:last (Results 1 - 25 of 42) 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/base/tools/aapt2/link/
H A DPrivateAttributeMover.cpp30 const auto last = input_container.end(); local
32 if (new_end == last) {
41 for (; first != last; ++first) {
54 input_container.erase(new_end, last);
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DPlaybackSeekProviderSample.java27 public PlaybackSeekProviderSample(long first, long last, int numSeekPositions) { argument
30 mSeekPositions[i] = first + i * (last - first) / (numSeekPositions - 1);
/frameworks/base/cmds/incidentd/src/
H A Dreport_directory.cpp47 bool last = false; local
48 while (!last) {
53 last = true;
82 if (!last) {
/frameworks/base/tools/incident_report/
H A Dprinter.cpp83 char* last = mBuf; local
86 p = strchr(last, '\n');
87 int size = p != NULL ? p - last + 1 : strlen(last);
88 fwrite(last, size, 1, mOut);
96 last = p+1;
/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/core/java/android/text/
H A DCharSequenceCharacterIterator.java47 public char last() { method in class:CharSequenceCharacterIterator
/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/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/native/libs/vr/libvrflinger/
H A Dvsync_service.cpp92 auto last = waiters_.end(); local
94 while (first != last) {
104 auto last = clients_.end(); local
106 while (first != last) {
/frameworks/rs/script_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.cpp155 const size_t last = values.size() - 1; local
156 for (size_t i = 0; i <= last; i++) {
158 if (i != last) {
/frameworks/av/include/media/
H A DInterpolator.h64 std::pair<S, T> last() const { function in class:android::Interpolator
71 // greater than last point
/frameworks/av/media/libmedia/
H A DAudioParameter.cpp53 char *last; local
56 char *pair = strtok_r(str, ";", &last);
75 pair = strtok_r(NULL, ";", &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...]
/frameworks/base/tools/aapt2/
H A DResourceTable.cpp45 const auto last = packages.end(); local
46 auto iter = std::lower_bound(packages.begin(), last, name,
48 if (iter != last && name == (*iter)->name) {
77 const auto last = packages.end(); local
78 auto iter = std::lower_bound(packages.begin(), last, name,
80 if (iter != last && name == (*iter)->name) {
90 const auto last = types.end(); local
91 auto iter = std::lower_bound(types.begin(), last, type, less_than_type);
92 if (iter != last && (*iter)->type == type) {
99 const auto last local
108 const auto last = entries.end(); local
118 auto last = entries.end(); local
[all...]
/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.cpp137 // last:
139 void WebmFrameSinkThread::flushFrames(List<const sp<WebmFrame> >& frames, bool last) { argument
151 if (!last) {
152 // If we are not flushing the last sequence of outstanding frames, flushFrames
154 // frame (the last frame), which belongs to the next cluster; also hold back on
155 // flushing the second to last frame before we check its type. A audio frame
157 // frame should be the last frame in the current (to-be-flushed) sequence.
177 // equivalent to last==false
179 // decide whether to write out the second to last frame.
233 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...]

Completed in 537 milliseconds

12