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()
159 refSampleInfo.presentationTimeUs); in isMediaSimilar()
375 int64_t pts = currInfo.presentationTimeUs; in generateSeekTestArgs()
383 int64_t ptsMinus = prevInfo.presentationTimeUs; in generateSeekTestArgs()
394 int64_t ptsPlus = nextInfo.presentationTimeUs; in generateSeekTestArgs()
439 ALOGE(" ts exp/got: %" PRId64 " / %" PRId64 "", arg->mExpected.presentationTimeUs, in checkSeekPoints()
440 received.presentationTimeUs); in checkSeekPoints()
500 refSampleInfo.presentationTimeUs, testSampleInfo.presentationTimeUs); in isSeekOk()
620 if (sampleInfo.presentationTimeUs == -1) { in nativeReadAllData()
627 flattenField<int64_t>(buffer, &bufferSize, sampleInfo.presentationTimeUs); in nativeReadAllData()
761 sampleInfoAtZero.presentationTimeUs, currInfo.presentationTimeUs); in nativeTestSeekToZero()
773 sampleInfoAtZero.presentationTimeUs, currInfo.presentationTimeUs); in nativeTestSeekToZero()