Searched refs:pts (Results 1 - 25 of 32) sorted by path

12

/frameworks/av/include/media/
H A DAudioBufferProvider.h44 // pts is the local time when the next sample yielded by getNextBuffer
47 virtual status_t getNextBuffer(Buffer* buffer, int64_t pts = kInvalidPTS) = 0;
H A DAudioTrack.h555 status_t queueTimedBuffer(const sp<IMemory>& buffer, int64_t pts);
H A DIAudioTrack.h82 int64_t pts) = 0;
/frameworks/av/include/media/nbaio/
H A DSourceAudioBufferProvider.h34 virtual status_t getNextBuffer(Buffer *buffer, int64_t pts);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorSRC.cpp201 status_t VideoEditorSRC::getNextBuffer(AudioBufferProvider::Buffer *pBuffer, int64_t pts) { argument
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/av/media/libmedia/
H A DAudioTrack.cpp1170 int64_t pts)
1172 status_t status = mAudioTrack->queueTimedBuffer(buffer, pts);
1169 queueTimedBuffer(const sp<IMemory>& buffer, int64_t pts) argument
H A DIAudioTrack.cpp136 int64_t pts) {
140 data.writeInt64(pts);
224 uint64_t pts = data.readInt64(); local
225 reply->writeInt32(queueTimedBuffer(buffer, pts));
135 queueTimedBuffer(const sp<IMemory>& buffer, int64_t pts) argument
/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/av/services/audioflinger/
H A DAudioFlinger.cpp2844 int64_t pts; local
2848 status = mNormalSink->getNextWriteTimestamp(&pts);
2850 status = mOutputSink->getNextWriteTimestamp(&pts);
2854 pts = AudioBufferProvider::kInvalidPTS;
2858 mAudioMixer->process(pts);
4501 AudioBufferProvider::Buffer* buffer, int64_t pts)
4978 bufEnd = mTimedBufferQueue[trimEnd + 1].pts();
4997 bufEnd += mTimedBufferQueue[trimEnd].pts();
5056 const sp<IMemory>& buffer, int64_t pts) {
5068 mTimedBufferQueue.add(TimedBuffer(buffer, pts));
4500 getNextBuffer( AudioBufferProvider::Buffer* buffer, int64_t pts) argument
5055 queueTimedBuffer( const sp<IMemory>& buffer, int64_t pts) argument
5096 getNextBuffer( AudioBufferProvider::Buffer* buffer, int64_t pts) argument
5361 TimedBuffer( const sp<IMemory>& buffer, int64_t pts) argument
5398 getNextBuffer(AudioBufferProvider::Buffer* buffer, int64_t pts) argument
5848 queueTimedBuffer(const sp<IMemory>& buffer, int64_t pts) argument
6543 getNextBuffer(AudioBufferProvider::Buffer* buffer, int64_t pts) argument
[all...]
H A DAudioFlinger.h409 virtual status_t getNextBuffer(AudioBufferProvider::Buffer* buffer, int64_t pts) = 0;
825 virtual status_t getNextBuffer(AudioBufferProvider::Buffer* buffer, int64_t pts = kInvalidPTS);
915 TimedBuffer(const sp<IMemory>& buffer, int64_t pts);
917 int64_t pts() const { return mPTS; } function in class:android::AudioFlinger::PlaybackThread::TimedTrack::TimedBuffer
932 int64_t pts);
939 int64_t pts);
1417 int64_t pts);
1468 virtual status_t getNextBuffer(AudioBufferProvider::Buffer* buffer, int64_t pts = kInvalidPTS);
1521 virtual status_t getNextBuffer(AudioBufferProvider::Buffer* buffer, int64_t pts);
H A DAudioMixer.cpp58 int64_t pts) {
61 status_t res = mTrackBufferProvider->getNextBuffer(pBuffer, pts);
619 void AudioMixer::process(int64_t pts) argument
621 mState.hook(&mState, pts);
625 void AudioMixer::process__validate(state_t* state, int64_t pts) argument
733 state->hook(state, pts);
1047 void AudioMixer::process__nop(state_t* state, int64_t pts) argument
1078 t1, pts, state->frameCount - outFrames);
1089 void AudioMixer::process__genericNoResampling(state_t* state, int64_t pts) argument
1101 t.bufferProvider->getNextBuffer(&t.buffer, pts);
57 getNextBuffer(AudioBufferProvider::Buffer *pBuffer, int64_t pts) argument
1186 process__genericResampling(state_t* state, int64_t pts) argument
1255 process__OneTrack16BitsStereoNoResampling(state_t* state, int64_t pts) argument
[all...]
H A DAudioMixer.h106 void process(int64_t pts);
212 void (*hook)(state_t* state, int64_t pts); // one of process__*, never NULL
223 virtual status_t getNextBuffer(Buffer* buffer, int64_t pts);
264 static void process__validate(state_t* state, int64_t pts);
265 static void process__nop(state_t* state, int64_t pts);
266 static void process__genericNoResampling(state_t* state, int64_t pts);
267 static void process__genericResampling(state_t* state, int64_t pts);
269 int64_t pts);
272 int64_t pts);
H A DAudioResampler.cpp263 void AudioResampler::setPTS(int64_t pts) {
264 mPTS = pts;
H A DAudioResampler.h56 virtual void setPTS(int64_t pts);
H A DFastMixer.cpp404 int64_t pts;
405 if (outputSink == NULL || (OK != outputSink->getNextWriteTimestamp(&pts)))
406 pts = AudioBufferProvider::kInvalidPTS;
409 mixer->process(pts);
/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/core/java/android/gesture/
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...]
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...]
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java957 public void drawLines(float[] pts, int offset, int count, Paint paint) { argument
958 if ((offset | count) < 0 || offset + count > pts.length) {
963 nDrawLines(mRenderer, pts, offset, count, paint.mNativePaint);
973 public void drawLines(float[] pts, Paint paint) { argument
974 drawLines(pts, 0, pts.length, paint);
1064 public void drawPoints(float[] pts, Paint paint) { argument
1065 drawPoints(pts, 0, pts.length, paint);
1069 public void drawPoints(float[] pts, in argument
[all...]
H A DGLES20RecordingCanvas.java173 public void drawLines(float[] pts, int offset, int count, Paint paint) { argument
174 super.drawLines(pts, offset, count, paint);
179 public void drawLines(float[] pts, Paint paint) { argument
180 super.drawLines(pts, paint);
209 public void drawPoints(float[] pts, int offset, int count, Paint paint) { argument
210 super.drawPoints(pts, offset, count, paint);
215 public void drawPoints(float[] pts, Paint paint) { argument
216 super.drawPoints(pts, paint);
/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp348 SkPoint* pts = storage.get(); local
351 pts[i].set(SkFloatToScalar(src[0]), SkFloatToScalar(src[1]));
354 canvas->drawPoints(mode, count, pts, paint);
H A DMatrix.cpp279 SkPoint* pts = storage.get(); local
280 SkPoint* srcPt = pts;
281 SkPoint* dstPt = pts + ptCount;

Completed in 181 milliseconds

12