Searched defs:end (Results 101 - 125 of 296) sorted by relevance

1234567891011>>

/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp311 int64_t end = systemTime(); local
320 fprintf(stderr, "encoding %d frames in %" PRId64 " us\n", nFrames, (end-start)/1000);
321 fprintf(stderr, "encoding speed is: %.2f fps\n", (nFrames * 1E9) / (end-start));
/frameworks/av/media/libmedia/
H A DCharacterEncodingDetector.cpp406 // no need to check any further, we'll end up using this match anyway
454 int end = 511; // All the tables have 512 entries local
455 int mid = (start+end)/2;
457 while(start <= end) {
463 end = mid - 1;
466 mid = (start + end) / 2;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastcodemb.cpp532 UChar *end = cur + (width << 3); local
575 while ((uintptr_t)curInt < (uintptr_t)end);
597 UChar *end = cur + (width << 3); local
614 while ((uintptr_t)curInt < (uintptr_t)end);
H A Drate_control.h64 dataPointArray *end; /*quantization levels for the past (20) frames */ member in struct:__anon449
/frameworks/av/media/libstagefright/foundation/
H A DParsedMessage.cpp70 char *end; local
71 *value = strtol(stringValue.c_str(), &end, 10);
73 if (end == stringValue.c_str() || *end != '\0') {
213 char *end; local
214 *statusCode = strtol(statusCodeString.c_str(), &end, 10);
216 if (*end != '\0' || end == statusCodeString.c_str()
290 char *end; local
291 *value = strtol(stringValue.c_str(), &end, 1
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG4ElementaryAssembler.cpp77 char *end; local
78 unsigned y = strtoul(s, &end, 10);
80 if (end == s || *end != '\0') {
216 while (it != queue->end()) {
346 it != headers.end(); ++it) {
H A DASessionDescription.cpp207 char *end; local
208 unsigned long x = strtoul(lastSpacePos + 1, &end, 10);
209 CHECK_GT(end, lastSpacePos + 1);
210 CHECK_EQ(*end, '\0');
239 char *end; local
240 *width = strtoul(s, &end, 10);
241 CHECK_GT(end, s);
242 CHECK_EQ(*end, '-');
244 s = end + 1;
245 *height = strtoul(s, &end, 1
283 char *end; local
312 char *end; local
[all...]
/frameworks/av/services/audioflinger/tests/
H A Dresampler_tests.cpp146 double signalEnergy(T *start, T *end, unsigned stride) argument
150 for (T *p = start; p < end; p += stride) {
153 unsigned count = (end - start + stride - 1) / stride;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegProcessor.cpp294 * naievely scanning until the end.
300 * the end of the image stream there is an End of Image (EOI) marker, which is
340 // First check for JPEG transport header at the end of the buffer
348 uint8_t *end = jpegBuffer + offset; local
349 if (checkJpegStart(jpegBuffer) && checkJpegEnd(end)) {
395 ALOGE("Could not find end of JPEG marker");
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp344 List<wp<Camera3StreamBufferListener> >::iterator it, end; local
353 for (it = mBufferListenerList.begin(), end = mBufferListenerList.end();
354 it != end;
506 List<wp<Camera3StreamBufferListener> >::iterator it, end; local
507 for (it = mBufferListenerList.begin(), end = mBufferListenerList.end();
508 it != end;
525 List<wp<Camera3StreamBufferListener> >::iterator it, end; local
526 for (it = mBufferListenerList.begin(), end
[all...]
H A DCamera3ZslStream.cpp156 List<sp<RingBufferConsumer::PinnedBufferItem> >::iterator it, end; local
158 end = mInputBufferQueue.end();
161 if (it == end) {
208 Vector<sp<PinnedBufferItem> >::iterator it, end; local
209 for (it = mBuffersInFlight.begin(), end = mBuffersInFlight.end();
210 it != end;
303 // TODO: this is problematic, we'll end up with using wrong result for this pinned buffer.
/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.cpp69 List<RingBufferItem>::iterator it, end, accIt; local
75 for (it = mBufferItemList.begin(), end = mBufferItemList.end();
76 it != end;
106 } // end scope of mMutex autolock
165 List<RingBufferItem>::iterator it, end; local
167 for (it = mBufferItemList.begin(), end = mBufferItemList.end();
168 it != end;
178 if (it == end) {
190 List<RingBufferItem>::iterator it, end, accIt; local
330 List<RingBufferItem>::iterator it, end, accIt; local
[all...]
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp135 uintptr_t end = reinterpret_cast<uintptr_t>(argv[argc - 1]); local
136 end += strlen(argv[argc - 1]) + 1;
137 return (end - start);
/frameworks/base/core/java/android/animation/
H A DAnimator.java74 * Cancels the animation. Unlike {@link #end()}, <code>cancel()</code> causes the animation to
86 * Ends the animation. This causes the animation to assign the end value of the property being
93 public void end() { method in class:Animator
230 * animation, such as start, repeat, and end.
438 * Notifications indicate animation related events, such as the end or the
450 * <p>Notifies the end of the animation. This callback is not invoked
453 * @param animation The animation which reached its end.
513 * {@link Animator.AnimatorListener#onAnimationRepeat(Animator)} may end up delayed
517 * <li>State change requests ({@link #cancel()}, {@link #end()}, {@link #reverse()}, etc...)
523 * after a call to {@link #end()}
[all...]
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java92 // the style array is a flat array of <type, start, end> hence
175 + ", start=" + style[i+1] + ", end=" + style[i+2]);
356 int start, int end) {
367 if (end != 0 && end != len && buffer.charAt(end - 1) != '\n') {
368 for (end++; end < len; end++) {
369 if (buffer.charAt(end
355 addParagraphSpan(Spannable buffer, Object what, int start, int end) argument
407 chooseHeight(CharSequence text, int start, int end, int spanstartv, int v, Paint.FontMetricsInt fm) argument
414 chooseHeight(CharSequence text, int start, int end, int spanstartv, int v, Paint.FontMetricsInt fm, TextPaint paint) argument
[all...]
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java343 public SentenceWordItem(TextInfo ti, int start, int end) { argument
346 mLength = end - start;
374 final int end = originalText.length();
380 Log.d(TAG, "iterator: break: ---- 1st word start = " + wordStart + ", end = "
383 while (wordStart <= end && wordEnd != BreakIterator.DONE
/frameworks/base/core/java/android/text/
H A DBoringLayout.java403 public void ellipsized(int start, int end) { argument
405 mEllipsizedCount = end - start;
H A DSpannableStringInternal.java29 int start, int end) {
30 if (start == 0 && end == source.length())
33 mText = source.toString().substring(start, end);
40 Object[] spans = sp.getSpans(start, end, Object.class);
49 if (en > end)
50 en = end;
71 public final void getChars(int start, int end, char[] dest, int off) { argument
72 mText.getChars(start, end, dest, off);
75 /* package */ void setSpan(Object what, int start, int end, int flags) { argument
77 int nend = end;
28 SpannableStringInternal(CharSequence source, int start, int end) argument
309 sendSpanAdded(Object what, int start, int end) argument
318 sendSpanRemoved(Object what, int start, int end) argument
337 region(int start, int end) argument
341 checkRange(final String operation, int start, int end) argument
[all...]
/frameworks/base/core/java/android/text/method/
H A DBaseMovementMethod.java234 return end(widget, buffer);
353 * Performs a line-end movement action.
354 * Moves the cursor or scrolls to the end of the line.
389 * Performs an end movement action.
398 protected boolean end(TextView widget, Spannable buffer) { method in class:BaseMovementMethod
656 * Performs a scroll to line end action.
657 * Scrolls to the end of the line.
H A DPasswordTransformationMethod.java88 * something strange is going on. (We might still end up with
177 public CharSequence subSequence(int start, int end) { argument
178 char[] buf = new char[end - start];
180 getChars(start, end, buf, 0);
188 public void getChars(int start, int end, char[] dest, int off) { argument
189 TextUtils.getChars(mSource, start, end, dest, off);
214 for (int i = start; i < end; i++) {
H A DTextKeyListener.java176 public void onSpanAdded(Spannable s, Object what, int start, int end) { } argument
177 public void onSpanRemoved(Spannable s, Object what, int start, int end) { } argument
179 public void onSpanChanged(Spannable s, Object what, int start, int end, argument
/frameworks/base/core/java/android/text/util/
H A DLinkify.java102 public final boolean acceptMatch(CharSequence s, int start, int end) {
120 public final boolean acceptMatch(CharSequence s, int start, int end) {
123 for (int i = start; i < end; i++) {
168 * @param end The index of the last character in s that was
173 boolean acceptMatch(CharSequence s, int start, int end); argument
244 applyLink(link.url, link.start, link.end, text);
373 int end = m.end();
377 allowed = matchFilter.acceptMatch(s, start, end);
384 applyLink(url, start, end,
392 applyLink(String url, int start, int end, Spannable text) argument
566 int end; field in class:LinkSpec
[all...]
/frameworks/base/core/java/android/util/
H A DPathParser.java56 int end = 1;
59 while (end < pathData.length()) {
60 end = nextStart(pathData, end);
61 String s = pathData.substring(start, end).trim();
67 start = end;
68 end++;
70 if ((end - start) == 1 && start < pathData.length()) {
130 private static int nextStart(String s, int end) { argument
133 while (end <
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnection.java87 * acting "after the cursor" would act after the end of the
187 * the cursor is really at the end of the text.</p>
393 * > 0, this is relative to the end of the text - 1; if <= 0, this
414 * The order of start and end is not important. In effect, the
415 * region from start to end and the region from end to start is
417 * greater than end.</p>
431 * @param end the position in the text at which the composing region ends
435 public boolean setComposingRegion(int start, int end); argument
479 * in Java characters. If > 0, this is relative to the end
573 setSelection(int start, int end) argument
[all...]
H A DInputConnectionWrapper.java73 public boolean setComposingRegion(int start, int end) { argument
74 return mTarget.setComposingRegion(start, end);
93 public boolean setSelection(int start, int end) { argument
94 return mTarget.setSelection(start, end);

Completed in 369 milliseconds

1234567891011>>