Lines Matching refs:presentationTimeUs
48 refSample->presentationTimeUs == testSample->presentationTimeUs; in isSampleInfoIdentical()
54 abs(refSample->presentationTimeUs - testSample->presentationTimeUs) <= 1 && in isSampleInfoValidAndIdentical()
55 (int)refSample->flags >= 0 && refSample->size >= 0 && refSample->presentationTimeUs >= 0; in isSampleInfoValidAndIdentical()
62 info->presentationTimeUs = AMediaExtractor_getSampleTime(extractor); in setSampleInfo()
100 refSampleInfo.presentationTimeUs, testSampleInfo.presentationTimeUs); in isMediaSimilar()
155 refSampleInfo.presentationTimeUs); in isMediaSimilar()
371 int64_t pts = currInfo.presentationTimeUs; in generateSeekTestArgs()
379 int64_t ptsMinus = prevInfo.presentationTimeUs; in generateSeekTestArgs()
390 int64_t ptsPlus = nextInfo.presentationTimeUs; in generateSeekTestArgs()
435 ALOGE(" ts exp/got: %" PRId64 " / %" PRId64 "", arg->mExpected.presentationTimeUs, in checkSeekPoints()
436 received.presentationTimeUs); in checkSeekPoints()
494 refSampleInfo.presentationTimeUs, testSampleInfo.presentationTimeUs); in isSeekOk()
613 if (sampleInfo.presentationTimeUs == -1) { in nativeReadAllData()
620 flattenField<int64_t>(buffer, &bufferSize, sampleInfo.presentationTimeUs); in nativeReadAllData()
753 sampleInfoAtZero.presentationTimeUs, currInfo.presentationTimeUs); in nativeTestSeekToZero()
765 sampleInfoAtZero.presentationTimeUs, currInfo.presentationTimeUs); in nativeTestSeekToZero()