Searched refs:targetSampleTimeUs (Results 1 – 2 of 2) sorted by relevance
641 int64_t targetSampleTimeUs = -1ll; in read() local656 targetSampleTimeUs = actualFrameTimeUs; in read()674 if (targetSampleTimeUs >= 0ll) { in read()676 kKeyTargetTime, targetSampleTimeUs); in read()779 if (targetSampleTimeUs >= 0ll) { in read()781 kKeyTargetTime, targetSampleTimeUs); in read()
4195 int64_t targetSampleTimeUs = -1; in read() local4255 targetSampleTimeUs = (sampleTime * 1000000ll) / mTimescale; in read()4327 if (targetSampleTimeUs >= 0) { in read()4329 kKeyTargetTime, targetSampleTimeUs); in read()4462 if (targetSampleTimeUs >= 0) { in read()4464 kKeyTargetTime, targetSampleTimeUs); in read()4489 int64_t targetSampleTimeUs = -1; in fragmentedRead() local4625 if (targetSampleTimeUs >= 0) { in fragmentedRead()4627 kKeyTargetTime, targetSampleTimeUs); in fragmentedRead()4786 if (targetSampleTimeUs >= 0) { in fragmentedRead()[all …]