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);
911 int64_t targetSampleTimeUs) { in mp3FrameRead() argument
1020 (long long)mCurrentTS, (long long)targetSampleTimeUs); in mp3FrameRead()
1025 if (targetSampleTimeUs >= 0ll) in mp3FrameRead()
1027 AMEDIAFORMAT_KEY_TARGET_TIME, targetSampleTimeUs); in mp3FrameRead()
1037 int64_t targetSampleTimeUs = -1ll; in read() local
1055 targetSampleTimeUs = actualFrameTimeUs; in read()
1071 return mp3FrameRead(out, options, targetSampleTimeUs); in read()
1078 if (targetSampleTimeUs >= 0ll) { in read()
1080 AMEDIAFORMAT_KEY_TARGET_TIME, targetSampleTimeUs); in read()
[all …]
/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp5657 int64_t targetSampleTimeUs = -1; in read() local
5748 targetSampleTimeUs = (sampleTime * 1000000ll) / mTimescale; in read()
5892 if (targetSampleTimeUs >= 0) { in read()
5894 meta, AMEDIAFORMAT_KEY_TARGET_TIME, targetSampleTimeUs); in read()
5948 if (targetSampleTimeUs >= 0) { in read()
5950 meta, AMEDIAFORMAT_KEY_TARGET_TIME, targetSampleTimeUs); in read()
6029 if (targetSampleTimeUs >= 0) { in read()
6031 meta, AMEDIAFORMAT_KEY_TARGET_TIME, targetSampleTimeUs); in read()
6068 int64_t targetSampleTimeUs = -1; in fragmentedRead() local
6243 if (targetSampleTimeUs >= 0) { in fragmentedRead()
[all …]