[go: nahoru, domu]

Searched refs:advance (Results 1 - 25 of 51) sorted by path

123

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp504 err = mExtractor->advance();
H A Dcodec.cpp197 extractor->advance();
H A Dmediafilter.cpp552 extractor->advance();
H A Dmuxer.cpp173 extractor->advance();
214 extractor->advance();
/frameworks/av/include/media/stagefright/
H A DNuMediaExtractor.h76 status_t advance();
/frameworks/av/media/libnbaio/
H A DNBLog.cpp364 size_t advance = length + 3; local
412 advance = 0;
424 i += advance;
/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp452 status_t NuMediaExtractor::advance() { function in class:android::NuMediaExtractor
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp98 void advance();
154 status_t advance();
292 void BlockIterator::advance() { function in class:android::BlockIterator
624 mBlockIter.advance();
632 mBlockIter.advance();
1346 iter.advance();
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp877 mExtractor->advance();
/frameworks/av/media/ndk/
H A DNdkMediaExtractor.cpp150 //ALOGV("advance");
151 return mData->mImpl->advance();
/frameworks/av/services/audioflinger/
H A DAudioResamplerCubic.cpp107 // advance sample state
108 advance(&left, in[inputIndex*2]);
109 advance(&right, in[inputIndex*2+1]);
175 // advance sample state
176 advance(&left, in[inputIndex]);
H A DAudioResamplerCubic.h53 static inline void advance(state* p, int16_t in) { function in class:android::AudioResamplerCubic
H A DAudioResamplerFirGen.h70 inline void advance() { function in class:android::SineGen
110 inline void advance() { function in class:android::SineGenGen
111 mSineInnerCur.advance();
112 mSineInnerPrev.advance();
696 sg.advance();
/frameworks/base/core/java/android/text/
H A DLayout.java1324 boolean advance = toLeft == (lineDir == DIR_RIGHT_TO_LEFT);
1326 if (advance) {
H A DTextLine.java311 boolean advance = (mDir == Layout.DIR_RIGHT_TO_LEFT) == runIsRtl;
312 if (inSegment && advance) {
317 h += advance ? w : -w;
487 boolean advance = toLeft == runIsRtl;
488 if (cursor != (advance ? runLimit : runStart) || advance != trailing) {
491 runIsRtl, cursor, advance);
494 if (newCaret != (advance ? runLimit : runStart)) {
507 boolean advance = toLeft == paraIsRtl;
508 int otherRunIndex = runIndex + (advance
[all...]
/frameworks/base/core/java/android/util/
H A DJsonReader.java212 * #advance}. If null, peek() will assign a value.
312 advance();
370 private JsonToken advance() throws IOException { method in class:JsonReader
393 advance();
412 advance();
430 advance();
447 advance();
464 advance();
495 advance();
526 advance();
[all...]
/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java1068 * Called by an {@link android.appwidget.AppWidgetHost} in order to advance the current view when
1071 public void advance() { method in class:AdapterViewAnimator
1078 * {@link AdapterViewAnimator#advance()} at some point in the future. This allows subclasses to
H A DAdvanceable.java30 public void advance(); method in interface:Advanceable
33 * Called by the AppWidgetHost once before it begins to call advance(), allowing the
H A DStackView.java1117 public void advance() { method in class:StackView
/frameworks/base/core/jni/android/graphics/
H A DHarfBuzzNGFaceSkia.cpp101 hb_position_t advance = 0; local
103 SkiaGetGlyphWidthAndExtents(hbFontData->m_paint, glyph, &advance, 0);
104 return advance;
H A DPaint.cpp500 const float advance = MinikinUtils::measureText(paint, bidiFlags, typeface, text, local
505 return advance;
890 jint start, jint count, jint bufSize, jboolean isRtl, jfloat advance) {
895 return getOffsetForAdvance(advancesArray.get(), buf, start, count, advance);
900 jint contextEnd, jboolean isRtl, jfloat advance) {
905 start - contextStart, end - start, contextEnd - contextStart, isRtl, advance);
889 doOffsetForAdvance(const Paint* paint, Typeface* typeface, const jchar buf[], jint start, jint count, jint bufSize, jboolean isRtl, jfloat advance) argument
898 getOffsetForAdvance___CIIIIZF_I(JNIEnv *env, jclass, jlong paintHandle, jlong typefaceHandle, jcharArray text, jint start, jint end, jint contextStart, jint contextEnd, jboolean isRtl, jfloat advance) argument
H A DPathEffect.cpp49 jlong shapeHandle, jfloat advance, jfloat phase, jint style) {
52 SkPathEffect* effect = SkPath1DPathEffect::Create(*shape, advance, phase,
48 OneD_constructor(JNIEnv* env, jobject, jlong shapeHandle, jfloat advance, jfloat phase, jint style) argument
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1942 * Return the advance widths for the characters in the string.
1947 * @param widths array to receive the advance widths of the characters.
1982 * Return the advance widths for the characters in the string.
1987 * @param widths array to receive the advance widths of the characters.
2026 * Return the advance widths for the characters in the string.
2031 * @param widths array to receive the advance widths of the characters.
2067 * Return the advance widths for the characters in the string.
2070 * @param widths array to receive the advance widths of the characters.
2174 * Returns the total advance width for the characters in the run
2175 * between start and end, and if advances is not null, the advance
2599 getOffsetForAdvance(char[] text, int start, int end, int contextStart, int contextEnd, boolean isRtl, float advance) argument
2626 getOffsetForAdvance(CharSequence text, int start, int end, int contextStart, int contextEnd, boolean isRtl, float advance) argument
2718 nGetOffsetForAdvance(long paintPtr, long typefacePtr, char[] text, int start, int end, int contextStart, int contextEnd, boolean isRtl, float advance) argument
[all...]
H A DPathDashPathEffect.java38 * @param advance spacing between each stamp of shape
42 public PathDashPathEffect(Path shape, float advance, float phase, argument
44 native_instance = nativeCreate(shape.ni(), advance, phase,
48 private static native long nativeCreate(long native_path, float advance, argument
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DPaintTest.java48 final float advance = p.getTextRunAdvances(str, start, end, contextStart, contextEnd,
54 assertEquals(advance, advance_c, 1.0f);
61 assertEquals(advance, firstPartAdvance + secondPartAdvance, 1.0f);
69 assertEquals(advance, firstPartAdvance_c + secondPartAdvance_c, 1.0f);
81 assertEquals(advance, p.measureText(str, start, end), 1.0f);
82 assertEquals(advance, p.getRunAdvance(

Completed in 535 milliseconds

123