Searched refs:pts (Results 26 - 33 of 33) sorted by relevance

12

/frameworks/av/include/media/
H A DAudioTrack.h555 status_t queueTimedBuffer(const sp<IMemory>& buffer, int64_t pts);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorSRC.cpp201 status_t VideoEditorSRC::getNextBuffer(AudioBufferProvider::Buffer *pBuffer, int64_t pts) { argument
/frameworks/av/services/audioflinger/
H A DFastMixer.cpp404 int64_t pts;
405 if (outputSink == NULL || (OK != outputSink->getNextWriteTimestamp(&pts)))
406 pts = AudioBufferProvider::kInvalidPTS;
409 mixer->process(pts);
H A Dtest-resample.cpp197 int64_t pts = kInvalidPTS) {
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...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java942 * @param pts The array [x0, y0, x1, y1, ...] of points to transform.
945 private void mapPoints(float[] pts) { argument
946 mapPoints(pts, 0, pts, 0, pts.length >> 1);
/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);
/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

Completed in 941 milliseconds

12