Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mkv/
DMatroskaExtractor.cpp174 int64_t targetSampleTimeUs);
918 int64_t targetSampleTimeUs) { in mp3FrameRead() argument
1029 (long long)mCurrentTS, (long long)targetSampleTimeUs); in mp3FrameRead()
1034 if (targetSampleTimeUs >= 0ll) in mp3FrameRead()
1036 AMEDIAFORMAT_KEY_TARGET_TIME, targetSampleTimeUs); in mp3FrameRead()
1046 int64_t targetSampleTimeUs = -1ll; in read() local
1064 targetSampleTimeUs = actualFrameTimeUs; in read()
1080 return mp3FrameRead(out, options, targetSampleTimeUs); in read()
1087 if (targetSampleTimeUs >= 0ll) { in read()
1089 AMEDIAFORMAT_KEY_TARGET_TIME, targetSampleTimeUs); in read()
[all …]
/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp5908 int64_t targetSampleTimeUs = -1; in read() local
6024 targetSampleTimeUs = (sampleTime * 1000000ll) / mTimescale; in read()
6170 if (targetSampleTimeUs >= 0) { in read()
6172 meta, AMEDIAFORMAT_KEY_TARGET_TIME, targetSampleTimeUs); in read()
6226 if (targetSampleTimeUs >= 0) { in read()
6228 meta, AMEDIAFORMAT_KEY_TARGET_TIME, targetSampleTimeUs); in read()
6307 if (targetSampleTimeUs >= 0) { in read()
6309 meta, AMEDIAFORMAT_KEY_TARGET_TIME, targetSampleTimeUs); in read()
6346 int64_t targetSampleTimeUs = -1; in fragmentedRead() local
6537 if (targetSampleTimeUs >= 0) { in fragmentedRead()
[all …]