Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp98 int32_t mTimescale; member in android::MPEG4Source
3842 mTimescale(timeScale), in MPEG4Source()
4729 seekTimeUs, 1000000, mTimescale, in read()
4767 targetSampleTimeUs = (sampleTime * 1000000ll) / mTimescale; in read()
4778 sampleTime * 1000000ll / mTimescale, in read()
4779 syncSampleTime * 1000000ll / mTimescale); in read()
4849 kKeyTime, ((int64_t)cts * 1000000) / mTimescale); in read()
4851 kKeyDuration, ((int64_t)stts * 1000000) / mTimescale); in read()
4984 kKeyTime, ((int64_t)cts * 1000000) / mTimescale); in read()
4986 kKeyDuration, ((int64_t)stts * 1000000) / mTimescale); in read()
[all …]