Lines Matching refs:pts
53 OutputManager* ref, int64_t pts, SeekMode mode);
194 int64_t pts = AMediaExtractor_getSampleTime(mExtractor); in enqueueInput() local
207 CHECK_STATUS(AMediaCodec_queueInputBuffer(mCodec, bufferIndex, 0, size, pts, flags), in enqueueInput()
209 ALOGV("input: id: %zu size: %zu pts: %d flags: %d", bufferIndex, size, (int)pts, flags); in enqueueInput()
211 mOutputBuff->saveInPTS(pts); in enqueueInput()
265 OutputManager* ref, int64_t pts, SeekMode mode) { in decodeToMemory() argument
268 AMediaExtractor_seekTo(mExtractor, pts, mode); in decodeToMemory()
390 const int64_t pts = 500000; in testFlush() local
393 if (!decodeToMemory(decoder, mInpDecFormat, INT32_MAX, ref, pts, mode)) { in testFlush()
456 AMediaExtractor_seekTo(mExtractor, pts, mode); in testFlush()
472 AMediaExtractor_seekTo(mExtractor, pts, mode); in testFlush()