Searched refs:pts (Results 1 - 25 of 39) sorted by relevance

12

/frameworks/base/core/java/android/gesture/
H A DInstance.java73 float[] pts;
76 pts = temporalSampler(orientationType, gesture);
77 instance = new Instance(gesture.getID(), pts, label);
80 pts = spatialSampler(gesture);
81 instance = new Instance(gesture.getID(), pts, label);
91 float[] pts = GestureUtils.temporalSampling(gesture.getStrokes().get(0),
93 float[] center = GestureUtils.computeCentroid(pts);
94 float orientation = (float)Math.atan2(pts[1] - center[1], pts[0] - center[0]);
107 GestureUtils.translate(pts,
[all...]
H A DGestureStroke.java88 private GestureStroke(RectF bbx, float len, float[] pts, long[] times) { argument
91 points = pts.clone();
162 final float[] pts = GestureUtils.temporalSampling(this, numSample);
165 GestureUtils.translate(pts, -rect.left, -rect.top);
170 GestureUtils.scale(pts, scale, scale);
177 final int count = pts.length;
180 float x = pts[i];
181 float y = pts[i + 1];
202 final float[] pts = points;
211 out.writeFloat(pts[
[all...]
H A DGestureUtils.java143 final float[] pts = new float[size];
145 pts[i] = (strokepoints[i] + preDx) * sx + postDx;
146 pts[i + 1] = (strokepoints[i + 1] + preDy) * sy + postDy;
151 float segmentStartX = pts[i] < 0 ? 0 : pts[i];
152 float segmentStartY = pts[i + 1] < 0 ? 0 : pts[i + 1];
273 float[] pts = stroke.points;
274 float lstPointX = pts[0];
275 float lstPointY = pts[
[all...]
/frameworks/av/include/media/
H A DAudioBufferProvider.h46 // pts is the local time when the next sample yielded by getNextBuffer
62 virtual status_t getNextBuffer(Buffer* buffer, int64_t pts = kInvalidPTS) = 0;
H A DIAudioTrack.h79 int64_t pts) = 0;
/frameworks/av/include/media/nbaio/
H A DSourceAudioBufferProvider.h34 virtual status_t getNextBuffer(Buffer *buffer, int64_t pts);
/frameworks/av/services/audioflinger/
H A DAudioMixer.h114 void process(int64_t pts);
221 void (*hook)(state_t* state, int64_t pts); // one of process__*, never NULL
233 virtual status_t getNextBuffer(Buffer* buffer, int64_t pts);
283 static void process__validate(state_t* state, int64_t pts);
284 static void process__nop(state_t* state, int64_t pts);
285 static void process__genericNoResampling(state_t* state, int64_t pts);
286 static void process__genericResampling(state_t* state, int64_t pts);
288 int64_t pts);
291 int64_t pts);
H A DRecordTracks.h57 int64_t pts = kInvalidPTS);
H A DPlaybackTracks.h82 int64_t pts = kInvalidPTS);
174 TimedBuffer(const sp<IMemory>& buffer, int64_t pts);
176 int64_t pts() const { return mPTS; } function in class:TimedTrack::TimedBuffer
191 int64_t pts);
198 int64_t pts);
H A DAudioResampler.h57 virtual void setPTS(int64_t pts);
H A DAudioMixer.cpp59 int64_t pts) {
62 status_t res = mTrackBufferProvider->getNextBuffer(pBuffer, pts);
630 void AudioMixer::process(int64_t pts) argument
632 mState.hook(&mState, pts);
636 void AudioMixer::process__validate(state_t* state, int64_t pts) argument
744 state->hook(state, pts);
1064 void AudioMixer::process__nop(state_t* state, int64_t pts) argument
1098 t3, pts, state->frameCount - outFrames);
1110 void AudioMixer::process__genericNoResampling(state_t* state, int64_t pts) argument
1122 t.bufferProvider->getNextBuffer(&t.buffer, pts);
58 getNextBuffer(AudioBufferProvider::Buffer *pBuffer, int64_t pts) argument
1209 process__genericResampling(state_t* state, int64_t pts) argument
1279 process__OneTrack16BitsStereoNoResampling(state_t* state, int64_t pts) argument
[all...]
H A DTracks.cpp261 int64_t pts) {
267 return tt->queueTimedBuffer(buffer, pts);
503 AudioBufferProvider::Buffer* buffer, int64_t pts)
1081 bufEnd = mTimedBufferQueue[trimEnd + 1].pts();
1100 bufEnd += mTimedBufferQueue[trimEnd].pts();
1159 const sp<IMemory>& buffer, int64_t pts) {
1171 mTimedBufferQueue.add(TimedBuffer(buffer, pts));
1200 AudioBufferProvider::Buffer* buffer, int64_t pts)
1202 if (pts == AudioBufferProvider::kInvalidPTS) {
1240 if (!mMediaTimeTransform.doForwardTransform(head.pts(),
260 queueTimedBuffer(const sp<IMemory>& buffer, int64_t pts) argument
502 getNextBuffer( AudioBufferProvider::Buffer* buffer, int64_t pts) argument
1158 queueTimedBuffer( const sp<IMemory>& buffer, int64_t pts) argument
1199 getNextBuffer( AudioBufferProvider::Buffer* buffer, int64_t pts) argument
1466 TimedBuffer( const sp<IMemory>& buffer, int64_t pts) argument
1760 getNextBuffer(AudioBufferProvider::Buffer* buffer, int64_t pts) argument
[all...]
H A DTrackBase.h64 virtual status_t getNextBuffer(AudioBufferProvider::Buffer* buffer, int64_t pts) = 0;
/frameworks/base/core/java/android/app/
H A DActivityOptions.java212 int[] pts = new int[2];
213 source.getLocationOnScreen(pts);
214 opts.mStartX = pts[0] + startX;
215 opts.mStartY = pts[1] + startY;
297 int[] pts = new int[2];
298 source.getLocationOnScreen(pts);
299 opts.mStartX = pts[0] + startX;
300 opts.mStartY = pts[1] + startY;
/frameworks/base/libs/hwui/
H A DPathTessellator.cpp555 2 + 4 + 6 + 2 + 3 * (2 * middlePts) = 14 + 6 * middlePts = 2 + 6 * pts
560 = 2 + 6 * pts + 6 * roundDivs
904 SkPoint pts[4]; local
906 while (SkPath::kDone_Verb != (v = iter.next(pts))) {
909 pushToVector(outputVertices, pts[0].x(), pts[0].y());
910 ALOGV("Move to pos %f %f", pts[0].x(), pts[0].y());
913 ALOGV("Close at pos %f %f", pts[0].x(), pts[
[all...]
H A DSkiaShader.cpp174 static void toUnitMatrix(const SkPoint pts[2], SkMatrix* matrix) { argument
175 SkVector vec = pts[1] - pts[0];
180 matrix->setSinCos(-vec.fY, vec.fX, pts[0].fX, pts[0].fY);
181 matrix->postTranslate(-pts[0].fX, -pts[0].fY);
/frameworks/av/media/libnbaio/
H A DSourceAudioBufferProvider.cpp48 status_t SourceAudioBufferProvider::getNextBuffer(Buffer *buffer, int64_t pts) argument
68 ssize_t actual = mSource->read(mAllocated, buffer->frameCount, pts);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterView.java229 final int[] pts = res.getIntArray(R.array.batterymeter_bolt_points);
231 for (int i = 0; i < pts.length; i += 2) {
232 maxX = Math.max(maxX, pts[i]);
233 maxY = Math.max(maxY, pts[i + 1]);
235 final float[] ptsF = new float[pts.length];
236 for (int i = 0; i < pts.length; i += 2) {
237 ptsF[i] = (float)pts[i] / maxX;
238 ptsF[i + 1] = (float)pts[i + 1] / maxY;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorSRC.h38 virtual status_t getNextBuffer(Buffer* buffer, int64_t pts);
/frameworks/av/libvideoeditor/vss/src/
H A DVideoEditorResampler.cpp29 virtual status_t getNextBuffer(Buffer* buffer, int64_t pts);
56 status_t VideoEditorResampler::getNextBuffer(AudioBufferProvider::Buffer *pBuffer, int64_t pts) { argument
/frameworks/base/core/jni/android/graphics/
H A DShader.cpp114 SkPoint pts[2]; local
115 pts[0].set(SkFloatToScalar(x0), SkFloatToScalar(y0));
116 pts[1].set(SkFloatToScalar(x1), SkFloatToScalar(y1));
133 SkShader* shader = SkGradientShader::CreateLinear(pts,
244 SkPoint pts[2]; local
245 pts[0].set(SkFloatToScalar(x0), SkFloatToScalar(y0));
246 pts[1].set(SkFloatToScalar(x1), SkFloatToScalar(y1));
252 SkShader* s = SkGradientShader::CreateLinear(pts, colors, NULL, 2, (SkShader::TileMode)tileMode);
/frameworks/av/media/libmedia/
H A DIAudioTrack.cpp131 int64_t pts) {
135 data.writeInt64(pts);
246 uint64_t pts = data.readInt64(); local
247 reply->writeInt32(queueTimedBuffer(buffer, pts));
130 queueTimedBuffer(const sp<IMemory>& buffer, int64_t pts) argument
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java890 * specified by pts[], and its diameter is specified by the paint's stroke
897 * @param pts Array of points to draw [x0 y0 x1 y1 x2 y2 ...]
904 public native void drawPoints(float[] pts, int offset, int count, Paint paint); argument
909 public void drawPoints(float[] pts, Paint paint) { argument
910 drawPoints(pts, 0, pts.length, paint);
936 * in the pts array. Thus to draw 1 line, the array must contain at least 4
938 * drawLine(pts[0], pts[1], pts[
949 drawLines(float[] pts, int offset, int count, Paint paint) argument
951 drawLines(float[] pts, Paint paint) argument
[all...]
H A DMatrix.java668 * @param pts The array [x0, y0, x1, y1, ...] of points to transform.
670 public void mapPoints(float[] pts) { argument
671 mapPoints(pts, 0, pts, 0, pts.length >> 1);
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java1013 public void drawLines(float[] pts, int offset, int count, Paint paint) { argument
1016 if ((offset | count) < 0 || offset + count > pts.length) {
1021 nDrawLines(mRenderer, pts, offset, count, paint.mNativePaint);
1031 public void drawLines(float[] pts, Paint paint) { argument
1032 drawLines(pts, 0, pts.length, paint);
1134 public void drawPoints(float[] pts, Paint paint) { argument
1135 drawPoints(pts, 0, pts.length, paint);
1139 public void drawPoints(float[] pts, in argument
[all...]

Completed in 1042 milliseconds

12