Lines Matching refs:pts
59 OutputManager* ref, int64_t pts, SeekMode mode);
224 int64_t pts = AMediaExtractor_getSampleTime(mExtractor); in enqueueInput() local
234 RETURN_IF_FAIL(AMediaCodec_queueInputBuffer(mCodec, bufferIndex, 0, size, pts, flags), in enqueueInput()
236 ALOGV("input: id: %zu size: %zu pts: %" PRId64 " flags: %d", bufferIndex, size, pts, in enqueueInput()
239 mOutputBuff->saveInPTS(pts); in enqueueInput()
338 OutputManager* ref, int64_t pts, SeekMode mode) { in decodeToMemory() argument
341 AMediaExtractor_seekTo(mExtractor, pts, mode); in decodeToMemory()
433 const int64_t pts = 500000; in testFlush() local
436 RETURN_IF_FALSE(decodeToMemory(decoder, mInpDecFormat, INT32_MAX, ref, pts, mode), in testFlush()
486 AMediaExtractor_seekTo(mExtractor, pts, mode); in testFlush()
500 AMediaExtractor_seekTo(mExtractor, pts, mode); in testFlush()