Home
last modified time | relevance | path

Searched refs:targetSampleTimeUs (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/extractors/mkv/
DMatroskaExtractor.cpp770 int64_t targetSampleTimeUs = -1ll; in read() local
788 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()
/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp4684 int64_t targetSampleTimeUs = -1; in read() local
4767 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() local
5182 if (targetSampleTimeUs >= 0) { in fragmentedRead()
5184 kKeyTargetTime, targetSampleTimeUs); in fragmentedRead()
5348 if (targetSampleTimeUs >= 0) { in fragmentedRead()
[all …]