Searched refs:targetSampleTimeUs (Results 1 – 2 of 2) sorted by relevance
770 int64_t targetSampleTimeUs = -1ll; in read() local788 targetSampleTimeUs = actualFrameTimeUs; in read()807 if (targetSampleTimeUs >= 0ll) { in read()809 kKeyTargetTime, targetSampleTimeUs); in read()912 if (targetSampleTimeUs >= 0ll) { in read()914 kKeyTargetTime, targetSampleTimeUs); in read()
4684 int64_t targetSampleTimeUs = -1; in read() local4767 targetSampleTimeUs = (sampleTime * 1000000ll) / mTimescale; in read()4853 if (targetSampleTimeUs >= 0) { in read()4855 kKeyTargetTime, targetSampleTimeUs); in read()4988 if (targetSampleTimeUs >= 0) { in read()4990 kKeyTargetTime, targetSampleTimeUs); in read()5021 int64_t targetSampleTimeUs = -1; in fragmentedRead() local5182 if (targetSampleTimeUs >= 0) { in fragmentedRead()5184 kKeyTargetTime, targetSampleTimeUs); in fragmentedRead()5348 if (targetSampleTimeUs >= 0) { in fragmentedRead()[all …]